Commit Graph

1350 Commits

Author SHA1 Message Date
Ivan
74186b268b npm update + fix name collision
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-20 18:10:53 +03:00
Ivan
22217899b5 M: Remove modficiation tracking 2025-02-20 18:02:04 +03:00
Ivan
cba8180429 M: Change focus keybind 2025-02-20 17:18:06 +03:00
Ivan
e4452b3679 M: Fix centering for editor 2025-02-20 17:08:23 +03:00
Ivan
9d99179a40 F: Improve version selection 2025-02-20 16:40:00 +03:00
Ivan
9c0315f049 F: Disable react-scan for production
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-20 14:59:52 +03:00
Ivan
f2570deabe F: Add react-scan to tooling and fix some rerenders 2025-02-20 14:45:52 +03:00
Ivan
1b76b54691 M: Add timestamp verification
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-20 00:03:22 +03:00
Ivan
94f90fc8f8 Actualize TODOs 2025-02-19 23:49:04 +03:00
Ivan
74473f4cb5 R: Remove all default exports
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-19 23:30:35 +03:00
Ivan
53b746f3c4 R: Distinguish undefined semantics vs null 2025-02-19 22:33:09 +03:00
Ivan
9ef4d32376 F: Add global view for mutation errors 2025-02-19 19:26:29 +03:00
Ivan
60094efb3c F: viewTransition to navigation 2025-02-19 19:15:26 +03:00
Ivan
3141b4c561 npm update
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-19 00:59:14 +03:00
Ivan
ff09a09753 F: Implement schema checks for backend + small fixes 2025-02-18 23:57:05 +03:00
Ivan
6e8192404f R: Refactor type definitions
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-18 19:40:24 +03:00
Ivan
6deedb3afd M: Fix minor issues
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-17 16:19:15 +03:00
Ivan
869de34fc5 F: Add zod validation for backend responses for rsforms 2025-02-17 14:44:08 +03:00
Ivan
440a655395 R: Remove redundant useEffects
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-02-15 18:33:05 +03:00
Ivan
35256d570f M: Improve global loader visuals 2025-02-15 17:39:09 +03:00
Ivan
e2ded7d587 npm update 2025-02-15 17:16:48 +03:00
Ivan
900915de46 F: Add global loader for navigation 2025-02-15 17:11:36 +03:00
Ivan
e5b1bbb57a F: Rework edit wordforms dialog 2025-02-15 16:43:10 +03:00
Ivan
6641d4b224 B: Hotfix build 2025-02-15 15:39:47 +03:00
Ivan
308feb2982 B: Fix versions ordering 2025-02-15 15:37:19 +03:00
Ivan
00fd2beea3 F: Rework reference editor dialog 2025-02-15 15:34:29 +03:00
Ivan
5afe8ac86e R: Remove redundant useEffect
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-14 14:12:10 +03:00
Ivan
91184f798a F: Rework cst create and template dialogs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-14 02:42:17 +03:00
Ivan
4853884251 R: Improve import sorting
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-12 21:36:25 +03:00
Ivan
c75af03bea R: Refine feature boundaries and dependencies 2025-02-12 20:53:31 +03:00
Ivan
012fb142ed R: library feature boundary
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2025-02-12 15:13:37 +03:00
Ivan
8c894b1245 R: Refactor auth and help feature boundary 2025-02-12 13:44:41 +03:00
Ivan
92a0ec5968 R: Refactor users feature boundary 2025-02-12 13:07:55 +03:00
Ivan
fd6295f279 R: Move LibraryItem editor to proper feature 2025-02-12 12:45:40 +03:00
Ivan
c9da647226 F: Rework DeleteCst and InlineSynthesis dialogs 2025-02-12 12:25:06 +03:00
Ivan
2632921dbb R: Upgrade SubstituteCst dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-12 02:12:08 +03:00
Ivan
381567491f R: Refactor global names and LocationChange dialog 2025-02-12 01:35:41 +03:00
Ivan
a56d1e7fc4 F: Rework Edit Operation dialog 2025-02-12 00:14:38 +03:00
Ivan
aeac2c2941 R: Split colors declarations 2025-02-11 21:07:23 +03:00
Ivan
301f388788 R: Split label resources into features 2025-02-11 20:56:24 +03:00
Ivan
e53157aa31 R: Rework all mutations to mutateAsync
Fixes problem with mutations callback not being triggered in dialogs
2025-02-11 20:16:11 +03:00
Ivan
f31acfc817 F: Rework create operation dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-11 14:24:13 +03:00
Ivan
c5b73612f3 F: Rework RelocateConstituents dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-10 16:18:54 +03:00
Ivan
a967e957b3 F: Rework zod schema names and DeleteOperation dialog 2025-02-10 14:11:28 +03:00
Ivan
c5bf72f889 F: Rework ChangeInputSchema dialog 2025-02-10 13:43:06 +03:00
Ivan
8372344277 R: Untagle dependencies 2025-02-10 13:29:23 +03:00
Ivan
17b94b5e9a R: Refactoring folder structure: introducing features
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-10 01:32:55 +03:00
Ivan
80473b0b82 F: rework CloneLibraryItem dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-08 19:17:58 +03:00
Ivan
bc948eff0b F: Rework graph filter params dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-08 17:59:54 +03:00
Ivan
ef209868bf F: Rework CstRename dialog
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-07 20:45:32 +03:00