1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-28 17:55:15 +02:00
unleash.unleash/frontend/src/component
David Leek bc6b23c740
fix: attempt a react friendly fix of summing (#7151)
## About the changes

Summing on Billing page got a little wonky after changing how the
summing worked when the estimation flag is off. This attempts to return
it to previous way of showing numbers when flag is off

If you go directly to the billing page it will not add user calculations
to the total. If you however interact with the UI, like change tabs back
and forth, it will suddenly show the correct sum:


![image](https://github.com/Unleash/unleash/assets/707867/af6eeddf-be3f-42ae-a588-f57c30d739ca)


![image](https://github.com/Unleash/unleash/assets/707867/b4a0b832-a550-4e87-aa69-7b27f96d3beb)

---------

Co-authored-by: Nuno Góis <github@nunogois.com>
Co-authored-by: Gastón Fournier <gaston@getunleash.io>
2024-05-28 09:08:23 +02:00
..
accessOverview
admin fix: attempt a react friendly fix of summing (#7151) 2024-05-28 09:08:23 +02:00
application
archive chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
banners fix: small improvements (#7090) 2024-05-21 12:40:52 +03:00
changeRequest chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
common chore: new create project dialog UI fixes (#7167) 2024-05-28 07:10:34 +02:00
context chore: rename toggle to flag #4 (#7114) 2024-05-22 16:26:22 +03:00
demo chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
environments chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
events
feature chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
featureTypes chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
feedback
feedbackNew
filter
insights chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
integrations chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
layout test: navigation sidebar (#7172) 2024-05-27 17:00:10 +02:00
loginHistory
maintenance
menu chore: switch insights ui flag to kill switch (#7166) 2024-05-28 09:44:52 +03:00
playground/Playground chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
project fix: change request environment selector button label (#7176) 2024-05-28 08:40:58 +02:00
providers
segments chore: rename toggle to flag #7 (#7125) 2024-05-23 13:19:49 +03:00
signals
splash
strategies chore: remove deprecated legacy features endpoint (#7129) 2024-05-27 09:24:09 +02:00
tags feat: add "my projects" filter to projects list (#6831) 2024-04-12 12:35:47 +02:00
user feat: user profile preview (#7150) 2024-05-27 12:32:21 +02:00
App.tsx feat: project level outdated sdks, project level banner (#7083) 2024-05-20 14:15:39 +03:00
InitialRedirect.tsx