Skip to content

Commit

Permalink
Merge pull request #9835 from robojumper/wishlists-ui
Browse files Browse the repository at this point in the history
Add toggles for multiple builtin wish lists, allow incrementally adding/removing URLs
  • Loading branch information
bhollis authored Dec 20, 2023
2 parents b145566 + 40fe75f commit b82c3ac
Show file tree
Hide file tree
Showing 11 changed files with 286 additions and 147 deletions.
8 changes: 6 additions & 2 deletions config/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -1417,17 +1417,21 @@
"Clear": "Clear Wish List",
"ChoosyVoltron": "choosy_voltron",
"ChoosyVoltronDescription": "choosy_voltron is an auto-updated collection of PvE and PvP wish list rolls from Mercules904 and pandapaxxy, along with some trash list rolls.",
"ExternalSource": "Optionally, supply the URL(s) for a wish list (pipe | separated)",
"ExternalSource": "Add another wish list",
"ExternalSourcePlaceholder": "Paste wish list URL here",
"Header": "Wish List",
"Import": "Load Wish List Rolls",
"ImportFailed": "No wish list information found.",
"ImportError": "Error loading wish list: {{error}}",
"ImportNoFile": "No file selected.",
"InvalidExternalSource": "Please enter a valid URL for your external wish list source. The URL must start with one of the following:",
"JustAnotherTeam": "Just Another Team",
"LastUpdated": "Last updated: {{lastUpdatedDate}} at {{lastUpdatedTime}}",
"Num": "{{num, number}} rolls in your wish list",
"NumRolls": "{{num, number}} rolls",
"PreMadeFiles": "Use A Pre-Made Wish List",
"UpdateExternalSource": "Update Wish List Source",
"SourceAlreadyAdded": "Wish List already added",
"UpdateExternalSource": "Add Wish List",
"Untitled": "Untitled Wish List",
"Voltron": "voltron (default)",
"VoltronDescription": "voltron is an auto-updated collection of PvE and PvP wish list rolls from across the Destiny community. We ship with this by default.",
Expand Down
3 changes: 3 additions & 0 deletions src/app/settings/WishListSettings.m.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.tooltipDiv {
display: inline-block;
}
7 changes: 7 additions & 0 deletions src/app/settings/WishListSettings.m.scss.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b82c3ac

Please sign in to comment.