Files
tubearchivist/frontend
Baku e68a9f9f1f Update SettingsActions.tsx (#985)
* Update SettingsActions.tsx

Fix typo ("infos" > "info")

* fix pre-commit

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-06-03 23:37:18 +07:00
..
2025-04-05 13:16:30 +02:00
2025-06-03 23:37:18 +07:00
2025-01-06 21:08:51 +07:00
2025-01-06 19:04:41 +01:00
2025-01-06 21:08:51 +07:00
2025-05-23 18:55:29 +02:00
2025-05-23 18:55:29 +02:00
2024-12-22 21:59:30 +07:00

Tubearchivist Frontend React

Folder structure

src ┐
    ├───api
    │   ├───action    // Functions that do write (POST,DELETE) calls to the backend
    │   └───loader    // Functions that do read-only (GET,HEAD) calls to the backend
    ├───components    // React components to be used in pages
    ├───configuration // Application configuration.
    │   ├───colours   // Css loader for themes
    │   ├───constants // global constants that have no good place
    │   └───routes    // Routes definitions used in Links and react-router-dom configuration
    ├───functions     // Useful functions and hooks
    ├───pages         // React components that define a page/route
    └───stores        // zustand stores