Draft
Conversation
048d04b to
10433ed
Compare
…h to luxon for timezone support
* feat: adding customer details page * feat: adding members to customer view * feat: exposing get customer by name endpoint * feat: using get single customer * refactor: generalising add user dialog * feat: updating styles * feat: debouncing user search calls * feat: breaking customer details page into multiple components * refactor: optimizing useUsageStats hook * chore: removing unnecessary route definition * fix: abort controller not properly recreated * refactor: using autocomplete over popper
* fix: use UTC dates consistently when displaying the usage data, switch to luxon for timezone support * update time label to indicate that this is UTC, add top margin to chart * feat(UI): adding option to add members to customers (#1700) * feat: adding customer details page * feat: adding members to customer view * feat: exposing get customer by name endpoint * feat: using get single customer * refactor: generalising add user dialog * feat: updating styles * feat: debouncing user search calls * feat: breaking customer details page into multiple components * refactor: optimizing useUsageStats hook * chore: removing unnecessary route definition * fix: abort controller not properly recreated * refactor: using autocomplete over popper * fix navigation in sidepanel * overhaul admin dashboard: make sidepanel collabsible, add breadcrumbs * fix: app bar not showing proper bg color on dark mode (#1704) * make sidebar open by default * feat: adding sidebar groups (#1705) * add eslint plugin for react refresh, fix and update target * suppress remaining eslint errors * feat: adding rate limiting tab to user settings (#1707) * add CustomerMembership entity * add customer membership repository * support editing customer membership * feat(UI): adding rate limiting tokens UI * feat: updating wording of rate limiting tokens --------- Signed-off-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org> Co-authored-by: Thomas Neidhart <thomas.neidhart@eclipse-foundation.org>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Placeholder PR.