Vivian Phung
69cb63acc5
Collaborators cleanup
2024-05-22 18:56:42 +00:00
Vivian Phung
306d3235b3
Project Search Bar Dialog Update ( #196 )
...
### TL;DR
Reordered the properties in the `ProjectSearchBar` component to follow better coding standards.
### What changed?
In `ProjectSearchBarDialog.tsx`, the 'getItemProps' object was moved to the end of the properties list within `ProjectSearchBarItem`.
### How to test?
Verify that the `ProjectSearchBar` component functions as intended and that no properties are unduly affected by this change.
### Why make this change?
This change enhances code readability and consistency, aligning the ordering of the properties more accurately with our standards.
2024-05-22 14:54:51 -04:00
Vivian Phung
92016c8837
format
2024-05-22 10:57:20 -04:00
Vivian Phung
6dfe85cb1a
Merge branch 'ng-check-deployment-removal-record'
2024-05-22 10:41:37 -04:00
Vivian Phung
8cb5eadfb2
EditEnvironmentVariableRow cleanup ( #74 )
2024-05-16 20:39:42 -04:00
Vivian Phung
41666568f5
AddEnvironmentVariableRow button alignment to bottom ( #73 )
2024-05-16 20:36:31 -04:00
Vivian Phung
c72cbce615
AddEnvironmentVariableRow padding ( #71 )
2024-05-16 20:29:35 -04:00
Vivian Phung
a69dd71117
DeleteProjectDialog update to Modal ( #70 )
2024-05-16 20:26:31 -04:00
Vivian Phung
5dc4d28b50
MemberCard remove x padding ( #69 )
2024-05-16 20:22:33 -04:00
Vivian Phung
583c0b9d26
MemberCard for owner disabled ( #66 )
...
* AddMemberDialog remove footer styling from old component
* MemberCard for owner disabled (#64 )
2024-05-15 17:18:32 -04:00
Vivian Phung
e12c94e087
AddMemberDialog remove footer styling from old component ( #63 )
...
### TL;DR
This PR involves a minor change on the AddMemberDialog component style.
### What changed?
The 'justify-start' class was removed from the Modal.Footer in the AddMemberDialog.tsx.
### How to test?
Check the AddMemberDialog on the project settings page to make sure the style changes reflect accurately.
### Why make this change?
It's not specified the specific reason for the change, However, it's aimed towards improving the component's layout and presentation in the project settings page.
---
2024-05-15 17:07:13 -04:00
Vivian Phung
04b6a84440
env var fix
2024-05-14 20:07:02 -04:00
Vivian Phung
386f40952e
member list cleanup
2024-05-14 20:22:02 +00:00
Vivian Phung
57601e6b4b
env var needs fixing
2024-05-14 20:17:54 +00:00
Vivian Phung
6ae04251d2
cleanup dialogs
2024-05-14 20:14:50 +00:00
Vivian Phung
2719b3e385
ProjectSettingContainer
2024-05-14 20:11:57 +00:00
Vivian Phung
dc91fa0d7f
storybook config domains and react dom context
2024-05-14 20:07:46 +00:00
Vivian Phung
2d0de785f9
ui cleanup
2024-05-14 19:58:32 +00:00
Vivian Phung
9b7a021e8b
[6/n][project settings ui] collaborators ui
2024-05-14 19:56:14 +00:00
Vivian Phung
cf161bcba0
AddEnvironmentVariableRowProps UI Cleanip
2024-05-14 19:40:59 +00:00
5f4be30799
Remove current deployment and publish ApplicationDeploymentRemovalRequest for project DNS deployment
2024-04-25 16:59:02 +05:30
4fa6f418ba
Lint fix
2024-04-25 16:59:02 +05:30
Eric Lewis
328da7fdc8
feat: submit delete deployment request
...
doesn't appear to work when the deployment is current?
2024-04-25 16:57:14 +05:30
Eric Lewis
8210512eea
fix: missing key
2024-04-25 16:57:14 +05:30
Eric Lewis
096fd04a22
fix: project card settings links
2024-04-25 16:57:14 +05:30
Gilbert
2274e8d145
Lint using tsc; fix type errors
2024-04-11 21:49:14 -05:00
Gilbert
f8d706233e
Switch from cra to vite
2024-04-11 21:48:58 -05:00
cc8f9527da
Check for GitHub authentication in template create page and handle GitHub unauthorized errors ( #173 )
...
* Fix GitHub auth check on reloading template create page
* Fix error handling for unauthenticated GitHub token
2024-04-11 17:19:15 +05:30
351db16336
Upgrade laconic-sdk package for showing error with reason in console ( #165 )
...
* Upgrade laconic sdk version
* Update toast message for add project
* Log error messages
* Update bond id in readme
---------
Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-04-03 20:26:34 +05:30
Wahyu Kurniawan
78f04c3669
Merge pull request #162 from snowball-tools/ayungavis/T-4943-product-reskin-confirmdialog-styling
2024-03-25 23:04:22 +07:00
Wahyu Kurniawan
193dbb058a
🎨 style: adjust overflow text width on mobile
2024-03-14 22:07:05 +07:00
Wahyu Kurniawan
9b3ac4654f
♻️ refactor: create transfer project dialog component
2024-03-14 21:57:26 +07:00
Wahyu Kurniawan
e4fdae3329
♻️ refactor: create disconnect repository dialog component
2024-03-14 21:57:00 +07:00
Wahyu Kurniawan
4c936b1eb7
♻️ refactor: create remove member dialog component
2024-03-14 21:56:29 +07:00
Wahyu Kurniawan
f5807c1126
♻️ refactor: create delete webhook dialog component
2024-03-14 21:56:00 +07:00
Wahyu Kurniawan
c1696fbf48
♻️ refactor: create delete variable dialog component
2024-03-14 21:55:30 +07:00
Wahyu Kurniawan
45e8e9a7f4
♻️ refactor: create delete domain dialog component
2024-03-14 21:55:02 +07:00
Wahyu Kurniawan
28740ffbee
♻️ refactor: create change state to production dialog reusable component
2024-03-14 21:54:30 +07:00
Wahyu Kurniawan
97289d85a3
♻️ refactor: create cancel deployment dialog component
2024-03-14 21:53:48 +07:00
Wahyu Kurniawan
f3ce0d0621
🎨 style: adjust deployment body card design to match with the figma
2024-03-14 21:52:55 +07:00
Wahyu Kurniawan
56e9be59ad
🐛 fix: missing props
2024-03-08 15:32:11 +07:00
Wahyu Kurniawan
93fb696d5c
Merge pull request #161 from snowball-tools/ayungavis/T-4936-make-deployed-lines-responsive
...
[T-4936: style] Make deployed lines responsive
2024-03-08 14:54:27 +07:00
Wahyu Kurniawan
519618b456
♻️ refactor: remove duplicate component and use absolute for the mobile version
2024-03-08 12:42:42 +07:00
Andre Hadianto
4057480df2
Merge pull request #160 from snowball-tools/andrehadianto/T-4939-create-project-connect-github-assets
...
[T-4939] create project connect GitHub assets
2024-03-08 12:57:02 +08:00
Wahyu Kurniawan
65b66fe383
♻️ refactor: remove empty space
2024-03-08 10:35:22 +07:00
Wahyu Kurniawan
c6ea3a8f53
🎨 style: adjust responsive for deployment details card
2024-03-08 09:58:26 +07:00
Wahyu Kurniawan
6d861c71cc
🎨 style: adjust filter form mobile
2024-03-08 09:57:50 +07:00
Andre H
b922e632bf
🔧 chore: add mock card to template
2024-03-07 18:23:43 +08:00
Andre H
b1f318bbbd
⚡ ️ feat: implement mock connect git card
2024-03-07 18:23:22 +08:00
Andre H
095008867f
🔧 chore: show loading state on fetching repo activities
2024-03-07 14:23:34 +08:00