Skip to content

🧱 Code Structure

Yonatan Magier edited this page Mar 17, 2023 · 2 revisions

The project (and Application.tsx specifically), is divided to 5 main components, located in src\renderer\components:


In addition, there are other components in src\renderer\components\common:

  • Notification - Pop-up notification for saving indication, non-intrusive errors, etc...
  • Shortcut - Used to display shortcut keystrokes
  • In the \Modals folder:
    • ConfirmModal - Approve/Cancel user dialog
    • ErrorModal - As the name suggests