Skip to content
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

Reuse same 'view list' string everywhere #3247

Merged
merged 1 commit into from May 15, 2024

Conversation

reosarevok
Copy link
Member

There's no great reason to have two strings, 'view list' and 'see list'. This was probably separate because we only show the count on viewingOwnProfile but there's no reason we can't just do like I do here instead. Suggested by @kellnerd.

There's no great reason to have two strings, 'view list' and 'see list'.
This was probably separate because we only show the count
on viewingOwnProfile but there's no reason we can't
just do like I do here instead.
@reosarevok reosarevok added the Frontend-only PRs that only change display components label Apr 25, 2024
Copy link
Contributor

@yvanzo yvanzo left a comment

Choose a reason for hiding this comment

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

LGTMBDNT. It also improves support for RTL localization. 🚢

@reosarevok reosarevok merged commit 9e247da into metabrainz:master May 15, 2024
1 of 2 checks passed
@reosarevok reosarevok deleted the consolidate-view-list branch May 15, 2024 13:22
reosarevok added a commit that referenced this pull request May 17, 2024
* master:
  Update POT files using the production database
  MBS-13577 / MBS-13578: Release filtering for missing data (#3262)
  MBS-13589: Handle Operabase /o links (#3268)
  Convert /static/scripts/release templates to use Flow component syntax
  Convert /static/scripts/relationship-editor templates to use Flow component syntax
  Convert some more /static/scripts/ templates to use Flow component syntax
  Remove seemingly useless double export
  Convert /static/scripts/edit/components templates to use Flow component syntax
  Convert /static/scripts/common/components templates to use Flow component syntax
  Drop dead code in AddEntityDialog
  Drop unneeded instance typing in hydrate input
  Convert /components templates to use Flow component syntax
  Convert /components/list templates to use Flow component syntax
  Convert /components/Aliases templates to use Flow component syntax
  Convert /layout sidebar templates to use Flow component syntax
  Convert /layout templates to use Flow component syntax
  MBS-13585: Report for non-video recordings with video relationships (#3266)
  MBS-13581: Check "renamed into" in ArtistsThatMayBeGroups (#3265)
  Convert /edit/details templates to use Flow component syntax
  Convert /edit/details/historic templates to use Flow component syntax
  Convert /edit/component templates to use Flow component syntax
  Convert /edit templates to use Flow component syntax
  Update React to 18.3.1 (#3249)
  MBS-13263: Align release titles despite indicators (#3256)
  MBS-13588: Relationship phrase groups with pending edits are sometimes not highlighted
  Add `PendingEditsRoleT` to `RelatableEntityRoleT`
  Make `Entity::Artist::TO_JSON` consistent with `ArtistT`
  Use consistent chained method formatting
  Cache pending requests for `getOrFetchRecentItems`
  MBS-12741: Convert Create/Edit attribute admin pages to React
  Fix typo
  Limit `getReleaseGroupRecordings` to 5 attempts
  MBS-13558: Convert /report templates to use Flow component syntax
  MBS-13558: Convert /report/component templates to use Flow component syntax
  MBS-13573: Support a second format of Ticketmaster links
  MBS-13572: Support LiveNation links with _ and -
  MBS-13559: Don't reject dailysomething Bandcamp pages (#3255)
  Add context to newly added [removed] (#3246)
  Reuse same 'view list' string everywhere (#3247)
  Document that language packs must be installed
  Fix installing translations for beta/test websites
  admin/cron/hourly-sitemaps.sh: Dump FKs from READONLY
  Add missing scripts required by JSON dumps/sitemaps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend-only PRs that only change display components
Projects
None yet
2 participants