Thomas Heartman
6ff20cc7ff
Propagate to use IConstraintWithId everywhere until editor stops complaining.
...
This now passes checks to be "valid", but it doesn't do anything in and of itself. We still need to actually provide an id for these things to matter.
I'm wondering whether it'd be better to make id mandatory on the regular constraints and add it on every incoming constraint.
2025-07-18 13:18:48 +02:00
Jaanus Sellin
9aa0c4c738
feat: constraints that are in recents will have generated key ( #9996 )
...
Previously it was trying to get constraint id for key, but id did not
exist. Now for unique keys, I am using the hashed constraint payload.
2025-05-15 10:50:59 +03:00
Gastón Fournier
abe160eb7d
feat: Unleash v7 ESM migration ( #9877 )
...
We're migrating to ESM, which will allow us to import the latest
versions of our dependencies.
Co-Authored-By: Christopher Kolstad <chriswk@getunleash.io>
2025-05-14 09:47:12 +02:00
Jaanus Sellin
aa885b9afd
feat: now recently used constraints are not shown if already in use ( #9984 )
2025-05-14 09:53:50 +03:00
Jaanus Sellin
8e05c92440
chore: align recently used constraints to designs ( #9904 )
...
Now both of the recents have aligned styling.
Now ConstraintAccordionView accepts dashed and solid borders.

2025-05-06 15:42:38 +03:00
Jaanus Sellin
3c6d797234
feat: recently used constraints have use this button now ( #9871 )
...
Also splitted actions, so we have edit view actions, and view actions.

2025-04-30 14:12:49 +03:00
Jaanus Sellin
3ec1daad2b
feat: now recent constraints work e2e ( #9868 )
...
Small intermediate cleanup.
Next step is to add usage buttons.
2025-04-30 11:34:03 +03:00
Jaanus Sellin
cb987ac78b
feat: now updating/editing strategy will store constraints in recents ( #9861 )
2025-04-29 15:33:06 +03:00