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

Some UI improvements after renaming #95

Merged
merged 4 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<img src="./docs/assets/logo-dark-vertical.svg#gh-dark-mode-only" style="width: 30%;">
<img src="./docs/assets/logo-light-vertical.svg#gh-light-mode-only" style="width: 30%;">
<img src="./docs/assets/logo-dark-vertical.png#gh-dark-mode-only" style="width: 30%;">
<img src="./docs/assets/logo-light-vertical.png#gh-light-mode-only" style="width: 30%;">
<p>
<strong>A versatile inventory system for everything and anything.</strong>
</p>
Expand All @@ -16,7 +16,8 @@
- ✅ Fully responsive design, ensuring accessibility on any device, with support for light and dark modes for optimal viewing comfort.

<div align="center">
<img src="./docs/assets/cover.png" style="width: 80%;"/>
<img src="./docs/assets/cover-dark.png#gh-dark-mode-only" style="width: 80%;"/>
<img src="./docs/assets/cover-light.png#gh-light-mode-only" style="width: 80%;"/>
</div>

## Getting Started
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ services:
working_dir: /app
ports:
- "3000:3000"
env_file:
- path: ./.env
required: true
env_file: "./.env"
environment:
DATABASE_URL: postgresql://panthora:panthora@database:5432/panthora
NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
Expand Down
Binary file added docs/assets/cover-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/cover-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/cover.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/assets/logo-dark-horizontal.svg

This file was deleted.

Binary file added docs/assets/logo-dark-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/assets/logo-dark-vertical.svg

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/logo-light-horizontal.svg

This file was deleted.

Binary file added docs/assets/logo-light-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading