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

wip: UI redesign #252

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7817a81
added: Colormode
AnupamKris Oct 6, 2024
859d84c
add: iconify
AnupamKris Oct 6, 2024
4550d1d
add: separator component
AnupamKris Oct 6, 2024
a21ebbf
add: tailwind cn util
AnupamKris Oct 6, 2024
d00568a
reform
AnupamKris Oct 6, 2024
ae9f448
complete: Sidebar Rewamp
AnupamKris Oct 7, 2024
90c3b3a
Update: Font -> Inter
AnupamKris Oct 7, 2024
1995775
Update: Change Table Colors
AnupamKris Oct 7, 2024
74c3636
Rewamp: Button Colors
AnupamKris Oct 7, 2024
324c73b
Update: Sidebar Color
AnupamKris Oct 7, 2024
120e38c
Update: Tab support for PageBar, Remove padding from app
AnupamKris Oct 7, 2024
d50440e
Add: HealthIndicator Component
AnupamKris Oct 7, 2024
ec23763
Rewamp: Application List
AnupamKris Oct 7, 2024
fe3ce32
Update: Pagebar colors
AnupamKris Oct 7, 2024
a86aa4d
Update: Sidebar Colors
AnupamKris Oct 7, 2024
7f319de
feat: added subtle variant to buttons
AnupamKris Oct 9, 2024
a6d5d02
fix: application row button style -> subtle
AnupamKris Oct 9, 2024
9ae1ac4
feat: resdesign modal component
AnupamKris Oct 9, 2024
461d9e8
fix: remove popovers
AnupamKris Oct 10, 2024
15e9cac
feat: modal dialog rewamp
AnupamKris Oct 10, 2024
4e14edd
fix: Modal Styles
AnupamKris Oct 10, 2024
4cc6375
feat: add count to tabs
AnupamKris Oct 10, 2024
08be11e
fix: app management to add count
AnupamKris Oct 10, 2024
85accc6
debug: repeating pagebar
AnupamKris Oct 10, 2024
0d89b42
debug: app group
AnupamKris Oct 11, 2024
a4057a3
debug: application group
AnupamKris Oct 11, 2024
90f4b8e
feat: input component
AnupamKris Oct 16, 2024
48951fd
fix: cursor pointer to pagebar
AnupamKris Oct 16, 2024
0e2c882
wip: application group
AnupamKris Oct 16, 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
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
"@swiftwave/tartplus": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@vue/apollo-composable": "^4.0.0-beta.12",
"@vueuse/core": "^11.1.0",
"apexcharts": "^3.48.0",
"axios": "^1.7.4",
"clsx": "^2.1.1",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.14.3",
"jwt-decode": "^4.0.0",
Expand All @@ -39,6 +41,8 @@
"moment": "^2.30.1",
"monaco-editor": "^0.45.0",
"pinia": "^2.1.7",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vue": "^3.3.11",
"vue-debounce": "^5.0.0",
Expand All @@ -52,6 +56,7 @@
"yaml": "^2.4.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@rushstack/eslint-patch": "^1.3.3",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
Expand Down
Loading