Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/design #67

Merged
merged 36 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
2246a87
:art: Cli queries updated
abdheshnayak Jan 4, 2024
7470ce3
:art: Cli queries updated
abdheshnayak Jan 4, 2024
49a272c
fixed issue with react-select dep
tulsiojha Jan 8, 2024
662d67f
:art: Added cli queries
abdheshnayak Jan 8, 2024
106d169
UI refactoring
tulsiojha Jan 9, 2024
54d1f10
Merge branch 'release-1.0.5' into features/design
tulsiojha Jan 9, 2024
236c0db
Merge branch 'features/design' of https://github.com/kloudlite/web in…
tulsiojha Jan 9, 2024
53486e2
Merge branch 'features/design' of github.com:kloudlite/web into featu…
abdheshnayak Jan 8, 2024
e9e3930
:art: Cli queries updated
abdheshnayak Jan 11, 2024
804a05a
Managed service and resources wip
tulsiojha Jan 11, 2024
4a49ca1
:art: Updated cli queries
abdheshnayak Jan 11, 2024
ee6e5cf
Worked on managed-resources and services, sync-status, bugfixes
tulsiojha Jan 12, 2024
31c686a
Merge conflict fixes
tulsiojha Jan 12, 2024
fa96734
Fixed ts error
tulsiojha Jan 12, 2024
08c3547
UI fixes
tulsiojha Jan 13, 2024
a9d4ef2
:sparkles: Logs component updated
abdheshnayak Jan 13, 2024
5e1a10b
UI Fixes
tulsiojha Jan 13, 2024
39b5e09
Merge branch 'features/design' of https://github.com/kloudlite/web in…
tulsiojha Jan 13, 2024
24dc430
Deleted storybook-dist
tulsiojha Jan 13, 2024
9fc05d6
WIP
tulsiojha Jan 13, 2024
609b2f6
nested yup validation error in progress
tulsiojha Jan 13, 2024
33d42bf
:bug: Fixed issue with validation in managed service
abdheshnayak Jan 13, 2024
9bf51f4
:bug: Fixed issue with validation of managed service creation
abdheshnayak Jan 13, 2024
619824f
:bug: Fixed issue with managed service validation
abdheshnayak Jan 13, 2024
1b6ec29
:sparkles: Added log screen to app
abdheshnayak Jan 13, 2024
ffb2737
:bug: Fixed type issue
abdheshnayak Jan 13, 2024
4a6dcad
UI Refactoring
tulsiojha Jan 13, 2024
ff1f8ec
Merge branch 'features/design' of github.com:kloudlite/web into featu…
abdheshnayak Jan 13, 2024
b65da32
:art: Logs improved
abdheshnayak Jan 14, 2024
f8548ad
:art: Cli queries updated
abdheshnayak Jan 14, 2024
ba092f2
:art: Updated cli queries
abdheshnayak Jan 14, 2024
8de1ad2
:art: Updated cli queries
abdheshnayak Jan 14, 2024
a8166f7
UI fixes
tulsiojha Jan 14, 2024
7a9b35a
merge
tulsiojha Jan 14, 2024
23ba7bb
Fixed merge conflits and ts errors
tulsiojha Jan 14, 2024
8d805e6
fixed types issue
tulsiojha Jan 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading