Skip to content

Commit

Permalink
feat(UI): compelete the UI development (#78)
Browse files Browse the repository at this point in the history
* fix(security update): use pnpm instead of npm

* fix(download file): fix download file

* fix(file generator): fix generated file

* refactor(download hook): export useDownload from it's own module

* refactor(download url): delete download url from constants

* feat(new api route): adjust app to reflect new api requirements

* feat(argocd): add argocd component

* refactor(terraform template generator): restructure terraform generator platform

* style(loading state): add larger loading animation

* refactor(terraform services): use enums instead of hardcoded values

* fix(docker template): update docker notation

* refactor(structure): update project structure

* refactor(download folder): add download folders as enums

* style(color palette): use brighter color palette

* fix(download hook): update download hook to take enums

* style(padding): remove external padding

* fix(style): update drawer style
  • Loading branch information
mehdi-parvizi authored Nov 20, 2024
1 parent 3d1e352 commit 4ba8a3d
Show file tree
Hide file tree
Showing 37 changed files with 4,555 additions and 8,752 deletions.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body class="bg-gradient-to-br pt-2 pb-5 from-black to-neutral-700 p-0 m-0">
<body class="bg-gradient-to-br pb-5 from-black to-neutral-600 p-0 m-0">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
Expand Down
Loading

0 comments on commit 4ba8a3d

Please sign in to comment.