Web UI cleanup #1923
No reviewers
Labels
No labels
Abandoned
Blocked
Bug
Changelog
Added
Changelog
Missing
Changelog
None
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/E2EE
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Matrix/T&S
Merge
Merge/Manual
Merge/Squash
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Support
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1923
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ginger/web-cleanup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This pull request fixes a few small issues in the web UI that I've noticed while daily-driving it.
Pull request checklist:
mainbranch, and the branch is named something other thanmain.myself, if applicable. This includes ensuring code compiles.
Just one nitpick :)
@ -20,7 +20,7 @@ Change your password</div>{% when ChangePasswordBody::Success %}<p>Your password has been changed successfully. <a href="{{ crate::ROUTE_PREFIX }}/account/">Back</a>Nit: Possibly "Go back" is nicer? IDK, just "Back" seems a bit short.
That link was removed because a "back" link already exists in the header of the reset page.
Oops how did i see red as green :3
a0618ba33aee75232454@ -7,3 +7,3 @@{%- block content -%}<div class="panel"><h1>Remove a device <a class="back" href="{{ crate::ROUTE_PREFIX }}/account/">Back</a></h1><h1>Remove a device <a class="back" href=".">Back</a></h1>going back is going to the current location?
No, . will go to back i think, you can test yourself but I looked in forgejo and an
awithhrefof.went back a dir.The URL for the device remove page is
/_continuwuity/account/device/<id>/remove, so<a href=".">links to/_continuwuity/account/device/<id>/because theremovepage doesn't end in a/.As a (sometimes) web-dev I approve :3
cool :::3
@ -4,3 +4,2 @@display: inline-block;aspect-ratio: 1 / 1;inline-size: var(--avatar-size);width: var(--avatar-size);Not sure if this is the best idea, I remember having problems with doing it like this in the past. Probably to do with max width, tho.