-
Notifications
You must be signed in to change notification settings - Fork 218
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
feat(ui/tokens): delete multiple tokens #2424
Conversation
Refs: flipt-io#2275, FLI-215
682c036
to
bd271c0
Compare
- implemented the logic for multiple tokens deletion - some ui changes and cleanup
544791c
to
eea794e
Compare
@markphelps please take a look and provide feedback. The delete button is too big as the replacement of 'Name'. Any workaround for it? |
6a27e3a
to
eea794e
Compare
feat: updates for delete multiple tokens PR
There is some side effect which happens right now. After deletions the tokens if you create the new one it will be selected for deletion. I believe the By the way there is one strange state with filter too in |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2424 +/- ##
=======================================
Coverage 70.76% 70.76%
=======================================
Files 81 81
Lines 8110 8110
=======================================
Hits 5739 5739
Misses 2025 2025
Partials 346 346 ☔ View full report in Codecov by Sentry. |
@erka what do you think about erka#2 , which passes down the existing I think it might be nicer than using events?
Yes ☝🏻 def sounds like a bug. We should file and fix that. I'm happy to file it in the morning (US) or if you are able to first, either way. Thank you again for this contribution!! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the contribution @erka !! Looks great and very much appreciated!
@all-contributors please add @erka for code |
I've put up a pull request to add @erka! 🎉 |
Will create a release later today with this |
Refs: #2275, FLI-215