52 Commits

Author SHA1 Message Date
vchikalkin
780794c53f apps/web: fix pass USE_DEV_COLORS to client 2023-12-23 15:28:46 +03:00
vchikalkin
126643982b apps/web: fix pass USE_DEV_COLORS variable to client 2023-12-23 15:03:09 +03:00
vchikalkin
b7c2cc0ff2 apps/web: fix Elements nullish values 2023-12-21 15:21:10 +03:00
vchikalkin
5f8a9c5320 apps/web: move getDocs function to server
rename getDocs -> combineDocuments
2023-11-30 15:53:49 +03:00
vchikalkin
74d5c11f8e apps/web: add canUpload prop to file 2023-11-30 15:40:08 +03:00
vchikalkin
6ffb48a3b9 apps/web: fix files list on mobile 2023-11-30 12:09:55 +03:00
vchikalkin
aaaa6fffbb apps/web: add close button to Overlay 2023-11-30 11:59:56 +03:00
vchikalkin
2ff3589715 apps/web: fix files map key 2023-11-30 11:55:27 +03:00
vchikalkin
55372c01b7 apps/web: show all documents in Files 2023-11-30 11:26:09 +03:00
vchikalkin
a5eb858f4a apps/web: hide download document button if no href 2023-11-30 10:49:07 +03:00
vchikalkin
24a12720d2 merge experimental/migrate-to-pnpm 2023-11-28 12:39:06 +03:00
vchikalkin
11bcb4257d apps/web: fix download buttons link 2023-11-28 09:49:05 +03:00
vchikalkin
0606a999ea apps/web: add download file feature 2023-11-27 15:56:44 +03:00
vchikalkin
ca521cbc22 apps/web: add files upload feature 2023-11-27 15:00:23 +03:00
vchikalkin
30d705a618 apps/web: use outline-secondary for retract button 2023-11-25 12:27:26 +03:00
vchikalkin
6c2e204499 apps/web: fix overlay layout 2023-11-24 10:31:16 +03:00
vchikalkin
39c13e9422 apps/web: fix layout 2023-11-23 17:06:58 +03:00
vchikalkin
12e36cd8ba apps/web: check comment exists in metaData 2023-11-22 15:40:59 +03:00
vchikalkin
a8684087cf packages/ui: add textarea
fix element container position
apps/web: add webkit scroll style
move comment element to end of form
use textarea element for comment
2023-11-22 15:36:08 +03:00
vchikalkin
c3b6e8b046 apps/web: reduce Buttons onClick timeout 2023-11-22 14:00:15 +03:00
vchikalkin
c83c0e5c51 apps/web: connect buttons to backend 2023-11-22 00:50:07 +03:00
vchikalkin
3fb32b548c apps/web: remove makeCreateUrl function 2023-11-22 00:37:49 +03:00
vchikalkin
8cb4d9c6e5 apps/web: add Form overlay 2023-11-21 20:28:57 +03:00
vchikalkin
551e865401 apps/web: disable eslint rule react/forbid-component-props 2023-11-21 19:26:07 +03:00
vchikalkin
43b505c16d apps/web: add withContext in Form component 2023-11-21 18:24:29 +03:00
vchikalkin
23017b6205 packages/ui: remove layout params from Background
apps/web: remove Background component usage from pages
2023-11-21 17:49:40 +03:00
vchikalkin
6099175ad9 apps/web: reduce back button text size 2023-11-21 17:44:51 +03:00
vchikalkin
a3a31000de apps/web: revert Header to Form 2023-11-21 17:38:04 +03:00
vchikalkin
bbbf707227 apps/web: add back button 2023-11-20 16:26:57 +03:00
vchikalkin
a86f92e35b apps/web: Conditions force calibri font 2023-11-20 14:15:36 +03:00
vchikalkin
773f1a355f app/web: add logo-primary-dev 2023-11-20 11:52:32 +03:00
vchikalkin
489db4ad28 apps/web: make Header server component (again) 2023-11-16 20:12:25 +03:00
vchikalkin
1e29f598f8 apps/web: add form-context to provide pageUrlParams 2023-11-16 19:51:54 +03:00
vchikalkin
7b58d76f9e packages/ui: fix checkbox alert color & remove checkbox label 2023-11-16 17:17:16 +03:00
vchikalkin
0d8ea70734 apps/web: add base elements validation 2023-11-16 17:09:22 +03:00
vchikalkin
d7d418db68 packages/ui: add skeleton for input & checkbox 2023-11-16 14:19:28 +03:00
vchikalkin
bc27e6fd33 apps/web: add getPageUrlParams
remove title from Form components props type
2023-11-16 12:32:10 +03:00
vchikalkin
239dcab5b3 apps/web: fix set checkbox value to store 2023-11-15 14:36:08 +03:00
vchikalkin
05990f028b apps/web: add form store
api/ius: add validate function
2023-11-15 13:39:26 +03:00
vchikalkin
eeee8f8c0a apps/web: prefetch conditions 2023-11-14 10:48:15 +03:00
vchikalkin
382398df97 apps/web: split Form components 2023-11-14 00:44:55 +03:00
vchikalkin
73b3a87c2a apps/web: add Link to /conditions 2023-11-14 00:35:49 +03:00
vchikalkin
1c16fc2ec0 apps/web: add /conditions route 2023-11-13 23:28:20 +03:00
vchikalkin
942633e233 apps/web: move buttons 2023-11-10 16:26:32 +03:00
vchikalkin
7c9dc6f855 packages/ui: add button outline variants 2023-11-10 10:21:29 +03:00
vchikalkin
b6d74a5dd5 apps/web: Form ui improvements 2023-11-09 23:43:46 +03:00
vchikalkin
2408246c28 apps/web: ui beautify 2023-11-09 22:49:29 +03:00
vchikalkin
a4fc68f66e packages/ui: add heading 2023-11-09 22:03:09 +03:00
vchikalkin
83493d07f3 packages/ui: add InputNumber 2023-11-09 20:10:45 +03:00
vchikalkin
404f88d8e0 packages/ui: add Divider
apps/web: ui improvements
2023-11-09 19:46:00 +03:00