Commit graph

344 commits

Author SHA1 Message Date
Ayo
e6dd753196 chore: release form@0.6.5, validator@0.2.5 2022-12-05 21:08:34 +01:00
Ayo
1a19aea1fd chore: release form@0.6.4, validator@0.2.4, common@0.1.3 2022-12-05 20:47:32 +01:00
Lalit
4c46aa1518
docs(validator): Added initial docs for validators (#226) 2022-12-05 20:06:46 +01:00
Lalit
7e4c05a2c7
docs: Mentioned validateOnLoad prop for Form component (#223)
* docs: Mentioned validateOnLoad prop

* refactor: Changed some class name for better readability
2022-12-02 15:18:17 +01:00
Lalit
29c8c870b7
style(landing-page): Displaying toast on clicking copy button (#222) 2022-12-02 14:53:16 +01:00
Ayo
26e099e2cf feat(apps/docs): fix contributors path 2022-12-02 09:22:29 +01:00
Neil An
924edc017a
generate a favicon.ico for our apps (#221)
* generated new favicon.ico

* updated icon

* added white circular background to icon
2022-12-02 09:13:19 +01:00
Woramat Ngamkham
975b2e821a
feat(form): add validateOnLoad prop (#213)
* feat(form): add validateOnLoad prop

* feat(form): add FormConfig interface

* refactor(form): refactor FormConfig

* refactor(demo): change params to FormConfig

* chore(demo): remove FormConfig on demo

* feat(form): make validateOnLoad to be false by default

* feat(form): add setValidateOnLoad method

* chore(form): edit comment on validateOnLoad

* feat(form): remove setValidateOnLoad in FormGroup

* revert(form): add FormConfig interface

This reverts commit 44b58d4a43d4d2e8bcd3dc799e3110f9b8f23604.

* revert(demo): change params to FormConfig

This reverts commit 98f8602000505a29d04493617043aa0cfb00a969.
2022-11-30 15:28:48 +07:00
Ayo Ayco
a4ea634b5c
exploration(hyperdrive): problem statement (#219) 2022-11-29 21:00:43 +01:00
Lalit
bcbb517828
test(form): Added test Field.astro to test for category validation prop (#217)
* test(form): Added test Field.astro to test for category validation prop

* test(form): Testing all categories instead of just one for better test coverage
2022-11-29 20:34:11 +01:00
Ayo Ayco
03565d1f78
initial experimental demo page for hyperdrive (#218)
* create button component with disabled prop

* feat(demo): Layout component (#214)

* refactor(form): validation attributes set null instead of false (#215)

* create button component with disabled prop

* refactor: remove unused import

* refactor: clean up nav; new experimental demo

* create button component with disabled prop

* refactor: remove unused import

* refactor: remove unused component
2022-11-29 20:33:46 +01:00
Ayo Ayco
1d77e18f31
refactor(form): validation attributes set null instead of false (#215) 2022-11-28 19:46:22 +01:00
Ayo Ayco
033d0322bb
feat(demo): Layout component (#214) 2022-11-28 22:46:10 +07:00
Lalit
965a16aaec
feat(validator): Adding error, warn, info categories support. (#204) 2022-11-26 18:34:14 +01:00
Woramat Ngamkham
2f2c28b13f
fix(validator): use a checked attribute for required validation in checkboxes (#205) 2022-11-25 21:35:42 +01:00
Ayo Ayco
21cd3f1775
feat(docs, landing-page): mention turborepo and link to discord (#210)
* docs: update contributing for turborepo and discord

* feat(docs, landing-page): link to the new discord server
2022-11-25 15:47:39 +01:00
Fazza Razaq Amiarso
0853ca3b8f
fix: extends timeout for timed out test (#208)
* fix: extends timeout for timed out test

* fix: add dependent script to turbo test

* fix: disable threading for test

* fix: add timeout to vitest config

* chore: remove test-ci script

* fix: extends timeout to validator vitest config

* chore: conditionally disabling vitest threading on CI
2022-11-25 14:37:23 +01:00
Ayo Ayco
7d05ecc580
chore(library): implement turporepo (#206) 2022-11-23 20:05:07 +01:00
Ayo
89d1fde3d2 chore: remove unused pnpm lock 2022-11-22 16:22:06 +01:00
Fazza Razaq Amiarso
59d76181db
test(migrate): migrate test tooling from chai + mocha to vitest (#203)
* test(migrate): migrate test tooling from chai + mocha to vitest

* fix: fix wrong vitest cli command for watch
2022-11-21 13:15:58 +01:00
Ayo
fcde7eb14f add mastodon ownership verification 2022-11-13 18:52:46 +01:00
Neil An
31884a1757
feat(form): add setValue method to FormGroup class (#191) 2022-11-12 22:15:54 +01:00
Woramat Ngamkham
3faabb2348
chore(docs): change site option (#198) 2022-11-12 19:54:13 +01:00
Ayo
1ea41f658a devops: test commit to trigger landing page build and deploy 2022-11-12 10:23:48 +01:00
Ayo Ayco
a0a20c33b2
feat(form): add index to radio group item id (#193)
* feat(form): add index to radio group item id

* feat(form): radio-option label for prop

* fe-test(form): update tests for radio group
2022-11-12 07:57:31 +01:00
Ayo
061cec876e chore: test commit for auto deploy 2022-11-10 20:11:15 +01:00
Ayo
fb4bc0c6c1 chore: test commit to trigger deploy 2022-11-10 20:06:12 +01:00
Ayo
b054f29e74 feat(landing-page): test auto deploy commit 2022-11-10 19:08:07 +01:00
Ayo
6b96cd1e34 chore: update check and build scripts 2022-11-10 19:03:45 +01:00
Ayo
d407f0e379 chore(form): update package homepage 2022-11-10 18:54:33 +01:00
Ayo
b3ec749aaf landing-page: commit to test auto deploy 2022-11-10 15:38:50 +01:00
Ayo
661ea9039c feat(landing-page): force dark theme 2022-11-10 15:32:55 +01:00
Ayo Ayco
7bf0df9ec9
fix(landing-page): js error (#187) 2022-11-09 23:09:26 +01:00
Ayo Ayco
f86253d66f
fix(landing-page): js not shipped (#185)
* fix(landing-page): js not shipped

* refactor: remove hydration directive
2022-11-09 22:46:29 +01:00
Ayo Ayco
ce1d4df9e8
chore: update deps (#183) 2022-11-08 10:18:25 +01:00
Ayo
3aab9b640e docs: reactivity, motivation, and tradeoffs 2022-11-08 09:52:57 +01:00
Alexander Samaniego
93a8d49f0a
feat(form): implement unique IDs (#182)
* Added Short Unique ID npm library

* Added unique ID to form-control

* Added unique ID to form-group

* Unique ID added to <form>

* Added unique IDs to control components

* Added IDs to label and fieldset

* Update Form.astro with requested changes

Co-authored-by: Ayo Ayco <ayo@ayco.io>

* Adjustments for requested changes.

Co-authored-by: Ayo Ayco <ayo@ayco.io>
2022-11-08 08:53:22 +01:00
Ayo
d02c1e4081 style(docs): move notice; update note icon 2022-11-07 22:14:34 +01:00
Ayo
6bab48f485 style(landing-page): remove title 2022-11-07 22:03:04 +01:00
Ayo
ab410926af style(landing-page): splash padding; copy color 2022-11-07 21:59:16 +01:00
Ayo Ayco
205d1f27b2
style(landing-page): force dark theme (#181)
* style(landing-page): force dark theme

* fix(landing-page): wrong title and url
2022-11-07 19:48:04 +01:00
Ayo Ayco
47c0b5e90e
docs: clean up (#180)
* docs: clean up

* landing-page: remove image; update deps

* landing-page: remove twitter icon

* style(landing-page): set md maxwidth for copylink
2022-11-07 19:32:29 +01:00
Ayo
0158fd636a landing-page: load splash immediately 2022-11-07 12:33:47 +01:00
Ayo
29ce2fe3b1 refactor(landing-page): starfield script on splash component 2022-11-07 12:10:18 +01:00
Ayo
80d92ae81f fix(landing-page): starfield not loading 2022-11-07 12:04:08 +01:00
Ayo
251c7681d5 fix(landing-page): make starfield load first 2022-11-07 11:56:46 +01:00
Ayo
007f56c1b9 fix(landing-page): make starfield load 2022-11-07 11:52:17 +01:00
Ayo
7dc741e3b3 feat(landing-page): make splash presentable 2022-11-07 11:42:25 +01:00
Ayo
0775cf571f feat(landing-page): link to our docs site 2022-11-07 11:10:45 +01:00
Ayo
e6ca1f85bd Docs: update community invite link 2022-11-07 10:58:58 +01:00