Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Miller a414b8de29 fix(ui): use secondary pointing menu for well-known file tabs
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
The `ui top attached tabular menu` conflicted with the readme content's
`ui top attached header`, creating a double-attached visual issue.
Switch to `ui secondary pointing menu` which renders as a clean
underline-style tab strip without attachment semantics.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 07:15:50 -05:00
+1 -1
View File
@@ -131,7 +131,7 @@
{{end}}
{{template "repo/view_list" .}}
{{if .WellKnownFileTabs}}
<div class="ui top attached tabular menu well-known-file-tabs">
<div class="ui secondary pointing menu well-known-file-tabs tw-mt-2">
{{range .WellKnownFileTabs}}
<a class="{{if .Active}}active {{end}}item" href="?tab={{.TabKey}}">
{{if eq .TabKey "readme"}}{{svg "octicon-book" 16 "tw-mr-1"}}{{end -}}