maxpozdeev
|
9752d2aa38
|
little fix of UI in settings
|
2022-09-08 23:12:59 +03:00 |
|
maxpozdeev
|
8590f29e14
|
+ can do some actions in extension settings page
|
2022-09-08 17:01:44 +03:00 |
|
maxpozdeev
|
456d34d30d
|
+ extension can have own settings page
|
2022-09-08 11:55:05 +03:00 |
|
maxpozdeev
|
d9ba34d5b4
|
* close ajax alert on back button click
|
2022-09-08 00:31:13 +03:00 |
|
maxpozdeev
|
ff90ca3fe0
|
adapt colors of ajax messages for dark mode
|
2022-09-07 23:56:30 +03:00 |
|
maxpozdeev
|
c54c9ab774
|
+ add basic support of extensions (can activate/deactivate in settings and load it) (experimental yet)
|
2022-09-06 23:28:24 +03:00 |
|
maxpozdeev
|
46c6e8f525
|
click on Settings will reload ajax-page
|
2022-09-06 22:21:51 +03:00 |
|
maxpozdeev
|
21037bb4d0
|
replace #settings_btn with data- attribute (for possible multiple links to settings)
|
2022-09-06 17:00:54 +03:00 |
|
maxpozdeev
|
487a450da9
|
- fix tag autocomplete not working in create task form
|
2022-08-23 21:44:08 +03:00 |
|
maxpozdeev
|
2b52366684
|
add preloaders for menu icons
|
2022-08-21 13:09:55 +03:00 |
|
maxpozdeev
|
8264be470b
|
limit image width in markdown note
|
2022-08-19 21:19:58 +03:00 |
|
maxpozdeev
|
67e2a85007
|
update jQuery UI to v.13.2
|
2022-08-16 21:00:07 +03:00 |
|
maxpozdeev
|
73f678eaa4
|
fix duedate arrow font in windows (fix for 266a01a)
|
2022-08-16 18:37:32 +03:00 |
|
maxpozdeev
|
faf2003c14
|
simply and refactor form bottom buttons
|
2022-08-16 18:35:33 +03:00 |
|
maxpozdeev
|
883289b118
|
use own implementation for confirm() and prompt() like alert() before
|
2022-08-15 23:02:43 +03:00 |
|
maxpozdeev
|
b3e5f50d13
|
fix for prev commit
|
2022-08-15 20:55:34 +03:00 |
|
maxpozdeev
|
266a01a86b
|
try to fix incorrect arrow in duedate due to font issues on linux and android
|
2022-08-15 20:54:20 +03:00 |
|
maxpozdeev
|
c5b73b17d6
|
use own implementaion of alert dialog due to some browsers do not allow to copy a message on system alert()
|
2022-08-15 15:12:03 +03:00 |
|
maxpozdeev
|
46de0c09de
|
* implement feed key to allow to get an export or rss of password-protected lists (just add &key=YOUR_KEY to the url)
|
2022-08-11 17:59:57 +03:00 |
|
maxpozdeev
|
4b63364a9b
|
add dark theme colors for inline listname in alltasks tasklist
|
2022-08-01 22:30:12 +03:00 |
|
maxpozdeev
|
9f918c0663
|
* change of list sorting is produced on backend with tasklist reload
|
2022-08-01 21:57:10 +03:00 |
|
maxpozdeev
|
8e90422ac8
|
* show 'date edited' inline in tasklist instead of 'date created' if sorting is selected 'by date modified' (and in task edit form if not completed)
|
2022-08-01 18:22:30 +03:00 |
|
maxpozdeev
|
485bef2c94
|
** Show inline task date in second line
|
2022-08-01 12:31:44 +03:00 |
|
maxpozdeev
|
5adf485f68
|
rename html id #mtt_body to #mtt
|
2022-07-27 14:50:35 +03:00 |
|
maxpozdeev
|
139992ebd5
|
css fix for dblclick in e264ff9
|
2022-07-24 23:32:08 +03:00 |
|
maxpozdeev
|
7d12b4a21f
|
* turn off menu action for inline note editor
|
2022-07-24 23:15:16 +03:00 |
|
maxpozdeev
|
e264ff9d3f
|
double click on a note will open task editor as well as dblclick on title
|
2022-07-24 23:12:01 +03:00 |
|
maxpozdeev
|
2693f4205d
|
fix color of duedate in dark mode
|
2022-07-24 22:54:26 +03:00 |
|
maxpozdeev
|
6aa68d63b0
|
rename some classes in mtt-tabs
|
2022-07-12 21:36:39 +03:00 |
|
maxpozdeev
|
d6eabc8e94
|
little fix of colors in dark mode
|
2022-07-11 00:09:58 +03:00 |
|
maxpozdeev
|
307386554f
|
* only doubleclick on task title will open task editor, not on notes
|
2022-07-11 00:09:01 +03:00 |
|
maxpozdeev
|
42f9bf622e
|
remove unused config var (fix for ffa6bc0)
|
2022-07-10 18:11:37 +03:00 |
|
maxpozdeev
|
520b0b7326
|
move js files from includes to content
|
2022-07-10 18:07:54 +03:00 |
|
maxpozdeev
|
153536d6d4
|
move lang directory from content to includes
|
2022-07-10 17:57:36 +03:00 |
|
maxpozdeev
|
ffa6bc0740
|
move theme files to content/theme/ and includes/theme.php
|
2022-07-10 16:08:07 +03:00 |
|
maxpozdeev
|
490b64c2b3
|
* change HTTP API
|
2022-07-10 15:23:53 +03:00 |
|
Max Pozdeev
|
c46f01bcdc
|
always display task action button in mobile style
|
2022-05-03 23:42:07 +03:00 |
|
Max Pozdeev
|
c298ab101f
|
Update jQuery UI Touch Punch to v1.0.8 by RWAP (with delay implemented in 1e62548 v1.6.10)
|
2022-05-03 21:09:34 +03:00 |
|
Max Pozdeev
|
95ce873f73
|
Update jQuery UI to v1.13.1
|
2022-05-02 23:04:48 +03:00 |
|
Max Pozdeev
|
a51d0af843
|
little refactoring of menu bar
|
2022-02-23 01:37:26 +03:00 |
|
Max Pozdeev
|
811b2a0062
|
fix for prev commit
|
2022-02-23 01:05:00 +03:00 |
|
Max Pozdeev
|
422d3b82e6
|
remove useless 'wrapper' and 'container' divs from html
|
2022-02-22 23:53:50 +03:00 |
|
Max Pozdeev
|
ff10c473e0
|
* authentication form in not popup anymore
|
2022-02-22 23:38:32 +03:00 |
|
Max Pozdeev
|
8552f1740b
|
dont wrap page header on mobiles
|
2022-02-19 23:04:56 +03:00 |
|
Max Pozdeev
|
389c3fcc47
|
better vertical alignment of .task-left block
|
2022-02-19 18:34:09 +03:00 |
|
Max Pozdeev
|
4a41ad0467
|
+ add dark mode css, enabled if system appearance is dark
|
2022-02-16 23:04:02 +03:00 |
|
Max Pozdeev
|
1c2cac9676
|
* use css variables for colors
|
2022-02-16 22:56:49 +03:00 |
|
Max Pozdeev
|
57bd7116c1
|
* use SVG icons as CSS masks to draw action buttons
|
2022-02-12 23:09:27 +03:00 |
|
Max Pozdeev
|
b9dcd9071c
|
edit style: fonts
|
2022-02-09 17:39:56 +03:00 |
|
Max Pozdeev
|
5f8564cbe7
|
edit style: mostly text colours
|
2022-02-09 13:09:19 +03:00 |
|