canonical / lxd-ui

Easy and accessible container and virtual machine management. A browser interface for LXD
GNU General Public License v3.0
269 stars 33 forks source link

chore: Adjusted detail page titles for better ux consistency [WD-11696] #803

Closed Kxiru closed 3 months ago

Kxiru commented 3 months ago

Done

QA

  1. Run the LXD-UI:
    • On the demo server via the link posted by @webteam-app below. This is only available for PRs created by collaborators of the repo. Ask @mas-who or @edlerd for access.
    • With a local copy of this branch, build and run as described in the docs.
  2. Perform the following QA steps:
    • Verify seamless visual difference between a parent page title and a child page title.

Screenshots

image

image

edlerd commented 3 months ago

Demo: https://lxd-ui-803.demos.haus/

Kxiru commented 3 months ago

@edlerd , I added the window.dispatchEvent(new Event("resize")); function to enableRename() as discussed on Mattermost.

piperdeck commented 3 months ago

looking good, nice job on this!