53 Commits

Author SHA1 Message Date
Elian Doran
408073ee19
fix(note_list): subtree leaking into classic collections
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Deploy Documentation / Build and Deploy Documentation (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
2025-11-26 19:11:43 +02:00
Elian Doran
976b1e1e0f
fix(note_list): not rendering correctly when switching notes 2025-11-25 19:51:24 +02:00
Elian Doran
0a3e788d21
fix(client/collections): collections not visible after viewing attachments
Some checks are pending
Checks / main (push) Waiting to run
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Dev / Test development (push) Waiting to run
Dev / Build Docker image (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile) (push) Blocked by required conditions
Dev / Check Docker build (Dockerfile.alpine) (push) Blocked by required conditions
/ Check Docker build (Dockerfile) (push) Waiting to run
/ Check Docker build (Dockerfile.alpine) (push) Waiting to run
/ Build Docker images (Dockerfile, ubuntu-24.04-arm, linux/arm64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.alpine, ubuntu-latest, linux/amd64) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v7) (push) Blocked by required conditions
/ Build Docker images (Dockerfile.legacy, ubuntu-24.04-arm, linux/arm/v8) (push) Blocked by required conditions
/ Merge manifest lists (push) Blocked by required conditions
playwright / E2E tests on linux-arm64 (push) Waiting to run
playwright / E2E tests on linux-x64 (push) Waiting to run
2025-11-23 21:53:47 +02:00
Elian Doran
33aece6f96
fix(collections): flicker when adding new entries 2025-11-22 12:16:48 +02:00
Elian Doran
135ce2285d
feat(collections): don't load all collection types at once 2025-11-22 10:10:37 +02:00
Elian Doran
6f83b932b0
feat(print/table): basic implementation using export module 2025-11-21 21:28:42 +02:00
Elian Doran
6ca941e8e9
chore(print): basic infrastructure to support reporting progress 2025-11-21 12:06:32 +02:00
Elian Doran
c17df24a19
refactor(print/list): use separate file 2025-11-20 20:56:55 +02:00
Elian Doran
7f81b83955
chore(print/list): get note titles to render 2025-11-20 20:13:20 +02:00
Elian Doran
ec76e9cf2a
refactor(collections): fix typecheck and remove generics 2025-11-18 08:49:07 +02:00
Elian Doran
88ae996694
fix(collections): view type not refreshing properly 2025-11-18 08:46:00 +02:00
Elian Doran
5e35aa8079
fix(board): columns leaking between notes 2025-11-15 12:24:18 +02:00
Elian Doran
e51daad5da
feat(collections/list): filter archived notes 2025-11-13 10:21:45 +02:00
Elian Doran
ee9c3f49da
chore(client/search): ensure nested note IDs don't work in search everywhere 2025-10-20 17:33:48 +03:00
Elian Doran
c7224bc0d1
fix(client/search): note IDs being calculated recursively in table 2025-10-20 17:14:26 +03:00
Elian Doran
929eee1350
fix(client/search): note IDs being calculated twice in search 2025-10-20 16:17:36 +03:00
Elian Doran
e904feb179
fix(client/search): collection rendering twice 2025-10-20 16:05:24 +03:00
Elian Doran
acae069b9e
chore(client/print): fix typecheck issues 2025-10-20 12:56:46 +03:00
Elian Doran
64576458b7
feat(client/print): print presentations with waiting for slides to load 2025-10-19 16:27:13 +03:00
Elian Doran
f6d7ecab40
feat(client/print): render presentation without shadow DOM 2025-10-18 21:57:12 +03:00
Elian Doran
e374b31a1c
feat(client/print): get collections to render 2025-10-18 21:35:19 +03:00
Elian Doran
e416caffe3
chore(client/print): wire printing for collections 2025-10-18 21:19:53 +03:00
Elian Doran
025f22553f
feat(collection/presentation): add empty view for presentation 2025-10-15 18:49:29 +03:00
Elian Doran
e0e791d9b4
refactor(collections): delete unnecessary type parameter 2025-10-15 18:49:06 +03:00
Elian Doran
6b35e909ab
fix(collections): note list sometimes not restored (fixes #7129) 2025-09-29 17:51:53 +03:00
Elian Doran
348432bd5b
fix(client/search): not reacting to change 2025-09-23 21:55:39 +03:00
Elian Doran
d2962b060e
fix(client/search): results not being displayed 2025-09-23 21:44:39 +03:00
Elian Doran
1de9634c44
chore(client): remove unnecessary logs 2025-09-14 11:29:19 +03:00
Elian Doran
6077da0df8
chore(react/collections): fix the rest of client type errors 2025-09-14 10:53:54 +03:00
Elian Doran
4040f8ba89
chore(react): solve most type errors 2025-09-14 10:38:05 +03:00
Elian Doran
6ba494999c
chore(collections): support child notes on import as well 2025-09-13 14:47:40 +03:00
Elian Doran
050ff5d8cd
fix(collections): not updating on import 2025-09-13 14:42:02 +03:00
Elian Doran
a6833f5a6f
fix(react/notelist): normal list/grid not showing if text 2025-09-13 11:46:17 +03:00
Elian Doran
d1e57e85b6
feat(collections): add label to show archived notes 2025-09-12 17:57:58 +03:00
Elian Doran
a08bc79ae4
feat(collections/board): add option to archive note 2025-09-12 17:21:59 +03:00
Elian Doran
c30c9a7360
chore(react/collections/table): set up column dragging 2025-09-11 18:57:01 +03:00
Elian Doran
4247c8fdc6
chore(react/collections/board): render empty columns 2025-09-10 20:18:17 +03:00
Elian Doran
57046d714b
chore(react/collections/table): bring back adding new rows 2025-09-07 20:44:39 +03:00
Elian Doran
f076581bed
chore(react/collections/table): get table to render 2025-09-06 18:48:58 +03:00
Elian Doran
aada49e548
chore(react/collections/calendar): get calendar to render 2025-09-05 16:03:12 +03:00
Elian Doran
63dd79e23c
chore(react/collections/geomap): restore state 2025-09-04 15:16:49 +03:00
Elian Doran
620e6012da
refactor(react/collections): reintroduce view mode 2025-09-03 23:57:38 +03:00
Elian Doran
1969ce562a
chore(react/collections): start porting geomap 2025-09-03 23:23:42 +03:00
Elian Doran
5b8394d685
chore(react/collections): display books even if collections only 2025-08-30 19:50:20 +03:00
Elian Doran
34fc30b8db
chore(react/collections): avoid intersection observer when not needed 2025-08-30 19:48:05 +03:00
Elian Doran
6e575df40b
chore(react/collections): add intersection observer 2025-08-30 19:42:16 +03:00
Elian Doran
cc7edbe3a7
chore(react/collections): full-height rendering for non-legacy 2025-08-30 19:24:32 +03:00
Elian Doran
c49e84efc6
refactor(react/collections): rename 2025-08-30 19:21:26 +03:00
Elian Doran
68dff71512
chore(react/collections): title highlighting in list title 2025-08-30 18:49:32 +03:00
Elian Doran
5cf18ae17c
chore(react/collections/view): first implementation 2025-08-30 17:26:00 +03:00