Commit Graph

10053 Commits (8b1071c4593b51cc656fed25dff8f0b256ab562c)
 

Author SHA1 Message Date
Elian Doran 8b8929dde0
chore(docs): document css and optCss 2024-11-23 10:01:49 +07:00
Elian Doran e0d9cda522
fix(mobile): padding for the title 2024-11-23 09:59:48 +07:00
Elian Doran ba5371d76b
fix(mobile): vertical layout not sized properly 2024-11-23 09:56:48 +07:00
Elian Doran fbae0062af
feat(mobile): change context menu icon on horizontal layout 2024-11-23 09:48:18 +07:00
Elian Doran ea399e590d
feat(mobile): reorder context menu 2024-11-23 09:45:52 +07:00
Elian Doran 2dda8f60ed
feat(mobile): move menu button to the right 2024-11-23 09:43:34 +07:00
Elian Doran 14fa687b9c
fix(mobile): width of launcher bar items 2024-11-23 09:40:32 +07:00
Elian Doran 91d23bae8e
refactor(client): use different hiding mechanism for quick search 2024-11-23 09:37:24 +07:00
Elian Doran d2d2620742
feat(mobile): hide quick search 2024-11-23 09:34:26 +07:00
Elian Doran 8a61b58970
fix(mobile): fix alignment for horizontal layout 2024-11-23 09:29:49 +07:00
Elian Doran 23ef2c593e
chore(i18n): translate layout settings 2024-11-23 09:18:12 +07:00
Elian Doran 62d23b3643
feat(client): respect layout orientation selected by user 2024-11-23 09:09:09 +07:00
Elian Doran 4f305b52eb
feat(client): allow user to change layout orientation 2024-11-23 09:06:30 +07:00
Elian Doran e32f54a5c9
feat(server): add support for layout orientation option 2024-11-23 09:06:16 +07:00
Elian Doran 2d8fb4eff5
chore(i18n): fix punctuation 2024-11-23 00:48:01 +07:00
Elian Doran eaa6d6c3cf
fix(client): tooltip position for calendar in vertical layout 2024-11-23 00:32:36 +07:00
Elian Doran 0f7b96f096
fix(client): quick search in vertical layout 2024-11-23 00:29:28 +07:00
Elian Doran 13e33549c1
fix(client): global menu alignment on horizontal layout 2024-11-23 00:24:29 +07:00
Elian Doran 23873b72bf
fix(client): dropdown width for horizontal layout 2024-11-23 00:15:50 +07:00
Elian Doran 5f9439a9e0
fix(client): dropdown tooltip placement for horizontal layout 2024-11-23 00:11:49 +07:00
Elian Doran 7e5fea8cd2
fix(client): tooltip position for hide left pane button 2024-11-23 00:07:40 +07:00
Elian Doran fd8f9506d4
fix(client): tooltip position for launcher on horizontal layout 2024-11-23 00:02:02 +07:00
Elian Doran 13a997beb0
fix(client): add new tab not working in horizontal layout 2024-11-22 23:02:43 +07:00
Elian Doran f62e860b61
feat(client): use hamburger menu for horizontal layout 2024-11-22 22:44:34 +07:00
Elian Doran 50bf94875c
fix(client): global submenu not working in horizontal layout 2024-11-22 22:16:48 +07:00
Elian Doran 20b0215364
feat(client): set up quick search as launcher 2024-11-22 22:01:38 +07:00
Elian Doran 045c8699a9
refactor(client): use switch instead of chained-if 2024-11-22 21:56:34 +07:00
Elian Doran 15b9f38439
style(client): improve background for full-width tab bar 2024-11-22 21:41:23 +07:00
Elian Doran 91c4ea333e
feat(client): move tab bar on horizontal layout 2024-11-22 21:37:54 +07:00
Elian Doran d1550db08d
fix(client): experiment with full-width tab bar 2024-11-22 21:35:47 +07:00
Elian Doran c858630678
fix(client): fix size for horizontal launcher bar 2024-11-22 21:14:50 +07:00
Elian Doran c9f2a2bd6b
feat(client): reorder buttons on horizontal bar 2024-11-22 21:10:49 +07:00
Elian Doran efc84722a9
feat(client): implement top launcher pane 2024-11-22 21:05:45 +07:00
Elian Doran 8300acd30b
refactor(client): add support for optional children in layout 2024-11-22 20:36:08 +07:00
Elian Doran fd53781c71
feat(theme): use TriliumNext as login & set password theme 2024-11-22 20:22:48 +07:00
Elian Doran 76256c1b9c
feat(theme): use TriliumNext as setup theme 2024-11-22 20:21:22 +07:00
Elian Doran 2e544a7337
feat(theme): use TriliumNext as default theme 2024-11-22 20:15:35 +07:00
Elian Doran 3e705ec4fd
feat(theme): use prefers-color-scheme for automatic theme 2024-11-22 20:12:22 +07:00
Elian Doran 7cb9671fe3
feat(theme): start implementing a theme for TriliumNext 2024-11-22 20:12:09 +07:00
mm21 2f7d061ef1 Add label definition type for standalone time 2024-11-22 17:58:23 +07:00
Elian Doran 79b31bda76
chore(i18n): reach 100% for Romanian + small change 2024-11-22 19:48:57 +07:00
Elian Doran c30a4373d9
Merge pull request #652 from TriliumNext/remove-renovate-action
Remove the renovate action in favor of the GH app
2024-11-22 19:43:54 +07:00
perf3ct 12065902d2
Remove the renovate action in favor of the GH app 2024-11-22 17:39:34 +07:00
Elian Doran aa01161a40
Merge pull request #651 from TriliumNext/tab_enhance
Add reopen_last_tab and copy_tab_to_new_window to  tab management
2024-11-22 19:01:20 +07:00
SiriusXT 3cfc2ac768 Add reopen_last_tab and copy_tab_to_new_window to tab management 2024-11-22 17:24:06 +07:00
renovate[bot] 5faa6e1d67
fix(deps): update dependency helmet to v8 2024-11-21 21:54:26 +07:00
renovate[bot] 190c7f7274
fix(deps): update dependency chokidar to v4 2024-11-21 21:53:55 +07:00
renovate[bot] 0cb7d82d16
chore(deps): update stringbean/docker-healthcheck-action action to v3 2024-11-21 21:53:41 +07:00
renovate[bot] 1e478a7a52
chore(deps): update docker/metadata-action action to v5 2024-11-21 21:53:20 +07:00
renovate[bot] caf5b34d70
chore(deps): update docker/login-action action to v3 2024-11-21 21:53:17 +07:00