Files
tubearchivist/frontend
Craig Alexander aefd678dca Add test notification button (#996)
* Add api to test notifications before you save

* Add button to UI

* Inspect apprise logs to get errors

* Better formatting around errors coming back from the test notification endpoint

* Use apprise's built in log capture

* Instruct the user to get error from container log instead of intercepting and parsing apprise logs

* refac move to test method on notification class

---------

Co-authored-by: Simon <simobilleter@gmail.com>
2025-07-11 17:30:50 +07:00
..
2025-06-05 10:19:16 +07:00
2025-07-11 17:30:50 +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-07-03 00:05:14 +02:00
2025-07-03 00:05:14 +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