Commit Graph

9782 Commits (ac77d20aaf0559421d2aac6ec20d15b5eb8d625c)
 

Author SHA1 Message Date
Panagiotis Papadopoulos ac77d20aaf refactor: use isMac and isWindows util funcs 2025-01-02 18:47:41 +07:00
Panagiotis Papadopoulos 13235a25b1 refactor(utils): add isMac and isWindows as util func 2025-01-02 18:45:41 +07:00
Elian Doran 2556d51870
Merge pull request #873 from pano9000/refactor_use_Set
refactor(services): use Set instead of Arrays for faster lookups
2025-01-02 17:50:35 +07:00
Elian Doran d07aa0990b
Merge pull request #872 from pano9000/refactor_utils-export
refactor(utils): use named exports for the utils functions
2025-01-02 17:48:43 +07:00
Panagiotis Papadopoulos baea3bdcdd refactor(services): use Set instead of Arrays for faster lookups 2025-01-02 14:59:26 +07:00
Panagiotis Papadopoulos 728037075f refactor(services): use named imports from utils
had rename the imports due to name clashes
2025-01-02 13:48:18 +07:00
Panagiotis Papadopoulos 7fe23c7ac2 refactor(services): use named imports from utils 2025-01-02 13:47:44 +07:00
Panagiotis Papadopoulos 3814621e1c reafctor(services/utils): export functions individually 2025-01-02 13:26:25 +07:00
Elian Doran 6fe4027a75
Merge pull request #871 from TriliumNext/feature/i18n-part8
Feature/i18n part8
2025-01-02 11:54:57 +07:00
Nriver 1ba66f0414 update Chinese translation and synchronize with English 2025-01-02 17:20:57 +07:00
Elian Doran 2d43d3a813
feat(mobile): prevent accidental zoom 2025-01-02 01:36:58 +07:00
Elian Doran 3913088451
feat(mobile): display editor toolbar only when focused 2025-01-02 01:21:30 +07:00
Elian Doran 795f715852
fix(mobile): full-height sidebar 2025-01-02 00:46:03 +07:00
Elian Doran f315457047
fix(mobile): bottom bar not always shown 2025-01-02 00:38:52 +07:00
Elian Doran f4607123f2
style(next): transparent note title on mobile 2025-01-02 00:07:09 +07:00
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