Wahyu Kurniawan
12fba5ee0c
[T-4845: feat] Date picker component ( #97 )
...
* ⚡ ️ feat: create calendar icon for date picker
* ⚡ ️ feat: create date picker component
* 📝 docs: add date picker to the example page
* 🔧 chore: install `@radix-ui/react-popover`
2024-02-23 10:22:33 +07:00
Wahyu Kurniawan
9b6c777f5f
[T-4865: feat] Segmented controls component ( #91 )
...
* ⚡ ️ feat: create segmented controls component
* 📝 docs: add segmented controls component to example page
* ♻️ refactor: put the icon size to icon theme
* 🐛 fix: remove `value` from `useCallback` dependency
2024-02-23 10:20:08 +07:00
Andre Hadianto
3718e260f5
Merge pull request #95 from snowball-tools/andrehadianto/T-4869-toast
...
[T-4869] implement toast component
2024-02-22 23:48:45 +08:00
Andre Hadianto
42bf1534fb
Merge branch 'andrehadianto/design-system-components' into andrehadianto/T-4869-toast
2024-02-22 23:42:47 +08:00
Wahyu Kurniawan
7d1810ebd9
[T-4866: feat] Switch component ( #92 )
...
* ⚡ ️ feat: create switch component
* 📝 docs: add switch to the example page
* 🔧 chore: install `@radix-ui/react-switch`
* 🎨 style: add inset shadow
* 🎨 style: addjust input outline when error and focus
2024-02-22 17:42:13 +07:00
Wahyu Kurniawan
d2ca4df35a
[T-4864: feat] Radio component ( #90 )
...
* 🎨 style: make the cursor of the tab trigger wrapper to default
* ⚡ ️ feat: create radio component
* 📝 docs: add radio component to the example page
* 🔧 chore: install `@radix-ui/react-radio-group`
2024-02-22 17:30:33 +07:00
Zachery
30bbe4d766
[T-4870] Tooltip component ( #96 )
...
* fix: button forwardRef
* feat: tooltip component
2024-02-22 18:25:04 +08:00
Andre H
0e7343da6f
🔧 chore: gqlclientprovider import
2024-02-22 17:11:03 +07:00
Andre H
8952393b31
🔧 chore: remove not working swipe down gesture
2024-02-22 17:08:05 +07:00
Andre H
32918b7930
🔧 chore: index import
2024-02-22 17:07:15 +07:00
Andre H
200ea3ca7b
🐛 fix: aria-hidden naming on input
2024-02-22 16:14:27 +07:00
Andre H
ba87c6f22a
🔧 chore: replace react-hot-toast with custom toast
2024-02-22 16:11:37 +07:00
Andre H
4d646e1ac0
🔧 chore: extend to buttonOrLinkProps
2024-02-22 15:03:21 +07:00
Andre H
5be29a9745
🔧 chore: add id to allow singular toast deletion
2024-02-22 14:59:12 +07:00
Andre H
fffc370d40
🔧 chore: rework usememo logic
2024-02-22 14:58:57 +07:00
Andre H
1cd60d84dd
🔧 chore: use framer-motion
2024-02-22 14:22:29 +07:00
Andre H
c8a153ad27
🔧 chore: usememo dependencies
2024-02-22 14:20:26 +07:00
Andre H
bb7a88f7e9
🔧 chore: add toast render page
2024-02-22 14:17:02 +07:00
Andre H
675112079c
⚡ ️ feat: implement toast component
2024-02-22 14:16:47 +07:00
Andre H
cb928c3360
🔧 chore: use buttonbaseprops, duration 2000 default
2024-02-22 14:16:21 +07:00
Andre H
5836779403
🔧 chore: export buttonBaseProps
2024-02-22 14:13:47 +07:00
Andre H
028dd35db1
🔧 chore: add icons
2024-02-22 14:13:27 +07:00
Andre H
ef9f4df28a
🔧 chore: ghost button is white, not transparent
2024-02-22 14:13:10 +07:00
Wahyu Kurniawan
496404195c
Merge branch 'main' of https://github.com/snowball-tools/snowballtools-base into andrehadianto/design-system-components
2024-02-22 12:45:17 +07:00
Wahyu Kurniawan
9dec48d67c
♻️ refactor: add disabled button example page
2024-02-22 12:24:25 +07:00
Andre H
267b52a352
Merge remote-tracking branch 'origin/andrehadianto/design-system-components' into andrehadianto/T-4869-toast
2024-02-22 11:49:11 +07:00
Andre H
fa96b6e734
🔧 chore: add to components render page
2024-02-22 11:46:39 +07:00
Andre H
22c581dd33
🔧 chore: add icons
2024-02-22 11:46:17 +07:00
Andre H
d3013719e6
🔧 chore: wip simple toast render
2024-02-22 11:45:55 +07:00
Andre H
98a4d7be07
⚡ ️ feat: implement toast contexts
2024-02-22 11:45:35 +07:00
Andre H
3928e2610f
🔧 chore: add zIndex toast token
2024-02-22 11:45:01 +07:00
Andre H
075cc05db5
⚒️ build: add @radix-ui/react-toast
2024-02-22 11:43:31 +07:00
e816c596ca
Publish ApplicationRecord
and ApplicationDeploymentRequest
on creating new deployments ( #89 )
...
* Create application deployment request on new deployment
* Save application deployment request datas in deployment entity
* Add project as dependency
* Use project repo name as record app name
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-22 10:04:33 +05:30
Wahyu Kurniawan
6df094bf2e
[T-4861: feat] Inline notification component ( #86 )
...
* ⚡ ️ feat: create info square icon component
* ⚡ ️ feat: create inline notification component
* 📝 docs: add js doc comment and add inline notification component to the example page
* 🐛 fix: use the right method of `useCallback
2024-02-22 10:45:19 +07:00
Andre Hadianto
2369f4498a
Merge pull request #85 from snowball-tools/andrehadianto/T-4863-input-field
...
feat: input field
2024-02-22 10:18:59 +08:00
Wahyu Kurniawan
eb6a727425
[T-4862: feat] Link component ( #88 )
2024-02-22 09:17:22 +07:00
Andre H
da2f7ede42
🔧 chore: add dependency to usememo
2024-02-22 09:15:17 +07:00
4d0f2ca893
SO webapp-ify the frontend ( #82 )
...
* webapp-ify
* Tweak values
* Self-contained
2024-02-21 13:53:05 -06:00
Andre H
448d0ceb7c
🔧 chore: 1 classname per object
2024-02-21 17:10:45 +07:00
Andre H
195d957251
🔧 chore: restructure tailwind classnames
2024-02-21 17:08:33 +07:00
Andre H
807a4b1197
🔧 chore: lint
2024-02-21 17:08:14 +07:00
Andre H
5f6723fad6
♻️ refactor: create new renderInput for component page
2024-02-21 17:07:59 +07:00
Andre H
b663067035
🔧 chore: use absolute import
2024-02-21 17:07:30 +07:00
8ca55cd888
Implement polling for project deployment updates ( #87 )
...
* Populate organization and user if db is empty
* Use hardcoded user id from fixtures
* Implement polling for get deployments query
* Handle review changes
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-21 15:34:33 +05:30
Andre Hadianto
b3a99475af
Merge branch 'andrehadianto/design-system-components' into andrehadianto/T-4863-input-field
2024-02-21 17:39:29 +08:00
Wahyu Kurniawan
ea44efa0f2
[T-4867: feat] Horizontal and vertical tabs component ( #84 )
...
* ⚡ ️ feat: create tabs component
* ♻️ refactor: avoid big conflict on the example page
* 🔧 chore: upgrade tailwindcss and install `@radix-ui/react-tabs`
* ⚡ ️ feat: create globe icon component
* 🎨 style: adjust vertical tab theme
* 📝 docs: add vertical tabs to the example page
2024-02-21 16:13:16 +07:00
Andre H
7d5963d776
🔧 chore: add input to page/components
2024-02-21 15:44:21 +07:00
Andre H
33b6191539
⚡ ️ feat: implement Input Field component
2024-02-21 15:43:53 +07:00
Andre H
636f68d7a4
🔧 chore: add more icons
2024-02-21 15:43:32 +07:00
Andre H
237e9e5cb9
🔧 chore: implement classnames utils
2024-02-21 15:43:09 +07:00