-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upstream merge #2
base: develop
Are you sure you want to change the base?
Conversation
Co-authored-by: Weblate <[email protected]>
This commit adds 'dev-dist' directory to .gitignore. 'dev-dist' is a folder that gets created when we build the application in development environment, it's not needed to be tracked as it only contains generated files. Signed-off-by: Stefan Dej <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Weblate <[email protected]>
…-crew#1453) Co-authored-by: th33xitus <[email protected]> Co-authored-by: rackrick <[email protected]>
Signed-off-by: Stefan Dej <[email protected]>
…#1705) * refactor: remove unused icon in SettingsGeneralTab.vue Signed-off-by: Stefan Dej <[email protected]> * refactor: remove unused icon in SettingsGeneralTab.vue Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
…sail-crew#1694) Signed-off-by: Stefan Dej <[email protected]>
Signed-off-by: Stefan Dej <[email protected]>
Signed-off-by: Stefan Dej <[email protected]>
* fix: fix aspectRatio in MjpegstreamerAdaptive Signed-off-by: Stefan Dej <[email protected]> * refactor: calc aspectRatio Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
…1713) * fix: fix webcam url with multiple moonraker instances Signed-off-by: Stefan Dej <[email protected]> * fix: fix webcam url with multiple moonraker instances Signed-off-by: Stefan Dej <[email protected]> * fix: parse hostPort to int Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
Signed-off-by: Stefan Dej <[email protected]>
* Update sv.json Updated Swedish translation (sv-SE) * Update sv.json fixed prettier * Fixed formating in sv.json * renamed sv.json to se.json Used the wrong ISO-code for Sweden by misstake when first creating the new locale. * Updated unused keys for se.json * Update se.json ESLint * Update se.json * locale(se): remove unused keys Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]> Co-authored-by: Stefan Dej <[email protected]>
* refactor: refactor StatusPanel.vue Signed-off-by: Stefan Dej <[email protected]> * fix: fix order of objects to visible small parts in bigger parts Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
* fix: fix theme issue in tempchart Signed-off-by: Stefan Dej <[email protected]> * fix: fix tooltip of tempchart the tooltip will not go away after 1 second. the chart also will be "stopped" as long as your mouse is hoverd Signed-off-by: Stefan Dej <[email protected]> * refactor: remove debug outputs Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
…ew#1719) * fix(exclude objects): fix tooltip position in object map Signed-off-by: Stefan Dej <[email protected]> * refactor: move style tag at the bottom Signed-off-by: Stefan Dej <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]>
Signed-off-by: Stefan Dej <[email protected]>
…-crew#1697) Update orhun/git-cliff-action action from v1 to v2. v1 doesn't have a postprocessor included. Signed-off-by: Stefan Dej <[email protected]>
* refactor: refactor history page and list panel Signed-off-by: Stefan Dej <[email protected]> * fix: fix long initial time with huge print history Signed-off-by: Stefan Dej <[email protected]> * refactor: add "All" to locale Signed-off-by: Stefan Dej <[email protected]> * feat: add button to statistic chart Signed-off-by: Stefan Dej <[email protected]> * locale(de): update german locale Signed-off-by: Stefan Dej <[email protected]> * refactor: remove unused icon import Signed-off-by: Stefan Dej <[email protected]> * locale: apply suggestions from code review Co-authored-by: rackrick <[email protected]> --------- Signed-off-by: Stefan Dej <[email protected]> Co-authored-by: rackrick <[email protected]>
…il-crew#1724) Signed-off-by: Stefan Dej <[email protected]>
…ail-crew#1725) Signed-off-by: Stefan Dej <[email protected]>
…ew#1727) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 23 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v23...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Language file analysis report:
|
@@ -308,4 +309,9 @@ export const actions: ActionTree<ServerState, RootState> = { | |||
} | |||
} | |||
}, | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be specifically checked for the integration with the Recore panel...
@@ -178,4 +180,21 @@ export const mutations: MutationTree<ServerState> = { | |||
boot_media: payload.boot_media, | |||
}) | |||
}, | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be checked specifically for Recore-specific panel.
Size Change: +74.4 kB (+4%) Total Size: 2.04 MB
ℹ️ View Unchanged
|
Currently does not load the interface. Unclear why this is. |
Trying to bring the recore-specific fork of Mainsail in-line with upstream
develop
.