Commit graph

4 commits

Author SHA1 Message Date
Kieran Eglin
ba5803d756
Fixed da tests 2024-12-13 09:37:39 -08:00
Kieran Eglin
9a361fb5c1
Added tests for updated liveviews and live components 2024-12-12 15:24:47 -08:00
Kieran Eglin
771d2278d4
Refactored toggle liveview into a livecomponent 2024-12-12 11:37:02 -08:00
Kieran
d9c48370df
[Enhancement] Adds ability to enable/disable sources (#481)
* [Unrelated] updated module name for existing liveview module

* Updated toggle component and moved MP index table to a liveview

* [WIP] reverted MP index table; added source count to MP index

* Moved new live table to sources index

* Added 'enabled' boolean to sources

* Got 'enabled' logic working re: downloading pending media

* Updated sources context to do the right thing when a source is updated

* Docs and tests

* Updated slow indexing to maintain its old schedule if re-enabled

* Hooked up the enabled toggle to the sources page

* [Unrelated] added direct links to various tabs on the sources table

* More tests

* Removed unneeded guard in

* Removed outdated comment
2024-11-21 14:38:37 -08:00