121 Commits

Author SHA1 Message Date
vchikalkin
d625353a19 apps/web: use api requests as server actions 2023-11-21 19:32:42 +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
cec465d935 apps/web: store/ius: reset validation 2023-11-20 14:05:42 +03:00
vchikalkin
148cca451b apps/web: env.js make USE_DEV_COLORS optional 2023-11-20 13:22:39 +03:00
vchikalkin
7a74972c79 apps/web: fix build (ReferenceError: path is not defined) 2023-11-20 12:41:43 +03:00
vchikalkin
141e6af44e apps/web: add build params to next.config.js 2023-11-20 12:40:31 +03:00
vchikalkin
ec49ee4683 apps/web: add local font Inter 2023-11-20 12:37:57 +03:00
vchikalkin
773f1a355f app/web: add logo-primary-dev 2023-11-20 11:52:32 +03:00
vchikalkin
f5f5938971 apps/web: fix secondary dev color 2023-11-20 11:29:49 +03:00
vchikalkin
12b2d8b728 project: add Dockerfile & .env 2023-11-20 11:27:15 +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
5d8aecfeb0 apps/web: add type CreateUrl to utils/url 2023-11-16 14:38:15 +03:00
vchikalkin
c7559a0adc apps/web: add payload to api function type 2023-11-16 14:29:11 +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
2418afb335 packages/ui: add danger mode to container 2023-11-15 12:14:33 +03:00
vchikalkin
00b245bc40 apps/web: combine ius requests to Promise.all 2023-11-14 14:27:29 +03:00
vchikalkin
bb29d91b17 apps/web: add utils/error 2023-11-14 14:03:38 +03:00
vchikalkin
859cf7b2b9 apps/web: add http error to ius page 2023-11-14 11:07:09 +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
980a4009a8 packages/ui: add select 2023-11-13 12:47:17 +03:00
vchikalkin
4315dc5920 apps/web: add not-found page 2023-11-13 09:46:27 +03:00
vchikalkin
cc5a2064c9 packages/ui: add http-error 2023-11-13 09:19:40 +03:00
vchikalkin
942633e233 apps/web: move buttons 2023-11-10 16:26:32 +03:00
vchikalkin
a29f3d59cd packages/ui: add Badge element 2023-11-10 11:18:46 +03:00
vchikalkin
ab44b32ae1 packages/ui: add alert 2023-11-10 11:11:30 +03:00
vchikalkin
c0178de98d apps/web: change prod danger color
pacakges/ui: fix button secondary className
2023-11-10 10:43:59 +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
d5876d8e73 packages/ui: transition fixes 2023-11-09 23:38:49 +03:00
vchikalkin
cda13faf9c packages/ui: fix input style 2023-11-09 23:27: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
debc9b35f0 apps/web: add favicons & metadata 2023-11-09 20:59:20 +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