feat: area context menu & notification system #3

Merged
yehoshuasandler merged 1 commits from improved-area-context-menu into main 2023-07-01 12:31:25 -05:00
yehoshuasandler commented 2023-07-01 12:29:21 -05:00 (Migrated from github.com)

Area Context Meu

  • Area context menu now uses tailwind for styles (still don't know why konva-react sometimes does not like css classes).
  • Reprocess, delete, and language change added to area context menu

Notification System

  • Notification Provider added in to support success and error messages to user.
  • Instantiated inside of all other Context Providers
  • Has self managing Queue
  • Developer pushes notifications to the Queue when interacting with Provider
### Area Context Meu * Area context menu now uses tailwind for styles _(still don't know why `konva-react` sometimes does not like css classes)_. * Reprocess, delete, and language change added to area context menu ### Notification System * Notification Provider added in to support success and error messages to user. * Instantiated inside of all other Context Providers * Has self managing Queue * Developer pushes notifications to the Queue when interacting with Provider
Sign in to join this conversation.
No description provided.