-
Notifications
You must be signed in to change notification settings - Fork 12
🧱 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
:
-
MathSidebar
(Currently untouched)
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
-