160 Commits

Author SHA1 Message Date
Elian Doran
b2aa05cb9a
style(next): reduce tree font size 2024-12-28 13:29:55 +02:00
Elian Doran
6112a65fe5
style(next): fix regression on desktop 2024-12-28 13:16:35 +02:00
Elian Doran
192afff139
style(next): fix alignment of items with submenus 2024-12-28 11:46:57 +02:00
Elian Doran
ccc46dc410
style(next): fix hover background color on mobile 2024-12-28 11:36:10 +02:00
Elian Doran
9b842a721d
style(next): fix submenu background on mobile 2024-12-28 11:33:37 +02:00
Elian Doran
7112441818
style(legacy): apply launcher context fixes on mobile 2024-12-28 11:21:19 +02:00
Elian Doran
68805ddd49
style(legacy): apply context menu fixes on mobile 2024-12-28 11:20:23 +02:00
Elian Doran
04a3ed5642
fix(mobile): selecting random elements while context menu is shown 2024-12-28 11:07:44 +02:00
Elian Doran
12eff0fef5
style(next): toggle arrow on mobile 2024-12-28 10:39:45 +02:00
Elian Doran
85f7d90c90
style(next): fix submenu background on mobile 2024-12-28 10:30:04 +02:00
Elian Doran
e6afdc919d
style(next): max height & scrollable dropdown menu 2024-12-28 10:24:05 +02:00
Elian Doran
0eca95cecb
feat(next): improve position of submenus on mobile 2024-12-28 01:15:45 +02:00
Elian Doran
b06959900f
fix(next): improve context menu position on mobile 2024-12-28 01:12:30 +02:00
Elian Doran
fe9d98d248
feat(next): improve global menu layout on mobile 2024-12-28 01:02:46 +02:00
Elian Doran
ed5add5954
style(next): improve global menu on mobile 2024-12-28 00:56:48 +02:00
Elian Doran
e17697f41e
fix(mobile): calendar not shown properly on horizontal layout (closes #783) 2024-12-28 00:46:21 +02:00
Elian Doran
cb488eb333
style(next): improve global menu button on horizontal layout 2024-12-19 18:05:14 +02:00
Elian Doran
ff465baaf2
style(next): keep calendar item pressed when popped up 2024-12-19 18:02:46 +02:00
Elian Doran
7bae719309
Merge pull request #802 from TriliumNext/style/next/restyle-jump-to-note-
Style Next: Restyle the "Jump to Note" dialog
2024-12-17 19:25:17 +02:00
Adorian Doran
1859a247ec style(next): jump to note: change the mouse cursor for list items 2024-12-17 02:18:21 +02:00
Adorian Doran
af8e664b54 style(next): jump to note: tweak the search box buttons 2024-12-17 02:04:19 +02:00
Adorian Doran
bc5fde54d5 style(next): jump to note: improve appearance 2024-12-17 01:38:55 +02:00
Adorian Doran
99e78aae8c style(next): jump to note: restyle the dialog and list items 2024-12-17 00:37:06 +02:00
Adorian Doran
1c3643695c client: split the Next theme into three separate themes, each dedicated to a specific color scheme 2024-12-16 21:49:09 +02:00
Elian Doran
2bfdc755f1
style(next): fix redundant dropdown arrow in calendar 2024-12-14 04:01:12 +02:00
Elian Doran
95084c9a80
style(next): improve calendar month selector style 2024-12-14 03:54:33 +02:00
Elian Doran
639936dffe
style(next): fix blur in nested submenus 2024-12-14 03:22:16 +02:00
Elian Doran
1e2aa3c52d
style(next): improve settings layout slightly 2024-12-13 23:52:35 +02:00
Elian Doran
6703fa7a0c
style(next): use lighter weight for titles 2024-12-13 23:46:54 +02:00
Elian Doran
74c10dff05
fix(native-buttons): fix background difference on modals 2024-12-13 23:30:31 +02:00
Elian Doran
0ca2d5e0b0
style(next): fix launcher pane context menu 2024-12-13 11:03:01 +02:00
Adorian Doran
a8a82e7425 style(next): recent changes list: optimize 2024-12-13 03:24:21 +02:00
Adorian Doran
7be83f78c2 style(next): recent changes list: remove the dash between time and note title 2024-12-13 03:19:27 +02:00
Adorian Doran
04e96eefe4 style(next): recent changes list: use a strikethrough text for deleted notes 2024-12-13 03:16:36 +02:00
Adorian Doran
b41dab090f style(next): recent changes list: disable the item hover effect on deleted notes 2024-12-13 03:03:50 +02:00
Adorian Doran
0417a6e144 style(next): recent changes list: rename CSS variables 2024-12-13 02:41:52 +02:00
Adorian Doran
fff0c5cea0 style(next): recent changes list: make the "undelete" links look again like a link 2024-12-13 02:31:52 +02:00
Adorian Doran
cd30d7dd0f style(next): recent changes list: remove the item border 2024-12-13 02:17:57 +02:00
Adorian Doran
556baf2782 style(next): recent changes list: tweak timeline connector on item hover 2024-12-13 01:45:31 +02:00
Adorian Doran
1410a6cf7a style(next): recent changes list: add a hover effect for items 2024-12-13 01:19:12 +02:00
Adorian Doran
6f75932015 style(next): recent changes list: improve the layout of the list items 2024-12-13 00:10:49 +02:00
Elian Doran
346ae7d815
Merge pull request #763 from TriliumNext/style/next/tree-settings-panel
Style Next: Restyle the tree settings popup
2024-12-12 08:45:12 +02:00
Adorian Doran
87dcdcacc3 style(next): tree actions toolbar: gracefully handle when the floating button overlaps with the tree item action buttons 2024-12-12 02:52:18 +02:00
Adorian Doran
0670c44c45
Merge branch 'develop' into style/next/restyle-tree-actions 2024-12-12 02:16:08 +02:00
Adorian Doran
350219361b style(next): correct section name 2024-12-12 02:09:48 +02:00
Adorian Doran
92f27e06de style(next): restyle the tree settings popup 2024-12-12 02:06:26 +02:00
Adorian Doran
e4b1f56a5e style(next): tree actions toolbar: fix icon alignment in certain conditions 2024-12-12 01:29:14 +02:00
Adorian Doran
a7e000035d style(next): tree actions toolbar: fix the user being unable to activate the action button for the last item 2024-12-12 01:07:18 +02:00
Adorian Doran
9d7caaae96 style(next): tree actions toolbar: tweak transitions 2024-12-12 00:59:48 +02:00
Adorian Doran
336f978add style(next): tree actions toolbar: relocate variable declarations 2024-12-12 00:50:28 +02:00