mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #68] [Feature]: Expand / Collapse tree in Inventory - Save last view #82
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#82
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nothing-fr on GitHub (Mar 3, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/68
Feature Description
Also, the view is not saved from one session to the next. Is it possible to keep the last selected view ?
Problem / Use Case
Proposed Solution
Alternatives Considered
No response
Category
UI / UX
How important is this feature to you?
Nice to have
Additional Context
Just for QoL
Contribution
@adminsyspro commented on GitHub (Mar 4, 2026):
Implémenté dans
a474bb8:expandedItems+onExpandedItemsChange)inventoryViewMode), les items dépliés (inventoryExpandedItems) et les sections repliées (inventoryCollapsedSections) sont sauvegardés et restaurés entre les sessionsisHydratedpour éviter les mismatchesinventory.expandAll/inventory.collapseAll)@adminsyspro commented on GitHub (Mar 4, 2026):
Implemented in
a474bb8:expandedItems+onExpandedItemsChangeinventoryViewMode), expanded items (inventoryExpandedItems) and collapsed sections (inventoryCollapsedSections) are saved and restored across sessionsisHydratedpattern to avoid mismatchesinventory.expandAll/inventory.collapseAll)@nothing-fr commented on GitHub (Mar 4, 2026):
Everything seems to be working fine, thank you for your consideration and responsiveness ;)