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

Add TitleID sort method #553

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Add TitleID sort method #553

merged 1 commit into from
Jan 21, 2025

Conversation

RAMDRAGONS
Copy link
Contributor

Adds an additional application list sorting method for the TitleID. A bit of a niche choice for sorting but I think the TID is a relevant enough piece of metadata that it should be there. (And I personally would be using it)

  • Using existing TitleId constant in ApplicationSort, implying this was meant to be in the sorting options at some point?
  • Reuses the "DlcManagerTableHeadingTitleIdLabel" locale for fulfilling the need already, might be better to make a unique one for this in the long run but this codebase is new to me so I wanted to make the changes as unobtrusive as possible
  • Using app.Id for the comparer seems to work fine, not sure if using something else like IdString would be better?

- Using existing TitleId constant in ApplicationSort
- Reuses the "DlcManagerTableHeadingTitleIdLabel" locale for fulfilling the need already, might not be optimal to do so in the long run but I wanted to make this as unobtrusive as possible
- Using app.Id for the comparer seems to work fine, not sure if using something else like IdString would be better?
@github-actions github-actions bot added the gui Affects the Avalonia UI or translations. label Jan 21, 2025
@GreemDev GreemDev merged commit 471e7ed into Ryubing:master Jan 21, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui Affects the Avalonia UI or translations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants