1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-13 11:17:26 +02:00
unleash.unleash/frontend/src/component
Thomas Heartman 799fc1f518
1-3658/fix legal values selector issues (#9838)
Fixes an issue with the new legal values selector where selecting an
item from filtering or changing the checkbox state would move your focus
to the top of the page. I think it's because we'd re-render the whole
tree because of it, and this would clear your focus selection. To get
around it, I've used the existing ResolveInput component. We might want
to change this later as we get around to more input components (single
values, etc), but for now, I think this is good enough.

As a bonus, I get to delete the most annoying part of the
EditableConstraints file 😄

The constraint still opens in edit mode for now, but I expect that to
get resolved once we properly implement the split between editable and
non-editable constraints that was started yesterday.
2025-04-25 09:41:23 +02:00
..
admin chore: fix admin routes should respect plan data (#9828) 2025-04-24 15:44:06 +01:00
application Chore/remove badges from tab order (#9643) 2025-03-28 15:05:32 +00:00
archive
banners feat: only admin can fetch license (#9697) 2025-04-03 16:26:36 +02:00
changeRequest feat: change requests, use new accordion list not legacy (#9825) 2025-04-23 17:37:54 +03:00
commandBar feat: command bar admin menu improvements (#9689) 2025-04-03 10:23:45 +02:00
common 1-3658/fix legal values selector issues (#9838) 2025-04-25 09:41:23 +02:00
context
demo chore: remove demo plans dialog (#9816) 2025-04-23 08:55:49 +01:00
environments chore: fixing typo pre-defined (#9651) 2025-03-31 13:58:22 +02:00
events fix: linter rule for hooks (#9660) 2025-04-01 14:33:17 +02:00
feature 1-3658/fix legal values selector issues (#9838) 2025-04-25 09:41:23 +02:00
featureTypes Fix: lifetime API command doesn't update. (#9685) 2025-04-02 15:35:29 +02:00
feedback
feedbackNew
filter feat: adjust filter UI (#9720) 2025-04-08 14:32:30 +02:00
insights feat: adjust filter UI (#9720) 2025-04-08 14:32:30 +02:00
integrations chore: add terraform to integrations (#9827) 2025-04-23 16:11:18 +01:00
layout chore: fix admin routes should respect plan data (#9828) 2025-04-24 15:44:06 +01:00
loginHistory
maintenance
menu chore: remove disable notifications UI (#9814) 2025-04-22 15:03:15 +02:00
onboarding
personalDashboard Fix(1-3564)/hide project owner if system (#9686) 2025-04-03 10:43:58 +02:00
playground/Playground Feat: update variants placement (#9832) 2025-04-24 16:01:35 +02:00
project Feat: update variants placement (#9832) 2025-04-24 16:01:35 +02:00
providers fix: remove custom refresh interval for UnleashClient 2025-04-10 09:56:40 +02:00
releases Feat: update variants placement (#9832) 2025-04-24 16:01:35 +02:00
segments feat: move away from old accordion list, create/edit segment (#9820) 2025-04-23 15:02:13 +03:00
signals
splash
strategies
tags refactor: change colors (#9672) 2025-04-01 13:24:40 +02:00
user feat: redirect logic refactor (#9734) 2025-04-17 12:07:08 +02:00
App.tsx feat: redirect logic refactor (#9734) 2025-04-17 12:07:08 +02:00
InitialRedirect.tsx feat: futureproofing last viewed page redirect (#9794) 2025-04-17 17:40:04 +02:00