webui: apply category on add + allow no category
api_add now forwards the chosen category to the daemon (and fixes a use-after-free reading it from the freed request). Mark issues #3, #8, #9 done in ISSUES.md. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
b633b7d216
commit
8295b8522c
2 changed files with 14 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
- ✅ Set Location doesn't work, it should also show the current location.
|
||||
- ⬛ I need a way to modify a category (including Uncategorozied).
|
||||
- ⬛ Adding a Category means I can't have none selected on adding a torrent.
|
||||
- ✅ Adding a Category means I can't have none selected on adding a torrent.
|
||||
- ⬛ Category default download location does nothing as changing it doesn't change the download location. Download location should be greyed out by default with the default location shown. Clicking should allow you to change the location. If the location is set it shouldn't change if the category is changed.
|
||||
- ✅ Automation variables at half window width makes the script unseeable. It should be displayed above the script if the window is to narrow.
|
||||
- ⬛ We need to implement the RSS and Search Tabs.
|
||||
- ⬛ I need to be able to add Tags on adding a torrent.
|
||||
- ⬛ Categories aren't saved across restart.
|
||||
- ⬛ Pausing a torrent will go back into Downloading and Seeding.
|
||||
- ✅ Categories aren't saved across restart.
|
||||
- ✅ Pausing a torrent will go back into Downloading and Seeding.
|
||||
- ⬛ A torrents data could overlap with another existing torrent. This should be blocked to avoid
|
||||
Loading…
Add table
Add a link
Reference in a new issue