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
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
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
Andre H
b5eef95d15
Merge remote-tracking branch 'origin/main'
2024-02-21 11:00:14 +07:00
Zachery
f0121605c4
feat: avatar component ( #76 )
2024-02-21 11:39:38 +08:00
Wahyu Kurniawan
83508cd81d
Merge branch 'andrehadianto/design-system-components' of https://github.com/snowball-tools/snowballtools-base into ayungavis/T-4837-badge
2024-02-20 23:38:35 +07:00
Wahyu Kurniawan
a5bce0cda2
🎨 style: adjust disabled hover text color
2024-02-20 23:34:20 +07:00
Wahyu Kurniawan
3a085a79ae
Merge branch 'andrehadianto/design-system-components' of https://github.com/snowball-tools/snowballtools-base into ayungavis/T-4838-checkbox
2024-02-20 23:29:18 +07:00
Wahyu Kurniawan
f764bea6d1
📝 docs: add badge to the example page
2024-02-20 23:26:04 +07:00
Wahyu Kurniawan
e482f998a1
⚡ ️ feat: create badge comopnent
2024-02-20 23:26:04 +07:00
Wahyu Kurniawan
b255078431
📝 docs: add checkbox to example component page
2024-02-20 23:25:19 +07:00
Wahyu Kurniawan
26260976fb
⚡ ️ feat: create check icon for checkbox component
2024-02-20 23:25:19 +07:00
Wahyu Kurniawan
5e3a6ad2b5
⚡ ️ feat: create checkbox component
2024-02-20 23:25:19 +07:00
Wahyu Kurniawan
5c5d759c10
♻️ refactor: fix typo and change to readable name
2024-02-20 23:24:28 +07:00
Wahyu Kurniawan
dc6bf3794a
⚡ ️ feat: add interaction on the example page
2024-02-20 23:24:28 +07:00
Wahyu Kurniawan
4f7f9cf914
📝 docs: add calendar component to the example page
2024-02-20 23:24:27 +07:00
Wahyu Kurniawan
ad7dd1920a
⚡ ️ feat: create calendar component
2024-02-20 23:24:27 +07:00
Wahyu Kurniawan
cc97ddff9d
⚡ ️ feat: create chevron left, right, and grabbed horizontal component
2024-02-20 23:24:27 +07:00
Wahyu Kurniawan
0f7c6c73c9
⚡ ️ feat: make the button component to forward ref
2024-02-20 22:59:31 +07:00
a45fb4c617
Fix deployments visit URL and date filter ( #78 )
...
* Add method to update multiple deployments in single query
* Fix deployments URL visit and date filter
* Clean fixtures data
* Update fixtures data
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-20 10:53:42 +05:30
Wahyu Kurniawan
943d427db1
📝 docs: add button icon only on component example
2024-02-19 21:16:39 +07:00
Wahyu Kurniawan
7e6b74208d
⚡ ️ feat: create cloneIcon
util function
2024-02-19 21:16:17 +07:00
Wahyu Kurniawan
2b78cab849
⚡ ️ feat: create custom icon and plus icon component
2024-02-19 21:15:51 +07:00
Wahyu Kurniawan
862862a9c5
🎨 style: update button and button icon only theme
2024-02-19 21:15:29 +07:00
Wahyu Kurniawan
6a3af491ca
Merge branch 'andrehadianto/design-system-components' of https://github.com/snowball-tools/snowballtools-base into ayungavis/T-4834-button
2024-02-19 20:20:31 +07:00
Wahyu Kurniawan
1c848c5a89
🎨 style: add inter font family
2024-02-19 20:15:32 +07:00
Wahyu Kurniawan
56adfc4806
🐛 fix: typescript error
2024-02-19 20:14:23 +07:00
Wahyu Kurniawan
b51d050ee6
📝 docs: add button to the example comopnent pag
2024-02-19 20:13:56 +07:00
Wahyu Kurniawan
e850435c2d
⚡ ️ feat: create button component
2024-02-19 20:13:11 +07:00
Zachery Ng
d498ba7e9a
feat: focus ring class
2024-02-19 20:05:29 +08:00
c3d1b4f3eb
Use branches from GitHub API in edit domain dialog ( #74 )
...
* Use branches from GitHub API
* Disable git branch input if repo not found
* Disable git branch if branches is empty
* Use async select for accounts dropdown
* Log actual HTTP error in console
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-19 16:55:07 +05:30
ce55fe62d8
Check for ApplicationDeploymentRecord
and update deployments ( #73 )
...
* Add skeleton and TODOs for polling deployment records
* Add method implementations for fetching deployment records
* Handle if deployment url is not set
* Add logs after getting ApplicationDeploymentRecord
* Add application deployment record to deployment entity
* Change type of application deployment record data
* Fetch delay to check deployment records from config
* Update isCurrent after deployment record received
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-19 13:43:29 +05:30
b007286f4a
Add script to publish dummy ApplicationDeploymentRecord
( #72 )
...
* Add script to publish application deployment record
* Refactor publish deploy records script
* Assert if name doesn't exist in package.json
* Disable import environment variables button
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-16 15:05:52 +05:30
Andre H
082353e9bc
⚡ ️ feat: implement components
page to act as storybook
2024-02-16 12:31:13 +07:00