-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔀 Merge pull request #557 from Lissy93/FEATURE/user-suggestions
[FEATURE] Implementing user suggestions This PR resolves loads of tickets... Fixes #492, fixes #494, fixes #497, fixes #505, fixes #522, fixes #524, fixes #546, fixes #552, fixes #554, fixes #560, fixes #564, fixes #568, fixes #570, fixes #575 and fixes #576 - Yay 🥳 Celebrating getting out of hospital with 15 bug fixes 🐛 and a beer 🍺
- Loading branch information
Showing
26 changed files
with
237 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
### Partially revert 2.0.4, fixing several issues caused by `conf.yml` not being loaded at startup. | ||
This change requires a rebuild of the application when several options under `appConfig` are changed. | ||
Fixes #544 #555 | ||
|
||
### Several other changes since 2.0.4, including: | ||
The `Add New Section` button on the UI editor now displays if no sections are present. #536 | ||
When using SSL, the server can now redirect from HTTP to HTTPS. This is enabled by default when using SSL. #538 | ||
Section context menus are now accessible on mobile, and will no longer clip off the screen. #541 | ||
Italian translations have been added. #556 | ||
## 🐛 Fixes user requested issues [PR #557](https://github.com/Lissy93/dashy/pull/557) | ||
- Allows middle click open new tab, Re: #492 | ||
- Implements Max redirects for status checks, Re: #494 | ||
- Adds Gitpod config for cloud-ready IDE, Re: #497 | ||
- Adss new screenshots to showcase, Re: #505 | ||
- Fixes excess space below footer, Re: #522 | ||
- Allows iframe content to be viewed full-screen, Re: #524 | ||
- Fixes Glances widgets with Authorization headers, Re: #546 | ||
- Adds target attribute to nav links, Re: #552 | ||
- Removes fixed max-width on wide-screens, Re: #554 | ||
- Adds missing type attribute to external CSS, Re: #560 | ||
- Updates path to Keycloak API, Re: #564 | ||
- Fixes link to @walkxhub homelab icons, Re #568 | ||
- Fixes local image path on sub-page, Re: #570 | ||
- Adds typecheck on edit item tags, Re: #575 | ||
- Fixes item size in config not honored, Re: #576 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Config for running Dashy in GitPod's cloud dev environment | ||
# Docs: https://www.gitpod.io/docs/references/gitpod-yml | ||
|
||
# Commands to start on workspace startup | ||
tasks: | ||
- init: yarn install | ||
command: yarn dev | ||
# Ports to expose on workspace startup | ||
ports: | ||
- port: 8080 # Default dev server | ||
visibility: private | ||
onOpen: open-preview | ||
- port: 4000 # Default prod server | ||
visibility: public | ||
onOpen: open-preview | ||
prebuilds: | ||
# Adds 'Open in GitPod' to PRs | ||
addBadge: true | ||
addComment: false | ||
vscode: | ||
# Adds Vue.js and formatting extensions | ||
extensions: | ||
- octref.vetur | ||
- dbaeumer.vscode-eslint | ||
- streetsidesoftware.code-spell-checker | ||
- PKief.material-icon-theme | ||
- wix.vscode-import-cost | ||
- oderwat.indent-rainbow | ||
- eamodio.gitlens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.