64 Commits

Author SHA1 Message Date
vchikalkin
e668f0ded2 apps/web: add BIGSTRING metaObject fieldType 2024-03-27 14:45:03 +03:00
vchikalkin
4733f2bb61 Form/Documents: show http error after upload document 2024-02-02 16:28:17 +03:00
vchikalkin
54df128e56 Form/Common: pass http errors 2024-02-02 15:25:50 +03:00
vchikalkin
08aee48f07 Form/Documents: reload page after upload files 2024-02-02 12:29:46 +03:00
vchikalkin
b6001ca466 Form/Common: fix reload page 2024-02-02 12:18:41 +03:00
vchikalkin
8ebf5ff249 Form/Common: block form on save 2024-02-02 11:54:18 +03:00
vchikalkin
a821906190 components/Form: combine imports 2024-02-01 18:27:12 +03:00
vchikalkin
be938b4d62 Form/Common: disable save button if form values are not changed 2024-02-01 18:17:23 +03:00
vchikalkin
381ba678d9 Form/Documents: disable buttons if no files are selected for upload 2024-02-01 18:09:15 +03:00
vchikalkin
7590352ba5 Form/Documents: reset InputFile components onClick cancel button 2024-02-01 18:02:20 +03:00
vchikalkin
2b9cdd0d73 Form/Common: pass handleRetract function to button 2024-02-01 15:13:55 +03:00
vchikalkin
c40eda7fd8 apps/web: add UploadFiles button 2024-01-30 12:50:05 +03:00
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