-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Headline structure improvement #3830
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Alkarex
merged 34 commits into
FreshRSS:edge
from
math-GH:3673-headline-structure-imrovement
Sep 11, 2021
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
91515d7
header: h1 deleted - full logo included
math-GH 97c869c
template: config - display
math-GH bc5c456
WIP
math-GH c82ad9d
shortcut configs. added fieldset. do not display the border by default
math-GH 49f6b27
system.phtml
math-GH 6dc6d81
subscription: add feed or category
math-GH de15c2c
Merge branch 'edge' into 3673-headline-structure-imrovement
math-GH eabb912
wip
math-GH 0085fcb
wip
math-GH a6baf5e
Update bookmarklet.phtml
math-GH afd7c12
Update archiving.phtml
math-GH 3de69a6
Merge branch 'edge' into 3673-headline-structure-imrovement
math-GH 122b029
Update queries.phtml
math-GH 8b55dbb
Update profile.phtml
math-GH 5ae0b21
Update manage.phtml
math-GH 0931463
auth+update
math-GH 1caf5b9
Update template.rtl.css
math-GH 7f21a9c
Merge branch 'edge' into 3673-headline-structure-imrovement
math-GH 75dce6d
Merge branch 'edge' into 3673-headline-structure-imrovement
math-GH 62e8248
fixed FreshRSS logo (Theme: Mapco)
math-GH 3bf1d6b
Update mapco.rtl.css
math-GH 8a29a45
Update _layout.scss
math-GH 37a49eb
fixed FreshRSS logo (theme: Dark)
math-GH 429babd
Merge branch 'edge' into 3673-headline-structure-imrovement
math-GH 21b291b
fix: FreshRSS logo (Theme: BlueLagoon)
math-GH 5aff348
Merge branch '3673-headline-structure-imrovement' of https://github.c…
math-GH e3fa733
fix: FreshRSS logo (Theme: Ansum)
math-GH ff4f5c9
fixed: FreshRSS logo (Theme: Alternative Dark)
math-GH 65b72b8
fix: FreshRSS logo (Theme: Pafat)
math-GH a648b35
fix: FreshRSS logo (Theme: Screwdriver)
math-GH 63c96d9
fix: FreshRSS logo (theme: Swage)
math-GH 3d68f7f
Minor lint
Alkarex 575106b
little fix: FreshRSS logo (Theme: Origine)
math-GH 86cc3d5
Fix: FreshRSS logo (Theme: Origine Compact)
math-GH File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm (finally) doing the update of my instance, and I realize this change breaks the possibility to change the name of the instance. I don't remember seeing someone complaining about that and I can manage this case differently, but I wonder why it was needed?
Also, if we keep this solution, the
altattribute should be set to "FreshRSS" to give a label to the screen readers.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I simply overlooked it. But yes, setting aside the h1 thing I have to say I'm confused about the additional change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion of fix, a bit more powerful #4369