Skip to content

Conversation

@Co0ob1iee
Copy link
Owner

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

claude and others added 2 commits November 16, 2025 08:42
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
@Co0ob1iee Co0ob1iee merged commit d96c389 into main Nov 16, 2025
3 of 6 checks passed
@Co0ob1iee Co0ob1iee deleted the claude/sprint-1-gui-planning-016jDUBD7C19JEjuLp3PPipw branch November 16, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants