Conversation
Toast Notification System: - Created ToastNotification control with modern design - Support for 4 types: Success, Info, Warning, Error - Smooth slide-in/slide-out animations with CubicEase - Auto-hide timer (configurable duration) - Custom icons and colors per notification type - Close button with hover effects - Drop shadow for professional look ToastNotificationManager Service: - Singleton manager for centralized toast handling - Stack-based toast positioning (max 5 toasts) - Automatic repositioning when toasts close - Fallback to standalone window if container not initialized - Grid-based container support for in-app toasts - Methods: ShowSuccess, ShowInfo, ShowWarning, ShowError Replaced Balloon Tips: - Updated ScreenshotOverlay.xaml.cs to use ToastNotificationManager - Updated ScreenshotManager.cs upload notifications - Replaced all TrayIconManager.ShowNotification() calls - Modern in-app notifications instead of system balloon tips Upload History Window: - Complete history of cloud uploads (last 100) - Display: Index, URL, Filename, Provider, Status - Color-coded status indicators - Actions per upload: - Copy URL to clipboard - Re-upload to cloud - Open URL in browser - Click URL to copy (with toast notification) - Empty state when no uploads - Real-time status updates Features: - Re-upload functionality with progress feedback - Error handling with toast notifications - Automatic URL clipboard copy on re-upload success - Provider and status tracking - Chronological sorting (newest first) Menu Integration: - Added "Historia uploadów" to tray icon menu - Accessible via TrayIconManager context menu - Shows UploadHistoryWindow on click Technical Implementation: - ObservableCollection for dynamic UI updates - DataTemplate for upload item rendering - Async re-upload with await pattern - BitmapImage loading from file path - Process.Start for browser opening - Toast notifications for user feedback This completes Sprint 3 notification and upload tracking features as outlined in docs/planning/sprint-3-tasks.md
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.
Toast Notification System:
ToastNotificationManager Service:
Replaced Balloon Tips:
Upload History Window:
Features:
Menu Integration:
Technical Implementation:
This completes Sprint 3 notification and upload tracking features as outlined in docs/planning/sprint-3-tasks.md