Commit Graph

1083 Commits

Author SHA1 Message Date
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
Ivan
a44c1cd170 F: Rework version editing
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-07 15:30:47 +03:00
Ivan
07c1d54f17 R: Refactor basic components structure 2025-02-07 10:54:47 +03:00
Ivan
4d91437d7f R: Refactor modal dialogs API
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Distinguish Form and View modals
2025-02-06 20:28:23 +03:00
Ivan
bb33c1f212 R: Move dialogs to form basis
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-06 14:10:18 +03:00
Ivan
05422df430 npm update 2025-02-06 11:27:37 +03:00
Ivan
d410bfeeb5 F: Fix forms that are subject to react compiler problems
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-06 00:26:55 +03:00
Ivan
f5087241a3 R: Remove redundant checks 2025-02-05 22:14:14 +03:00
Ivan
e96ce964ca R: Remove redundant useEffect 2025-02-05 21:55:39 +03:00
Ivan
77479fb6fe F: Rework Constituenta editor form 2025-02-05 20:52:20 +03:00
Ivan
cc6e592149 B: Fix cstUpdate 2025-02-05 13:23:30 +03:00
Ivan
86f90149ee B: Fix small bugs and refactor away useEffect 2025-02-05 12:47:53 +03:00
Ivan
df06e7a7b9 B: Fix margin 2025-02-05 12:13:05 +03:00
Ivan
f1bdb70a76 B: Fix contextmenu animations 2025-02-05 12:03:54 +03:00
Ivan
507faf4689 R: Remove redundant useCallback
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-05 01:27:52 +03:00
Ivan
0ad1e4f872 B: Add timeout for cache invalidation after schema delete 2025-02-05 00:28:01 +03:00
Ivan
515f398fda F: Rework createLibraryItem form 2025-02-04 23:34:02 +03:00
Ivan
c76af6d224 R: Unify components API for user inputs 2025-02-04 20:35:55 +03:00
Ivan
b6f1681f49 F: Rework user profile editor
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2025-02-03 19:56:48 +03:00
Ivan
e3d8c9110a F: Rework password change 2025-02-03 18:17:44 +03:00
Ivan
6583f44209 F: Rework signup form using react-hook-form and zod
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-02-03 13:14:39 +03:00
Ivan
27234c488d F: Implement login form using react-hook-form
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-01-31 21:05:04 +03:00
Ivan
c97b8997ce F: Use zod validation for login form
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-30 21:01:36 +03:00
Ivan
7dda79e701 B: Fix register page 2025-01-30 20:39:27 +03:00
Ivan
86cda4825a M: Use zod coerce for type conversion 2025-01-30 20:08:43 +03:00
Ivan
728eb61f91 R: Refactor model types. Separate transport and model 2025-01-30 19:55:38 +03:00
Ivan
2b08a5a966 F: Add zod validation for query params 2025-01-30 19:23:15 +03:00
Ivan
55d7b919c8 F: Implement ErrorFallback for root
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-30 12:56:06 +03:00
Ivan
ea6750d521 B: Fix change-password implementation 2025-01-30 12:01:59 +03:00
Ivan
092421b0c3 M: Lazy load dialogs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-30 00:42:15 +03:00
Ivan
276b6a6be6 F: Improve lazy loading and hydration 2025-01-30 00:27:06 +03:00
Ivan
bb8824d2c3 M: Add prefetching for auth
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-29 21:41:40 +03:00
Ivan
570b2e8468 B: Remove queries on logout / login 2025-01-29 21:30:56 +03:00
Ivan
cf2384564a R: Improve suspense and loading behavior 2025-01-29 21:26:10 +03:00
Ivan
d182b2d34e B: Fix cache invalidation and error handling 2025-01-29 14:52:07 +03:00
Ivan
44b0705521 R: use alias instead of relative path
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-28 23:23:42 +03:00
Ivan
7595991f26 R: Move notifications into transport layer
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
Minor bug fixes
2025-01-28 19:47:24 +03:00
Ivan
da9745125e T: Implement backend mocking for tests
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2025-01-27 16:12:41 +03:00
Ivan
b43c46e6c6 update dependencies 2025-01-27 15:50:37 +03:00
Ivan
711ed28a43 F: Implement react-query for backend interactions 2025-01-27 15:03:48 +03:00
Ivan
ec358cae2b npm update
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-01-17 12:21:29 +03:00
Ivan
33ad3c6b95 R: Refactor dialogs using zustand store
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-16 16:31:32 +03:00
Ivan
b260640ebf R: Replace AccessMode with RoleStore
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-15 23:03:35 +03:00
Ivan
b9ee1b9d08 R: Migrating to zustand for local state management pt3 2025-01-15 22:16:27 +03:00
Ivan
912fd22bfa B: Fix nodes not being selectable through hidden div 2025-01-15 19:16:13 +03:00
Ivan
8c3e5dfd4d R: Migrating to zustand for local state management pt2 2025-01-15 16:06:42 +03:00
Ivan
4c9b0b28b8 R: Migrating to zustand for local state management pt1
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-14 21:58:16 +03:00
Ivan
5679c86dac R: Integrate Playwright as end-to-end testing 2025-01-14 16:25:05 +03:00
Ivan
bf60f40760 npm update
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-13 15:50:43 +03:00
Ivan
b41c7a922f M: Fix layout for small screens
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-01-09 20:36:17 +03:00
Ivan
c942fc0c31 B: Fix intl version
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2025-01-09 16:25:08 +03:00
Ivan
81393a6874 npm update
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2025-01-03 11:07:40 +03:00
Ivan
945459cede B: Fix substitution UI error
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-20 15:02:11 +03:00
Ivan
8bec236f0f F: Improve tooltip performance 2024-12-20 14:36:30 +03:00
Ivan
2b73f5e6af M: Improve checkbox structure 2024-12-20 13:36:42 +03:00
Ivan
d11ccb45c4 M: Prevent animations for darkMode transitions 2024-12-20 12:57:46 +03:00
Ivan
7bd5cd5d74 F: Improve navigation toggles 2024-12-20 11:54:38 +03:00
Ivan
2cdc03db92 F: Improve theme switcher
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-19 18:56:48 +03:00
Ivan
3daa634719 npm update
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-18 15:33:37 +03:00
Ivan
7c57872254 B: Fix tabs background 2024-12-18 14:55:10 +03:00
Ivan
38a1a8948e M: Fix sidelist dynamics 2024-12-18 14:41:59 +03:00
Ivan
dc7cea8eaa F: Add QR feature for RSForm 2024-12-18 12:35:48 +03:00
Ivan
97178d8114 B: Fix linter issue
Some checks failed
Frontend CI / build (22.x) (push) Waiting to run
Backend CI / build (3.12) (push) Has been cancelled
2024-12-17 22:34:11 +03:00
Ivan
99ffbb9835 M: Remove schema_id from RSForm items 2024-12-17 22:20:33 +03:00
Ivan
79f6d4cdb1 B: Fix error with loading RSForm 2024-12-17 21:25:23 +03:00
Ivan
8ad1db5295 R: Add port to preview 2024-12-17 21:23:29 +03:00
Ivan
196862e0d9 M: Add animation for tooltip
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-17 13:43:52 +03:00
Ivan
326d4b0e1d R: Improve styling semantics pt2 2024-12-17 11:38:00 +03:00
Ivan
da4dbd3b90 R: Improve styling semantics pt1 2024-12-17 10:53:01 +03:00
Ivan
91dbd0e88f F: Rework colors using tailwind configs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-17 00:05:45 +03:00
Ivan
b7aa8fe56a F: Add selection animation for graphs
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-16 11:54:27 +03:00
Ivan
609752a9d6 R: Remove unused useMemo and useCallback
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-13 21:31:09 +03:00
Ivan
254b6a64d5 F: Add react-compiler to build toolchain
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-13 13:55:26 +03:00
Ivan
6da40bc09b M: Small UI improvement 2024-12-13 13:22:21 +03:00
Ivan
22ce9ee13b M: Fix redirect to replace history 2024-12-13 13:18:06 +03:00
Ivan
d3e19d9c64 R: Fix Rules of React violations 2024-12-13 13:10:23 +03:00
Ivan
0d826498f3 R: Fix updating procedure for graph nodes 2024-12-13 11:00:20 +03:00
Ivan
d0fbaa7148 R: Remove .Provider from Contexts
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-12 21:58:19 +03:00
Ivan
56b7d3d71f R: Prepare to migrate to react-compiler 2024-12-12 21:46:03 +03:00
Ivan
a2e080d6e1 update to React19 2024-12-12 17:25:29 +03:00
Ivan
f878afa920 R: Remove unused dependencies 2024-12-12 17:16:36 +03:00
Ivan
f4fb293d84 npm update
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-12 13:43:35 +03:00
Ivan
ca8aba2b9d F: Animation rework
move to simple CSS animations and react-spring
2024-12-12 13:19:12 +03:00
Ivan
bc4a68f4d1 R: Remove unused ref
Some checks failed
Frontend CI / build (22.x) (push) Has been cancelled
2024-12-06 10:42:27 +03:00
Ivan
5da2c23280 R: Use Suspence to reduce bundle size
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-05 15:46:23 +03:00
Ivan
a8d39eb8bd R: Use monadic conditional call
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-04 22:53:01 +03:00
Ivan
9fb7ca0abb M: Small UI fixes 2024-12-04 20:09:07 +03:00
Ivan
783bcdbb0e R: Fix django dependencies
Some checks failed
Backend CI / build (3.12) (push) Has been cancelled
2024-12-04 14:52:41 +03:00
Ivan
fb4837278c update dependencies
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run
2024-12-03 22:28:44 +03:00
Ivan
a6ef6bc045 M: Minor UI fix for small screens 2024-12-03 19:35:45 +03:00
Ivan
2d3bc56776 R: Small UI refactoring and improvement
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-03 12:47:08 +03:00
Ivan
ab75de1042 M: Update GraphUI
Some checks are pending
Frontend CI / build (22.x) (push) Waiting to run
2024-12-02 21:00:31 +03:00