Alex Jbanca
07ac4eb8a6
fix(StatusQ): Don't emit layoutChanged on source model reset in MovableModel
...
+ Update tests
2024-03-07 22:07:49 +02:00
Alex Jbanca
4d6082e806
feat(ProfileShowcase): Updates based on comments
2024-03-06 14:49:54 +02:00
Alex Jbanca
c916bfa84e
feat(ProfileShowcase): Fixing MovableModel signal handling after the sync state changes
...
1. Fixing duplicate connections on source model
2. Update connections and indexes when the internal data gets reset
2024-03-06 14:49:54 +02:00
Michał Cieślak
0d4e7bd458
StatusQ(MovableModel): layoutChanged handling fixed
...
Closes : #13602
2024-02-22 14:39:31 +01:00
Michał Cieślak
b949fb7b3b
StatusQ(MovableModel): Methods naming refactor, Storybook pages updated/improved
2024-02-21 09:42:05 +01:00
Michał Cieślak
f747791f50
StatusQ(MovableModel): Add ability to restore and bypass original order of source model
2024-02-21 09:42:05 +01:00
Michał Cieślak
3859c5c76e
chore(StatusQ/MovableModel): fix index creation in data() method
2024-02-07 10:33:45 +01:00
Michał Cieślak
e51667911d
StatusQ: MovableModel proxy for setting custom order over source model
...
Proxy decorating source mode with additional method move(from, to, count)
similar to that available in ListModel. The custom order is stored within
a proxy, not altering the original model. May be useful whenever UI needs
to allow user to set custom order. Temporary state can be held in the
proxy, and send to the backend when changes are accepted.
Closes : #12686
2024-01-22 16:36:41 +01:00