Feature/toast#39
Open
bella-247 wants to merge 5 commits into
Open
Conversation
…er dashboard, and update database reset utility
- Updated admin_panel.fxml to include a header with navigation buttons and improved spacing. - Modified auction_detail.fxml to enhance the layout, including a new thumbnail list view and updated labels for clarity. - Created create_auction.fxml and create_auction_dialog.fxml for a new auction creation feature with validation. - Enhanced gallery.fxml with a tile layout for auction cards and improved filter options. - Revamped user_dashboard.fxml to streamline user interactions, including auction management and bid tracking.
…d readability and structure; add auction management redirection for sellers; enhance UI elements in auction detail view; implement database schema and seed data for users and auction items; update gallery controller for better layout; add placeholder image; remove outdated task classification document.
…in refresh, snipe protection, timestamps Bug #1 - Remove dead broken create_auction_dialog.fxml Bug #2 - Fix getThumbnail to route by imageIndex (0/1/2 -> img1/img2/img3) Bug #3 - Fix client min-bid formula to match server integer math Bug #4 - Add missing handleRefresh method to AdminPanelController Bug #5 - Fix SessionManager.register to log USER_REGISTERED event Bug #6 - Fix AdminManager promote/demote to log PROMOTE_USER/DEMOTE_USER Bug #8 - Fix snipe protection boundary (< 30 -> <= SNIPE_PROTECTION_SECONDS) Bug #11 - Fix DatabaseResetUtil timestamps to use Instant (timezone-safe) Also: fix stale ConcurrentBiddingAndPollingStressTest to match current API
…ller to use Toast for error messages; enhance MockDataGenerator with auction images; style toast notifications in CSS; modify admin panel FXML for dashboard refresh action
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.
No description provided.