Commit Graph

11080 Commits (ccbed7bbc375997ba8ea6926c3978d4ba7722b4c)
 

Author SHA1 Message Date
Panagiotis Papadopoulos ccbed7bbc3 feat(time_selector): use showError since this is an error 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos 10ba467202 chore(prettier): run prettier on time_selector related files 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos 793b0c9fe8 feat(time_selector): add possibility to omit time scales 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos 35a3d326f7 i18n(time_selector): translate invalid_input message 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos f672054441 feat(time_selector): use time_selector in attachment_erasure_timeout 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos e0e530b219 feat(time_selector): use time_selector in note_erasure_timeout 2025-02-16 18:30:56 +07:00
Panagiotis Papadopoulos c0714a92d5 feat(time_selector): add time_selector options widget 2025-02-16 18:30:56 +07:00
Adorian Doran fbacb5bb71 Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-02-16 15:48:42 +07:00
Adorian Doran 630eb5ac8d style(next): restyle the alert bar 2025-02-16 15:47:44 +07:00
Elian Doran a532ae6426
Merge pull request #1196 from TriliumNext/feature/zen_mode
Zen Mode
2025-02-16 15:39:54 +07:00
Elian Doran dc0ac4daa2
fix(zen): buttons on darwin 2025-02-16 15:38:31 +07:00
Elian Doran 753da46935
Merge remote-tracking branch 'origin/develop' into feature/zen_mode 2025-02-16 15:24:28 +07:00
Elian Doran 569ed0868d
Merge pull request #1195 from dousha/bugfix-unsharing-hoisted
Allow removing weak branches even if it's hoisted
2025-02-16 15:05:17 +07:00
Elian Doran 324233be50
Merge pull request #1201 from TriliumNext/chore_fix-copy-dist-log
chore(copy-dist): "unpack" log messages before printing
2025-02-16 15:00:41 +07:00
Elian Doran 135f3d913a
Merge pull request #1191 from TriliumNext/chore_npm-scripts-namescape
chore: npm scripts namespacing
2025-02-16 14:58:29 +07:00
Elian Doran 952ec516ee
feat(test): add test for code block mpapings 2025-02-16 11:43:20 +07:00
Elian Doran a8f9403990
feat(code_block): map a few more themes 2025-02-16 11:43:12 +07:00
Panagiotis Papadopoulos dd4f8a8c27 chore(copy-dist): "unpack" log messages before printing
previously it was printin all messages as part of an array, i.e.
["message"]
After spreading the array, we get the desired out
"message"
2025-02-15 13:08:13 +07:00
Panagiotis Papadopoulos 11a9dfd693 Merge branch 'develop' into chore_npm-scripts-namescape 2025-02-15 09:02:23 +07:00
Elian Doran fc77f56516
chore(in_app_help): update docs 2025-02-15 01:05:37 +07:00
Elian Doran ecb2c53c6f
feat(in_app_help): support webviews 2025-02-15 01:02:24 +07:00
Elian Doran 9299f90b85
feat(docs): internal API docs 2025-02-15 00:33:12 +07:00
Elian Doran 81d5d16e1a
chore(bin): convert generate-openapi to typescript 2025-02-15 00:02:00 +07:00
Elian Doran 2fe6881d73
Merge pull request #1192 from FliegendeWurst/openapi-docs-2
More OpenAPI docs
2025-02-14 23:57:39 +07:00
Elian Doran 552f87e2b3
Merge pull request #1194 from TriliumNext/test-unskip-tests
test: fix and enable ex-flaky tests in `services/search.spec.ts`
2025-02-14 23:43:01 +07:00
Elian Doran 689af591d1
Merge pull request #1190 from TriliumNext/deps_jasmine-types
deps: remove leftover @types/jasmine
2025-02-14 23:41:45 +07:00
Elian Doran ab2a7a6c4a
Merge pull request #1187 from TriliumNext/renovate/webpack-5.x
chore(deps): update dependency webpack to v5.98.0
2025-02-14 23:41:16 +07:00
Elian Doran a716d97e83
Merge pull request #1188 from TriliumNext/renovate/node-22.x
chore(deps): update node.js to v22.14.0
2025-02-14 23:40:32 +07:00
Elian Doran 9f18eb55cb
Merge pull request #1185 from TriliumNext/renovate/prettier-3.x
chore(deps): update dependency prettier to v3.5.1
2025-02-14 23:39:59 +07:00
Elian Doran 2cb27d4b03
Merge pull request #1186 from TriliumNext/renovate/electron-34.x
chore(deps): update dependency electron to v34.2.0
2025-02-14 23:38:17 +07:00
dousha 9d7f1a2d71 Allow removing weak branches even if it's hoisted 2025-02-15 01:52:07 +07:00
Elian Doran be39668488
feat(zen): add keyboard shortcut 2025-02-14 19:45:57 +07:00
Elian Doran 137aa93451
fix(zen): not working properly when native titlebar is on 2025-02-14 19:07:13 +07:00
Elian Doran ab7457cf90
fix(next): transparency issue when background effects are off 2025-02-14 19:07:02 +07:00
Elian Doran 9221932abb
style(zen): improve position slightly 2025-02-14 18:56:36 +07:00
Elian Doran 1ad8c6b1cb
style(next): apply mica to entire zen screen 2025-02-14 18:51:04 +07:00
Panagiotis Papadopoulos 84429e6e90 test: use integration-tests/db as data dir for tests
we have an initialized DB there, so that "integration like" tests that depend on the DB are not failing
2025-02-14 17:47:24 +07:00
Elian Doran e829abbad3
feat(zen): set up draggable regions 2025-02-14 18:47:15 +07:00
Elian Doran 2c80607bfd
feat(zen): use dedicated floating button to stop zen mode 2025-02-14 18:18:28 +07:00
Elian Doran e8f0af8954
feat(zen): hide some more buttons 2025-02-14 17:39:03 +07:00
Elian Doran 5b5fd77ca8
feat(global_menu): indicate state of zen mode 2025-02-14 14:14:13 +07:00
Elian Doran f93eef28f3
feat(zen): hide most UI elements 2025-02-14 14:11:22 +07:00
Elian Doran 5c81627112
feat(zen): toggle body class for zen 2025-02-14 13:55:04 +07:00
Elian Doran 568a84f5d2
feat(global-menu): add option to toggle zen mode 2025-02-14 13:45:40 +07:00
Elian Doran 70d6d375f9
chore(i18n/ro): fix translation for landscape 2025-02-14 11:04:28 +07:00
FliegendeWurst a115214070 Document some note, branch, tree routes 2025-02-14 09:40:38 +07:00
Panagiotis Papadopoulos 0e18c405d8 test: "unskip" skipped tests 2025-02-14 09:17:57 +07:00
Panagiotis Papadopoulos e89d1b2413 chore(scripts): fix electron:switch in docs 2025-02-14 09:11:35 +07:00
Panagiotis Papadopoulos 21d18b1bdf chore(scripts): add generate-* to namespace "chore:*" 2025-02-14 09:00:42 +07:00
Panagiotis Papadopoulos 0cace7f3f9 chore(scripts): add integration test servers to namespace "test:*" 2025-02-14 08:57:03 +07:00