Skip to content

Commit

Permalink
Features/design (#67)
Browse files Browse the repository at this point in the history
* 🎨 Cli queries updated

* 🎨 Cli queries updated

* fixed issue with react-select dep

* 🎨 Added cli queries

* UI refactoring

* 🎨 Cli queries updated

* Managed service and resources wip

* 🎨 Updated cli queries

* Worked on managed-resources and services, sync-status, bugfixes

* Fixed ts error

* UI fixes

* ✨ Logs component updated

* UI Fixes

* Deleted storybook-dist

* WIP

* nested yup validation error in progress

* 🐛 Fixed issue with validation in managed service

* 🐛 Fixed issue with validation of managed service creation

* 🐛 Fixed issue with managed service validation

* ✨ Added log screen to app

* 🐛 Fixed type issue

* UI Refactoring

* 🎨 Logs improved

* 🎨 Cli queries updated

* 🎨 Updated cli queries

* 🎨 Updated cli queries

* UI fixes

* Fixed merge conflits and ts errors

* fixed types issue

---------

Co-authored-by: Abdhesh Nayak <[email protected]>
  • Loading branch information
tulsiojha and abdheshnayak authored Jan 14, 2024
1 parent 083d76a commit efbdcc0
Show file tree
Hide file tree
Showing 273 changed files with 15,039 additions and 6,784 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
Expand Down Expand Up @@ -28,4 +27,6 @@ public/**
!public/package.json
.tmp

storybook-dist

tsconfig-compile.tsbuildinfo
1 change: 1 addition & 0 deletions fake-data-generator/gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const types: string[] = [
'ConsoleListClusterMSvsQuery',
'ConsoleListManagedResourceQuery',
'ConsoleListHelmChartQuery',
'ConsoleListConsoleVpnDevices',
];

async function fake(files: string[], types: string[] = []) {
Expand Down
Loading

0 comments on commit efbdcc0

Please sign in to comment.