Commit Graph

11172 Commits (300bb561bbcb15a1e55f621bae09665b84fdb7dc)
 

Author SHA1 Message Date
Elian Doran 300bb561bb
Merge pull request #1240 from rom1dep/calendar_enh_color
feat(view/calendar): support coloring
2025-02-21 17:56:24 +07:00
Elian Doran 57dc168c26
Merge pull request #1223 from TriliumNext/feat_timeSelector-min-input
feat: time selector add support for handling min required input
2025-02-20 22:49:14 +07:00
Elian Doran 5495677fc2
Merge branch 'develop' into feat_timeSelector-min-input 2025-02-20 21:45:24 +07:00
Elian Doran 2cefdf8b9f
Merge pull request #1229 from McSido/feature/colorful-marker-icons
Enhance geomap marker icons with color
2025-02-20 21:43:42 +07:00
Elian Doran 57b3035559
feat(geomap): refresh map if color attribute is changed 2025-02-20 21:39:35 +07:00
Elian Doran 4f84ad8b81
Merge pull request #1230 from TriliumNext/renovate/tsx-4.x
chore(deps): update dependency tsx to v4.19.3
2025-02-20 21:31:28 +07:00
Elian Doran 1626767f30
Merge pull request #1231 from TriliumNext/renovate/vitest-monorepo
chore(deps): update vitest monorepo to v3.0.6
2025-02-20 21:30:57 +07:00
Elian Doran 91003af092
Merge pull request #1232 from TriliumNext/renovate/electron-forge-monorepo
chore(deps): update electron-forge monorepo to v7.7.0
2025-02-20 21:30:11 +07:00
Elian Doran 860de346a7
feat(import/single): treat mdx as markdown 2025-02-20 20:38:58 +07:00
Elian Doran 324a3d0d8b
feat(import): trim .mdx extension from import 2025-02-20 20:29:00 +07:00
Elian Doran f9e4ae7210
feat(import/zip): treat mdx as markdown (closes #1236) 2025-02-20 20:25:42 +07:00
Elian Doran 1c118f2aa9
feat(startup): display migration errors using system modal 2025-02-20 18:06:19 +07:00
Elian Doran 4010cb2789
Merge branch 'develop' into renovate/electron-forge-monorepo 2025-02-20 17:35:40 +07:00
Elian Doran f83beafd76
Merge branch 'develop' into renovate/vitest-monorepo 2025-02-20 17:35:38 +07:00
Elian Doran 366264f3a9
Merge branch 'develop' into renovate/tsx-4.x 2025-02-20 17:35:35 +07:00
Elian Doran ba91ed1855
Merge branch 'develop' into feature/colorful-marker-icons 2025-02-20 17:34:54 +07:00
Elian Doran ca1d5207d8
fix(build): try using ARM runner for building docker 2025-02-20 17:10:16 +07:00
Elian Doran f6b6b2e740
feat(test): ensure backend translations are valid JSON 2025-02-20 12:42:42 +07:00
Elian Doran c255af67c9
fix(i18n): Chinese translations missing due to invalid JSON 2025-02-20 12:40:11 +07:00
Elian Doran 34b4e6d069
feat(test): ensure frontend translations are valid JSON 2025-02-20 12:39:56 +07:00
Elian Doran 4e01534d76
refactor(i18n): move list of locales out of options 2025-02-20 12:27:33 +07:00
renovate[bot] fa05f15753
chore(deps): update electron-forge monorepo to v7.7.0 2025-02-20 02:57:15 +07:00
renovate[bot] 68c7df797d
chore(deps): update vitest monorepo to v3.0.6 2025-02-20 02:57:00 +07:00
renovate[bot] 587a051430
chore(deps): update dependency tsx to v4.19.3 2025-02-20 02:56:46 +07:00
McSido 04a6175630 feat(geomap): enhance icon building to include color class 2025-02-19 22:52:38 +07:00
Elian Doran 6b5d905ebe
fix(client/file): flicker when too big alert is not needed 2025-02-19 13:43:50 +07:00
Elian Doran 61f2e35717
feat(client/file): trim big files in order to improve performance 2025-02-19 13:41:05 +07:00
Elian Doran 4a34d5b2df
Merge pull request #1227 from greg1904/feat/german_translation
feat/german translation - adding missing translations from base english and adding adjustments of inconsistent german translations
2025-02-19 09:39:37 +07:00
greg1904 549917c1f1 small consistency adjustment 2025-02-18 23:56:15 +07:00
greg1904 4ed3a28e29 german adjustments 2025-02-18 23:49:27 +07:00
greg1904 c261bf7f7a Kind --> Unternotiz and some other additions 2025-02-18 23:30:14 +07:00
greg1904 62c9e865f5 added some fields in translation.json + switched "Hinweis" to "Notiz" 2025-02-18 23:12:57 +07:00
Panagiotis Papadopoulos a0c2715980 i18n(time_selector): add i18n for minimum_input 2025-02-18 22:26:32 +07:00
greg1904 e35ff07b9b Launchbar --> Startleiste 2025-02-18 22:25:05 +07:00
Panagiotis Papadopoulos ce1f418aa7 feat(time_selector): make use of optionsService 2025-02-18 22:18:58 +07:00
greg1904 fbc4206908 adding new fields for launchbar to german translation 2025-02-18 22:18:55 +07:00
Panagiotis Papadopoulos bb4c3ae6ff feat(time_selector): add minimumSeconds handling 2025-02-18 22:18:11 +07:00
Panagiotis Papadopoulos 0332ade13c refactor(time_selector): simplify setting of includedTimeScales 2025-02-18 22:16:13 +07:00
Panagiotis Papadopoulos 2d968b8e9c refactor(time_selector): mark methods as private 2025-02-18 22:15:36 +07:00
Panagiotis Papadopoulos fd2c65dcc0 feat(time_selector): add minimumSeconds class property 2025-02-18 22:14:56 +07:00
Romain DEP. bcb40b531f feat(view/calendar): support coloring 2025-02-17 22:20:20 +07:00
Elian Doran 50d37bbcb1
chore(client/ts): port note_type 2025-02-17 22:28:54 +07:00
Elian Doran 6706332be3
Merge pull request #1204 from TriliumNext/feat_timeScaleSelectWidget
feat: add time selector option widget
2025-02-17 22:23:29 +07:00
Elian Doran 16caae191e
fix(geomap): stuck viewport and zoom when switching between two geomaps 2025-02-17 21:59:02 +07:00
Elian Doran c7d75b759c
feat(webview): remove disclaimer 2025-02-17 21:50:59 +07:00
Elian Doran b837c57d06
chore(lock): update 2025-02-17 21:49:34 +07:00
Elian Doran ef3a75d58e
feat(webview): set up some sandboxing for <iframe> 2025-02-17 21:49:24 +07:00
Elian Doran 59b474df35
feat(webview): render in browser using iframe 2025-02-17 21:26:00 +07:00
Elian Doran fd47412d51
chore(client/ts): port web_view 2025-02-17 21:22:58 +07:00
Elian Doran 237f2ead73
fix(ci): server platform name missing due to invalid input 2025-02-17 21:16:53 +07:00