23033 Commits

Author SHA1 Message Date
Jakob Schlanstedt
f8090d9217 feat(search): add create into inbox to search 2025-11-28 22:52:01 +01:00
Jakob Schlanstedt
09aa22c74b refactor(autocomplete-pipline): refactor autocomplete -> create -> select pipeline 2025-11-28 22:52:01 +01:00
Jakob Schlanstedt
8fc8f97879 refactor(create-note-naming): simplify naming 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
547cdff510 style(jump_to_note): remove dead case to improve readability 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
cdd08d6971 style(row_editing comments): make inline comment proper doc 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
b3cf9c8f2d style(unused-imports): Remove unused-imports 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
feefa389b4 test(server-e2e): fix test for new create note option 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
f65be4f368 fix(note_autocomplete): fix wrong definition of types, and resulting bugs esp. improving row editing 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
77a014109e fix(note_autocomplete): fix attributes not linking 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
d3db48c99b refactor(note-create): remove as typecast 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
7e4833e893 fix(note-autocomplete): logic error hidden by as typecast 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
470d7eee31 fix(type-checker): remove as casts hiding type-errors thus bugs. Solve subsequent found bugs 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
aada631c0f fix(note_autocomplete): fix wrong type of target 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
bc4186d216 fix(note_create): type casting 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
c2a27eff2c refactor(note_autocomplete): simplify big switch statement removing duplicate logic 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
ca24408a13 fix(root-command-executor): fix regression in root_command_executor 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
b9e19e524a fix(typecheck-proven incorrectness): typecheck caught incorrectness through pnpm typecheck 2025-11-28 22:52:00 +01:00
contributor
09c8a778f5 createNote: better typing without cast and never type 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
3438f1103d refactor(note-create): remove small redundancy 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
82a3be06d1 fix(note-create): fix type definition for CreateNoteWithUrlOpts 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
f0dead5390 refactor(note-create): remove unnecessary deep hierarchy 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
b0fdb9fef2 refactor(note-create): replace 'at' with 'with' 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
71009bddc7 refactor(note-create): simplify createNote switch to equivalent small ifs 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
66e499a2e1 refactor(note-create): replace enum with optional fields 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
a5ef5eee2f refactor(note_create): simplify type implementation and documentation 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
bcb29d22f5 docs(note_create): further clarify type system 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
6ad2b49ab3 docs: remove comments duplicating code 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
656e7c069d refactor(create_note): rename types to fit ontological concepts better 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
00aa470bf2 fix(Omit in types): remove Omit from types to make hierarchy logical consistent and resulting errors from corrected logic. 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
c6ed0b43fc docs(note_create): improve clarification of type system 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
3d8a4d2553 docs(note_create): improve documentation for type checking system 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
42ab0eb804 fix(note_create): fix type hierarchy inheriting from wrong type and improve its documentation 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
d80d06a9b8 refactor(note_create): cleanup by removing unused import 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
3c39026739 refactor(note_create): reorder function order to simplify diff 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
72c17b22df refactor(note_create): improve comments for type system 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
dd1aa23cb6 refactor(note_create): clarify type system 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
ecdf243e63 refactor: cleanup comments 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
1e15585a24 refactor(typeerror): resolve typeerrors by refactoring code 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
9d40c0cb26 fix(note-type-chooser): fix note type chooser, unnecessary stick to old chosen path 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
e41e24b044 refactor(create-note): centralize and add advanced type checking to create-note with and without prompt 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
a15d661fd7 fix(jump_to_note): fix enum typescript error in switch statement 2025-11-28 22:52:00 +01:00
contributor
cb5954e8c7 fix typings for creating a note using mentions in ckeditor 2025-11-28 22:52:00 +01:00
contributor
2b55db05e1 rename MentionAction to CreateNoteAction and move to packages/common 2025-11-28 22:52:00 +01:00
Jakob Schlanstedt
74bf93059c refactor(ECMAScript Modules jsimport convention): refactor newly created imports to js convention
https://nodejs.org/api/esm.html#import-specifiers
2025-11-28 22:51:59 +01:00
Jakob Schlanstedt
384d8c9c37 refactor(note-create): change order of noteCreate intoPath and intoInbox to improve code compatibility 2025-11-28 22:51:59 +01:00
Jakob Schlanstedt
1bb6149dbe feat(search): add create into inbox to search 2025-11-28 22:51:59 +01:00
Elian Doran
3cc64b5764
fix(mobile/context_menu): note color picker not working
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-28 23:43:16 +02:00
Elian Doran
19cf07564f
style(mobile/context_menu): taller height + small animation when expanding items 2025-11-28 23:21:31 +02:00
Elian Doran
5847ce5c14
feat(dev): enable CSS source maps 2025-11-28 23:21:14 +02:00
Elian Doran
a7ad45635e
style(mobile/context_menu): clean up border radiuses 2025-11-28 21:27:06 +02:00