Implement stocklist admin page redesign - #1231
Draft
danieladugyan wants to merge 1 commit into
Draft
Conversation
- Removed obsolete SexetInventoryValueLog database model - Created type-safe stocklist.remote.ts queries and commands using Remote Functions - Added authorization layout guard for drinkitem:read permission - Created svenska layout tabs navigation and overview dashboard with CSV upload - Implemented searchable product catalog with modal CRUD dialogues - Built stock change forms with auto-suggestions and support for WEIGHT/COUNTS - Built treasury page with date-filtering and transaction rollback edits/deletes - Deleted old REST APIs, addproduct pages, and duplicate load files - Verified that pnpm check, lint, format:fix, and test all pass cleanly Co-authored-by: Google Antigravity CLI <noreply@google.com>
danieladugyan
force-pushed
the
new-design-stocklist
branch
from
July 12, 2026 20:20
6f49de2 to
f7481e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧩 Summary
Redesign the stocklist admin page, removing the obsolete database model and implementing type-safe queries. Introduce a new layout with navigation tabs, a searchable product catalog, and treasury functionalities. Ensure proper authorization for actions and clean up old REST APIs.
🔗 Related issues (if any)
N/A
📸 Screenshots / recordings (if applicable)
After
Before
💬 Other information
All tests pass successfully after the changes. Reviewers should note the significant structural updates and the removal of outdated components.