You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular renders static markup faster than dynamic markup, such as markup generated via ng-repeat. When generating static and dynamic objects, Packery will append the dynamic after the static despite their original source order.
A need to maintain user preferred order and/or positions of Packery objects. For instance, in a dashboard view with multiple widgets, a user may re-order widgets and wish to maintain this preference through later sessions.
Adding support to manage object order and/or positions could potentially address both issues. However, as Packery supports any grid size (down to 1x1 pixel), managing order would also require managing positions.
I'm not sure if this is something that should be added on a project basis, to fit individual needs, or via this modules where I believe it could potentially introduce a larger amount of fringe case bugs.
I'm opening this issue to come back to at a later time and hopefully get some feedback from others.
The text was updated successfully, but these errors were encountered:
This idea stems from 2 use cases:
Adding support to manage object order and/or positions could potentially address both issues. However, as Packery supports any grid size (down to 1x1 pixel), managing order would also require managing positions.
I'm not sure if this is something that should be added on a project basis, to fit individual needs, or via this modules where I believe it could potentially introduce a larger amount of fringe case bugs.
I'm opening this issue to come back to at a later time and hopefully get some feedback from others.
The text was updated successfully, but these errors were encountered: