Refactor: Frontend UI consistency#855
Merged
Merged
Conversation
doonga
pushed a commit
to greyrock-labs/home-ops
that referenced
this pull request
Jun 27, 2026
…v1.9.1) (#389) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/arabcoders/watchstate](https://github.com/arabcoders/watchstate) | patch | `v1.9.0` → `v1.9.1` | --- ### Release Notes <details> <summary>arabcoders/watchstate (ghcr.io/arabcoders/watchstate)</summary> ### [`v1.9.1`](https://github.com/arabcoders/watchstate/releases/tag/v1.9.1) [Compare Source](arabcoders/watchstate@v1.9.0...v1.9.1) ##### What's Changed - Refactor: Frontend UI consistency by [@​arabcoders](https://github.com/arabcoders) in [#​855](arabcoders/watchstate#855) **Full Changelog**: <arabcoders/watchstate@v1.9.0...v1.9.1> *** ##### Commits since v1.9.0 - [`9e17943`](arabcoders/watchstate@9e17943) refactor: update log messages - [`69b66c1`](arabcoders/watchstate@69b66c1) chore: packages update - [`e6e0e70`](arabcoders/watchstate@e6e0e70) fix: tranucte better on mobile - [`3aaea5f`](arabcoders/watchstate@3aaea5f) refactor: update design guideline - [`6040eaf`](arabcoders/watchstate@6040eaf) refactor: improve the system report diagnostics - [`9b5ed8f`](arabcoders/watchstate@9b5ed8f) fix: better border visability - [`d007f36`](arabcoders/watchstate@d007f36) refactor: reduce unknown identitiy match to warning level - [`9266af5`](arabcoders/watchstate@9266af5) refactor: update authorization header format for MediaBrowser API calls - [`6baec2b`](arabcoders/watchstate@6baec2b) feat: add try it out modal for openapi specs. </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/389
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a range of frontend UI improvements and documentation updates. The frontend changes focus on standardizing card and panel component styles, refining border and background handling, and introducing new utility classes for consistent UI surfaces. In documentation, there are updates to API references and error code descriptions, including the removal of a deprecated endpoint and a more detailed system report example.
Frontend UI consistency and enhancements:
UCardcomponents across several files by removing redundant border classes and relying on updated UI configuration and utility classes for borders and backgrounds.Component and UX tweaks:
Dialogcomponent for better usability.Documentation updates:
POST /v1/api/backends/validate/token/{type}endpoint from the API documentation. (API.md) [1] [2]API.md)FAQ.md)