UI: fixes based on Actionable Feedback from devtalk and frontend changes #40
No reviewers
Labels
No Label
Priority
Critical
Priority
High
Priority
Low
Priority
Normal
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
Type
Breaking
Type
Documentation
Type
Enhancement
Type
Feature
Type
Report
Type
Security
Type
Suggestion
Type
Testing
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/extensions-website#40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "martonlente/extensions-website:ui-alpha-launch-actionable-feedback"
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 PR will resolve issues listed in Actionable Feedback from devtalk, and Frontend sections in the following document: https://hackmd.io/@dfelinto/Sy31aRCUT
The PR has the following fixes and improvements:
Screenshots
This PR improves Previews upload UI to match with existing admin UI patterns on the platform.
*Some of the changes were resolved on main in the meanwhile. Conflicts were manually resolved, and changes were removed if needed.
WIP: UI fixes based on Actionable Feedback from devtalkto WIP: UI fixes based on Actionable Feedback from devtalk and frontend changesWIP: UI fixes based on Actionable Feedback from devtalk and frontend changesto UI: fixes based on Actionable Feedback from devtalk and frontend changes@ -119,2 +119,4 @@
a
overflow: hidden
// TODO: consider changing text-decoration underlines to border-bottoms for improved, more spatious vertical spacings
text-decoration: underline
This can be discarded as it is implemented already.
@ -24,3 +24,3 @@
{% for version in extension.versions.exclude_deleted %}
{% if version.is_listed or is_maintainer %}
<details>
<details {% if forloop.first %}open=""{% endif %}>
This can be discarded as it is implemented already.