Skip to content

Commit

Permalink
Merge pull request #10 from sumeet-srknec/feature
Browse files Browse the repository at this point in the history
completed v1 of navigation layout
  • Loading branch information
sumeet-srknec authored Sep 30, 2024
2 parents 8c9743e + 932e573 commit 0bb3eac
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 111 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ Inspiration is Spotify for Windows (64 bit) - 1.2.47.364.gf06e5cee

### Control Panel
![Base layout](docs/images/control-panel.PNG "Control Panel")

### Navigation Panel - V1
![Base layout](docs/images/Navigation-layout-v1.PNG "Navigation Panel")
Binary file added docs/images/Navigation-layout-v1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
169 changes: 63 additions & 106 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"tailwind-scrollbar": "^3.1.0",
"web-vitals": "^2.1.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function App() {
return (
<div className="bg-gray-950 h-screen w-full text-white/75 flex flex-col gap-0.5">
<Header />
<div className="flex flex-row gap-2 justify-between h-full p-2">
<div className="flex flex-row gap-2 justify-between h-[80%] p-2">
<Navigation />
<div className="bg-gray-900 rounded-lg flex-1 p-4">
<span>Body</span>
Expand Down
Loading

0 comments on commit 0bb3eac

Please sign in to comment.