Skip to content

fix(semantic): improve HTML semantics across templates#1721

Open
miaulalala wants to merge 1 commit intomasterfrom
fix/noid/semantic-html-fixes
Open

fix(semantic): improve HTML semantics across templates#1721
miaulalala wants to merge 1 commit intomasterfrom
fix/noid/semantic-html-fixes

Conversation

@miaulalala
Copy link

@miaulalala miaulalala commented Mar 11, 2026

  • Replace navbar-default class on <footer> with site-footer
  • Extract filter form out of <ul class="nav-tabs"> into its own sibling element
  • Convert .app-meta <div> to <aside aria-label="App information"> on detail page
  • Merge duplicate {% if request.user.is_authenticated %} blocks in nav.html
- Replace navbar-default class on <footer> with site-footer - Extract filter form out of <ul class="nav-tabs"> into its own sibling element - Convert .app-meta <div> to <aside aria-label="App information"> on detail page - Merge duplicate {% if request.user.is_authenticated %} blocks in nav.html Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Anna Larch <anna@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment