feat(strm): one-click STRM generate button, progress dialog + task center#308
Open
okatu-loli wants to merge 6 commits into
Open
feat(strm): one-click STRM generate button, progress dialog + task center#308okatu-loli wants to merge 6 commits into
okatu-loli wants to merge 6 commits into
Conversation
- Toolbar generate button is now an icon (RightIcon) matching siblings; align storages-page button height with default-size row buttons. - Refactor StrmGenerate into a render-prop core shared by the button and the toolbar icon. - Register strm_generate in the task center (admin sidemenu + page) so generation is trackable like other tasks. - Progress window is hideable: hiding keeps the backend task running and polling alive, so the success toast still fires.
β Deploy Preview for alist-web ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Frontend for one-click STRM generation (companion to the alist backend PR adding
POST /api/admin/strm/generate+ thestrm_generatetask group).Changes
RightIcon) β shown only to admins when the current storage provider isStrmβ matching the other toolbar icons.strm_generatein the manage sidebar (admin) and adds a task page so generation is trackable/retriable like copy/upload tasks.global,home,manage,tasks); other languages via Crowdin.Notes