Logo links to home page
This commit is contained in:
@@ -1370,3 +1370,9 @@ In the currently running contaier the user olaf has no mastodon configured but t
|
||||
|
||||
### Assistant outcome
|
||||
Found that `.form-section { display: grid; }` appeared later in the stylesheet than `.hidden { display: none; }`, overriding the initial hidden state of the Mastodon fieldset. Added `.form-section.hidden { display: none; }`, so the publishing control stays hidden until the authenticated configuration check explicitly reveals it.
|
||||
|
||||
### User
|
||||
When clicking on the logo always go to the home page
|
||||
|
||||
### Assistant outcome
|
||||
Wrapped the header logo in each web template with an accessible home-page link. Extended the heading font selector for the new logo-link wrapper, preserving existing header styling. Confirmed all eight templates contain exactly one home-linked logo and the focused API test module passed with 36 tests.
|
||||
|
||||
@@ -244,6 +244,7 @@
|
||||
225. The checkbox takes the full width of the grid which forces the label to be printed underneath instead of directly next to it.
|
||||
226. Only show the Mastodon publishing on new page if the user has Mastodon posting configured. Then default the checkbox to yes
|
||||
227. In the currently running contaier the user olaf has no mastodon configured but the mastodon checkbox is still visible
|
||||
228. When clicking on the logo always go to the home page
|
||||
|
||||
## Future entries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user