Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Small Accesibility Tweaks#674

Merged
twizmwazin merged 3 commits into
LemmyNet:mainfrom
scottmmjackson:sj-small-accessibility-tweaks
Jun 16, 2023
Merged

Small Accesibility Tweaks#674
twizmwazin merged 3 commits into
LemmyNet:mainfrom
scottmmjackson:sj-small-accessibility-tweaks

Conversation

@scottmmjackson

Copy link
Copy Markdown
Contributor
  • Dropped "todo" from the community icon description
  • Changed "Select listing filter" to "select feed"
  • Changed "Select sort option" to "sort by"- this affects multiple components
  • Changed "Show more options" to "more options"
  • Changed the way vote component descriptions are written. The type and vote are used to select among "upvote", "upvoted", "downvote", and "downvoted"
  • Changed "Select inbox filter" to "filter"

Fixes #616

@@ -289,4 +289,8 @@
<string name="topAppBar_back">Back</string>
<string name="utils_login_first">Login first</string>
<string name="voteToggle">Toggle vote</string>

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't drop this because I'm not sure of the implications since it's been translated a bunch

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If they aren't used, they should be deleted including the translations imo. Would need a code owner to make the final verdict.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If its unused and not expected to be used again we should remove it, but it doesn't have to be in this PR necessarily.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Drop voteToggle unused string resource

@twizmwazin twizmwazin enabled auto-merge (squash) June 15, 2023 18:05
@twizmwazin twizmwazin merged commit 2c35ab1 into LemmyNet:main Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small Accessibility Tweaks

3 participants