Commit Graph

9767 Commits (b11f2a69929a0f95fac8603f85bfd6ae1a5f4b5c)
 

Author SHA1 Message Date
Elian Doran b11f2a6992
fix(mobile): position of classic toolbar on tablet view 2025-01-01 21:40:47 +07:00
Elian Doran a8f052071e
Merge pull request #866 from pano9000/refactor_session_secret
refactor(session_secret): use existing randomSecureToken function
2025-01-01 21:27:14 +07:00
Elian Doran c482cef369
fix(mobile): sidebar not working in tablet view 2025-01-01 21:24:26 +07:00
Elian Doran 44ed840e78
Merge pull request #870 from TriliumNext/renovate/node-22.x
chore(deps): update dependency @types/node to v22.10.3
2025-01-01 12:08:19 +07:00
renovate[bot] 0b188ba22a
chore(deps): update dependency @types/node to v22.10.3 2025-01-01 01:38:52 +07:00
Panagiotis Papadopoulos 79887d1ce0 refactor(session_secret): use existing randomSecureToken function
this also improves secret security,
as it uses a larger charset size
than the UPPERCASED HEX secret before
2024-12-31 11:22:18 +07:00
Elian Doran 8959b96f28
Merge pull request #862 from TriliumNext/renovate/katex-0.x
fix(deps): update dependency katex to v0.16.19
2024-12-30 20:52:20 +07:00
renovate[bot] d98a920154
fix(deps): update dependency katex to v0.16.19 2024-12-30 00:15:18 +07:00
Elian Doran 794750c91a
Merge pull request #861 from pano9000/chore_fix-typo_protected-session-password
chore: fix typo in protected_session_password dialog
2024-12-29 12:57:12 +07:00
Elian Doran 2daa14b39b
Merge pull request #860 from pano9000/i18n_fix-backed_up_to
i18n: improve translatability of database_backed_up_to string
2024-12-29 12:56:24 +07:00
Elian Doran 3c37d5d630
Merge pull request #859 from pano9000/i18n_translatable_duplicate_note_#825
i18n: make duplicate notes suffix translatable
2024-12-29 12:55:18 +07:00
Elian Doran 42c6c44924
Merge pull request #857 from pano9000/feat_i18n-kdb-tags-#820
i18n: make <kbd> tags translatable
2024-12-29 12:53:01 +07:00
Elian Doran e722b65620
Merge pull request #853 from TriliumNext/renovate/jquery.fancytree-2.x
fix(deps): update dependency jquery.fancytree to v2.38.4
2024-12-29 12:43:18 +07:00
Elian Doran 112cfffb67
Merge pull request #852 from hasecilu/i18n/Spanish
Update Spanish translation
2024-12-29 12:28:20 +07:00
Panagiotis Papadopoulos c695fcf10e chore: fix typo in protected_session_password dialog 2024-12-29 09:09:09 +07:00
Panagiotis Papadopoulos 4d63ae4c43 i18n: improve translatability of database_backed_up_to 2024-12-28 23:14:02 +07:00
Panagiotis Papadopoulos 256853a6f8 i18n: make duplicate notes suffix translatable 2024-12-28 22:41:40 +07:00
Panagiotis Papadopoulos 28bbbae529 i18n: move kbd tag to translation string (help.headings) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 05b65da5b4 i18n: move kbd tag to translation string (help.collapseExpand) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 1362ce6c32 i18n: move kbd tag to translation string (help.jumpToParentNote) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 9bbb121792 i18n: move kbd tag to translation string (help.newTabNoteLink) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 6e8e472400 i18n: move kbd tag to translation string (help.createEditLink) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 9533554af7 i18n: move kbd tag to translation string (help.selectNote) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 4849aefc71 i18n: move kbd tag to translation string (help.goUpDown) 2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 32de793cc7 i18n: move kbd tag to translation string (add_link.button_add_link)
had to create a separate entry here, as the "add_link" property got reused in the dialog title and the button
2024-12-28 20:17:12 +07:00
Panagiotis Papadopoulos 69aad95e4a i18n: move kbd tag to translation string (launcher_context_menu) 2024-12-28 20:17:10 +07:00
Panagiotis Papadopoulos d8224be621 i18n: move kbd tag to translation string (search_definition.search_button)
here I've merged the two existing translations,
as it otherwise splits them up in an
awkward way for translations -
which also caused some mistranslations
already.
that way it also would've made it impossible to translate for RTL languages.
2024-12-28 20:09:00 +07:00
Panagiotis Papadopoulos 817b335d2f i18n: move kbd tag to translation string (protected_session.start_session_button) 2024-12-28 20:09:00 +07:00
Panagiotis Papadopoulos e24a80a3d1 i18n: move kbd tag to translation string (sort_child_notes.sort) 2024-12-28 20:09:00 +07:00
Panagiotis Papadopoulos 915b355abf i18n: move kbd tag to translation string (include_note.button_include) 2024-12-28 20:09:00 +07:00
Panagiotis Papadopoulos b41952a1e4 i18n: move kbd tag to translation string (tree-context-menu.open-in-a-new-tab) 2024-12-28 20:08:54 +07:00
Elian Doran 62696a4e0a
feat(mobile): display classic toolbar above keyboard 2024-12-28 14:58:33 +07:00
Elian Doran b168d68f93
style(mobile): improve sidebar margins on iOS 2024-12-28 14:29:26 +07:00
Elian Doran cd0df29307
style(mobile): improve sidebar animation 2024-12-28 14:22:38 +07:00
Elian Doran 8568e4b898
fix(mobile): floating buttons appearing above sidebar 2024-12-28 14:14:09 +07:00
Elian Doran 24a9487c6f
fix(mobile): toggling sidebar closes active note 2024-12-28 14:12:53 +07:00
Elian Doran 857f33db08
feat(mobile): add button to toggle sidebar 2024-12-28 14:11:58 +07:00
Elian Doran b00ca234f5
feat(mobile): implement dismiss region of sidebar 2024-12-28 13:56:20 +07:00
Elian Doran 61ccee27f2
feat(mobile): implement simple slide effect for tree 2024-12-28 13:46:08 +07:00
Elian Doran 748eedbbd2
refactor(client): remove unused variable 2024-12-28 13:32:03 +07:00
Elian Doran b2aa05cb9a
style(next): reduce tree font size 2024-12-28 13:29:55 +07:00
Elian Doran 6112a65fe5
style(next): fix regression on desktop 2024-12-28 13:16:35 +07:00
Elian Doran 3ea26a46c5
fix(mobile): bottom margin on iOS 2024-12-28 12:24:57 +07:00
Elian Doran ba84cd0390
feat(mobile): improve layout on iOS 2024-12-28 11:57:13 +07:00
Elian Doran 192afff139
style(next): fix alignment of items with submenus 2024-12-28 11:46:57 +07:00
Elian Doran 59ba3bf2a6
feat(mobile): move launch bar at the bottom 2024-12-28 11:36:25 +07:00
Elian Doran ccc46dc410
style(next): fix hover background color on mobile 2024-12-28 11:36:10 +07:00
Elian Doran 9b842a721d
style(next): fix submenu background on mobile 2024-12-28 11:33:37 +07:00
Elian Doran 7112441818
style(legacy): apply launcher context fixes on mobile 2024-12-28 11:21:19 +07:00
Elian Doran 68805ddd49
style(legacy): apply context menu fixes on mobile 2024-12-28 11:20:23 +07:00