Skip to content

Commit

Permalink
Add screenshots, improve layout in certain cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Cavoj committed Jun 22, 2019
1 parent 3013116 commit 802b423
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Download the [latest release](http://www.github.com/macav/hotelier/releases) and
## About

![windows_screenshot](public/assets/hotelier_windows.png)
![mac_light_screenshot](public/assets/hotelier_mac_light.png)
![mac_dark_screenshot](public/assets/hotelier_mac_dark.png)

![mac_dark_logs](public/assets/hotelier_logs.png)

### Description

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"license": "MIT",
"description": "Tray App for Hotel Process Manager",
"version": "0.3.0",
"version": "0.3.1",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"ansi2html": "^0.0.1",
Expand Down
Binary file added public/assets/hotelier_logs.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 public/assets/hotelier_mac_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 public/assets/hotelier_mac_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 modified public/assets/hotelier_windows.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: 1 addition & 0 deletions src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body,
.main-container {
border: 1px solid darken($primary, 10%);
right: 1px;
height: 100%;
}

.window {
Expand Down

0 comments on commit 802b423

Please sign in to comment.