-
Notifications
You must be signed in to change notification settings - Fork 71
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
[ENHANCEMENT] Use Perses logo for the app loader #2518
Merged
Merged
Conversation
This file contains 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
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com>
Nexucis
approved these changes
Dec 19, 2024
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.
so much love here <3
Nexucis
added a commit
that referenced
this pull request
Jan 15, 2025
* Release v0.50.0-rc.0 (#2515) * Release v0.50.0-rc.0 Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * fix comment Signed-off-by: Augustin Husson <husson.augustin@gmail.com> --------- Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [DOC] Align plugin doc with the migration revamp (#2516) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] Table panel: editor text fields are debounced (#2470) * [FEATURE] Add debounce to TextField Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * forwardRef Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * fix tests Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [ENHANCEMENT] Table panel: text field inputs are debounced Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix tests Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Table panel: fix cell mapping for range condition (#2517) * [BUGFIX] Table panel: fix cell mapping when for range condition Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * More pretty Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix range not removable Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Ignore more domains Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [ENHANCEMENT] Use Perses logo for the app loader (#2518) * [ENHANCEMENT] Use Perses logo for the app loader Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Only one loader 🔥 Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * Fix header 🐛 Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * fix e2e Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> --------- Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Fix preview display name with prefix (#2520) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [ENHANCEMENT] DaC CUE SDK: add datasource param to the var group builder (#2524) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] DaC CUE SDK: accurate constraints for duration attributes (#2525) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] `percli dac diff`: add output + avoid early return when processing a directory (#2500) * [ENHANCEMENT] `percli dac diff`: avoid early return when processing a directory Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * add a proper output to the diff command Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * improve error handling as suggested Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> --------- Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [ENHANCEMENT] : percli plugin lint: improve the way to find the schema files (#2526) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * [BUGFIX] DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib (#2540) * DaC CUE SDK: Fix inconsistencies in mandatory vs optional attributes in dashboard lib Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * misc: reorder params for clarity Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> --------- Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * Release v0.50.0-rc.1 (#2543) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> * BUGFIX: `percli dac setup`: fix useless requirement of go CLI when using CUE (#2544) Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> * [IGNORE] Correctly type useQuery fetch hooks error (#2546) Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> * [BUGFIX] Redirect to the desired page after login success (#2354) * [BUGFIX] Redirect to the desired page after login success Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Redirect to the desired page after login success Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Redirect after login keeping query params Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> --------- Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> * [BUGFIX] Fixes tooltip display in EDGE / IE (#2547) Signed-off-by: Maxim KOTELNIKOV <maxim.kotelnikov@amadeus.com> * [BUGFIX] GaugeChartPanel: fix empty state (#2548) Show "No data" instead of "null" when the Gauge has no data. Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> * [BUGFIX] Update unit's migration (#2519) * update unit's migrtaion (add decimal unit as default, when it's not defined in mapping list) Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * Update dashboard test's output for migration changes Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * fix unit+decimal migration Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * fix decimals migration Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * update migration tests Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * update dashboard migration output file Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * remove extra spaces from barchart test output Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> --------- Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> * Release v0.50.0 (#2553) Signed-off-by: Augustin Husson <husson.augustin@gmail.com> --------- Signed-off-by: Augustin Husson <husson.augustin@gmail.com> Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> Signed-off-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Signed-off-by: Célian Garcia <celian.garcia@amadeus.com> Signed-off-by: Maxim KOTELNIKOV <maxim.kotelnikov@amadeus.com> Signed-off-by: Andreas Gerstmayr <agerstmayr@redhat.com> Signed-off-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com> Co-authored-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> Co-authored-by: Guillaume LADORME <Gladorme@users.noreply.github.com> Co-authored-by: Célian GARCIA <celian.garcia@amadeus.com> Co-authored-by: Maxim Kotelnikov <info@impy.us> Co-authored-by: Andreas Gerstmayr <agerstmayr@redhat.com> Co-authored-by: Alexander Mukhin <67650646+lomobot@users.noreply.github.com>
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.
Description
Use animated logo as loader for the application instead of the 3 dots. And use the same loader design for config loading.
Screenshots
Checklist
[<catalog_entry>] <commit message>
naming convention using one of thefollowing
catalog_entry
values:FEATURE
,ENHANCEMENT
,BUGFIX
,BREAKINGCHANGE
,DOC
,IGNORE
.