Commit Graph

65 Commits

Author SHA1 Message Date
adilallo 97e2680c57 Resolve errors and pass tests 2026-02-04 14:15:22 -07:00
adilallo 0ebad759f9 Update radio group component 2026-02-04 13:57:51 -07:00
adilallo 3f35e581b7 Update radio button component 2026-02-04 13:54:08 -07:00
adilallo 87a1e1d2a8 Created checkbox group component 2026-02-04 13:34:22 -07:00
adilallo 05e403e3c6 Update checkbox component 2026-02-04 13:31:04 -07:00
adilallo 0e7985287f Update select input component 2026-02-04 13:10:14 -07:00
adilallo 255f16477c Update text input component 2026-02-04 11:29:51 -07:00
adilallo 139780d867 Update NumberCard component 2026-02-03 21:01:55 -07:00
adilallo 8f0db08d0f Update button components 2026-02-03 10:02:18 -07:00
adilallo 5beb3193cb Added ghost button 2026-02-03 09:20:24 -07:00
adilallo 7f7c643e9b Added danger button 2026-02-03 09:06:32 -07:00
adilallo 9a42035b0c Update and resolve storybook issues 2026-02-02 18:56:47 -07:00
adilallo 1ec9e9d639 Update Create.stories.js 2026-02-02 15:51:52 -07:00
adilallo e227e0c658 Implementation of icon card 2026-02-02 14:43:32 -07:00
adilallo 3b8f2e791f Fixes on create component tests 2026-02-02 13:08:55 -07:00
adilallo a8eb9e192b Implement create component 2026-02-02 12:53:52 -07:00
adilallo 6223ac5475 Adjust progress stories 2026-02-02 11:41:49 -07:00
adilallo 9d4a5f4238 Fixes on progress component to pass tests 2026-02-02 11:32:06 -07:00
adilallo 462488ddce Implement stepper and progress bar 2026-02-02 11:24:47 -07:00
adilallo 9149883ae0 Resolve missing commit 2026-02-02 10:13:01 -07:00
adilallo 291625e3e7 Fix testing errors 2026-02-02 09:32:41 -07:00
adilallo abe4bff09e Implement Alert and Tooltip components 2026-02-02 09:24:03 -07:00
adilallo 7ea724a8d9 Simplify and standardize testing structure 2026-01-28 14:04:04 -07:00
adilallo 6b8d646f8a Fix ESLint errors 2026-01-28 11:38:38 -07:00
adilallo 92a3337aeb Fix tests after ts change
CI Pipeline / test (20) (pull_request) Successful in 2m41s
CI Pipeline / test (18) (pull_request) Successful in 3m21s
CI Pipeline / e2e (chromium) (pull_request) Failing after 1m25s
CI Pipeline / e2e (firefox) (pull_request) Failing after 1m24s
CI Pipeline / e2e (webkit) (pull_request) Failing after 1m24s
CI Pipeline / visual-regression (pull_request) Failing after 1m53s
CI Pipeline / performance (pull_request) Failing after 1m31s
CI Pipeline / lint (pull_request) Failing after 1m5s
CI Pipeline / storybook (pull_request) Successful in 1m36s
CI Pipeline / build (pull_request) Failing after 1m19s
2025-12-10 22:43:36 -07:00
adilallo fa5a190416 Fix failing tests
CI Pipeline / test (20) (pull_request) Successful in 2m30s
CI Pipeline / test (18) (pull_request) Successful in 3m51s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m22s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m45s
CI Pipeline / e2e (chromium) (pull_request) Successful in 11m49s
CI Pipeline / visual-regression (pull_request) Successful in 6m48s
CI Pipeline / storybook (pull_request) Successful in 1m35s
CI Pipeline / lint (pull_request) Successful in 1m12s
CI Pipeline / build (pull_request) Successful in 1m54s
CI Pipeline / performance (pull_request) Successful in 4m6s
2025-10-14 20:47:34 -06:00
adilallo 9de194bfc0 Switch component with storybook and testing 2025-10-14 17:27:09 -06:00
adilallo 460237fc66 Toggle Group component with storybook and testing 2025-10-14 17:00:27 -06:00
adilallo 929729a67f Toggle component with storybook and testing 2025-10-14 15:40:51 -06:00
adilallo b71f0a7dea Text area component with storybook and testing 2025-10-10 12:37:52 -06:00
adilallo 9c72afdc52 Select and Context Menu component with storybook and testing 2025-10-10 12:07:13 -06:00
adilallo 2bc5fcdf45 Input component with storybook and testing 2025-10-10 09:07:47 -06:00
adilallo 04783d3f62 Radio button and group component with storybook and testing 2025-10-09 14:57:51 -06:00
adilallo 0b9e918fd0 Checkbox component with testing and storybook 2025-10-08 17:49:13 -06:00
adilallo 6bd751957c Run lint and prettier
CI Pipeline / test (20) (pull_request) Successful in 3m0s
CI Pipeline / test (18) (pull_request) Successful in 3m18s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m20s
CI Pipeline / e2e (chromium) (pull_request) Successful in 3m54s
CI Pipeline / e2e (webkit) (pull_request) Successful in 3m41s
CI Pipeline / performance (pull_request) Successful in 3m3s
CI Pipeline / visual-regression (pull_request) Successful in 7m12s
CI Pipeline / storybook (pull_request) Successful in 1m29s
CI Pipeline / lint (pull_request) Failing after 1m7s
CI Pipeline / build (pull_request) Successful in 1m20s
2025-10-07 17:27:07 -06:00
adilallo c991e22f09 Update optimization documentation 2025-10-07 17:20:26 -06:00
adilallo b15f913a14 Update storybook and tests 2025-09-30 10:42:35 -06:00
adilallo 27692750a6 Update content page bg color documentation 2025-09-30 08:49:32 -06:00
adilallo b309971c6c update header tests and storybook 2025-09-29 13:13:51 -06:00
adilallo eb9a108d86 Fix storybook test
CI Pipeline / test (20) (pull_request) Failing after 2m19s
CI Pipeline / test (18) (pull_request) Failing after 2m35s
CI Pipeline / e2e (chromium) (pull_request) Successful in 3m44s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m49s
CI Pipeline / performance (pull_request) Has been cancelled
CI Pipeline / storybook (pull_request) Has been cancelled
CI Pipeline / lint (pull_request) Has been cancelled
CI Pipeline / build (pull_request) Has been cancelled
CI Pipeline / e2e (webkit) (pull_request) Has been cancelled
CI Pipeline / visual-regression (pull_request) Has been cancelled
2025-09-13 21:44:24 -06:00
adilallo e6f29a2d97 Fix failing tests
CI Pipeline / test (20) (pull_request) Successful in 2m28s
CI Pipeline / test (18) (pull_request) Successful in 2m36s
CI Pipeline / e2e (chromium) (pull_request) Successful in 3m41s
CI Pipeline / e2e (firefox) (pull_request) Successful in 3m55s
CI Pipeline / e2e (webkit) (pull_request) Successful in 4m10s
CI Pipeline / visual-regression (pull_request) Failing after 4m25s
CI Pipeline / storybook (pull_request) Successful in 1m33s
CI Pipeline / performance (pull_request) Successful in 2m31s
CI Pipeline / lint (pull_request) Successful in 1m2s
CI Pipeline / build (pull_request) Successful in 1m28s
2025-09-13 17:34:12 -06:00
adilallo 8daea70cb8 Content page storybook added 2025-09-12 14:17:41 -06:00
adilallo 394173161c Fix Storybook runner tests 2025-09-02 16:45:04 -06:00
adilallo 531389d65a Fix Storybook build: Update imports to @storybook/test and add interactions addon 2025-08-29 17:04:31 -06:00
adilallo f7621d2086 Visual regression tests refined 2025-08-29 13:42:25 -06:00
adilallo 54227d1930 Add more unit tests 2025-08-29 09:26:27 -06:00
adilallo 6a66f5f61f Ask Organizer storybook 2025-08-27 11:03:56 -06:00
adilallo 0f996889d2 Ask Organizer default breakpoint 2025-08-27 10:50:05 -06:00
adilallo 733be5f84c Feature Grid storybook 2025-08-27 09:34:10 -06:00
adilallo 9e49c66611 Feature Grid default breakpoint 2025-08-26 20:43:57 -06:00