-
Notifications
You must be signed in to change notification settings - Fork 7
Andy/radio button toggle #2378
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
Merged
Andy/radio button toggle #2378
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
bf1bc28
Add ability to update a jobs project name
williamh890 df0e9fa
fix: formatting
williamh890 0a83c1a
Add ability to nuke all loaded jobs
williamh890 70034e5
Merge branch 'test' into will/update-job-project-name
williamh890 b1cf751
Make Help more easily seen on Filter's panel.
artisticlight 37774c9
DS-6336 Text modified to be translatable.
artisticlight f1c355d
Merge remote-tracking branch 'Discovery-SearchUI/test' into andy/DS-6336
artisticlight cc37735
Lint space
artisticlight 04967f5
feat: Update to use jobs patch endpoint
williamh890 7cfb49a
Merge branch 'will/update-job-project-name' of github.com:asfadmin/Di…
williamh890 68ba0a6
Update src/app/components/filters-dropdown/dataset-filters/dataset-fi…
artisticlight e1236ed
Merge branch 'test' into andy/DS-6336
artisticlight df9431e
Merge branch 'andy/DS-6336-william' into andy/DS-6336
artisticlight a3d0e82
Round 1 of revamping the UI
artisticlight b8d6137
Fix console error related to translation.
artisticlight 943ef25
Bulk rename uses new dialog
artisticlight 9eac503
npm run lint -- --fix
artisticlight dcf6b04
On Demand search reloads after bulk rename
artisticlight 79a9498
npm run lint -- --fix
artisticlight faf9d3a
Merge branch 'andy/test-after-tyler' into andy/DS-6336-merge-wip
artisticlight e40213a
Resolving issues from merging with test
artisticlight 03363eb
Snackbar message for renaming jobs
artisticlight e723faa
Adding multi-lingual support to rename dialog
artisticlight e718b89
Edit Validation
artisticlight e130f60
Merge branch 'test' into andy/DS-6336-merge-wip
artisticlight a27b6d0
Update src/app/services/hyp3/hyp3-api.service.ts
artisticlight 00e98cc
Update src/app/store/scenes/scenes.action.ts
artisticlight 5c4bae8
Fix for flight direction graphics not appearing in Displacement
artisticlight a72f7b7
Show projects that are going to be renamed with the bulk operation.
williamh890 897fd7b
Update uniqueProjectNames filtering
williamh890 187df3c
Fix: update job count in dialog
williamh890 55d62dd
Fix single job rename
williamh890 24d895d
Merge remote-tracking branch 'Discovery-SearchUI/will/bulk-rename-dia…
artisticlight f882f87
Many Changes
artisticlight 180c7e4
Progress Bar
artisticlight c0436cd
Deterministic Progress Bar
artisticlight 425f88b
UI Improvements
artisticlight 2951d5e
Show specific project names if failed
artisticlight a564ca1
Show Time Estimate for Bulk Rename Completion
artisticlight 712411a
Project Rename Title Updated
artisticlight d546f39
npm run lint -- --fix
artisticlight 1963c2a
Update src/app/store/scenes/scenes.action.ts
artisticlight a26c8cc
Update src/app/services/hyp3/hyp3-api.service.ts
artisticlight 5220992
Created three named interfaces at the top of hyp3-api.service.ts
artisticlight 92cce68
Update src/app/components/shared/project-name-dialog/project-name-dia…
artisticlight 55329bb
Merge remote-tracking branch 'Discovery-SearchUI/andy/DS-6336-merge-w…
artisticlight dab41ed
Tyler Suggestions
artisticlight 7d7de8d
Tyler Suggestions #2
artisticlight 7e8cbce
Tyler Suggestions #3
artisticlight 4567293
Tyler Suggestions #4
artisticlight 1b08248
Tyler Suggestions #5
artisticlight 8eafa51
npm run lint -- --fix
artisticlight 26e5055
Conformity & Best Practices
artisticlight 41bb9d2
Made "(unnamed)" multilingual
artisticlight 852061d
Tweaks
artisticlight 0e4a9cc
Conformity & Best Practices
artisticlight 27dd8ab
Made "(unnamed)" multilingual
artisticlight 9e84a38
Tweaks
artisticlight 77ae12f
npm run lint -- --fix
artisticlight 27638f3
Merge remote-tracking branch 'Discovery-SearchUI/andy/DS-6336-merge-w…
artisticlight 5d76b1e
Made the table header 'sticky'
artisticlight 67ff1b4
Fixed Table Header for Dark-Theme
artisticlight f4380e5
Show estimated time for 5+ jobs
artisticlight eb39103
Warn about Abort
artisticlight 501a17a
Add toggle for removing project names in update dialog
williamh890 721dba4
feat(project-name-dialog): replace button toggle with radio buttons
artisticlight 8de9f7f
Merge branch 'test' into andy/radio-button-toggle
artisticlight 41fe037
Update src/assets/i18n/es.json
artisticlight 9606e42
Update src/app/components/shared/project-name-dialog/project-name-dia…
artisticlight 37afaf1
Bug Fix
artisticlight 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -46,3 +46,4 @@ local-serve.sh | |
| .claude/ | ||
| CLAUDE.md | ||
| TRANSLATIONS_SCRATCH.md | ||
| docs/ | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.