-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add missing context menu items #1951
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f124bdc - Browse repository at this point
Copy the full SHA f124bdcView commit details -
feat: add copy stream and file download
File download are just ported legacy code, might want to fix it Also context menu aren't properly showing it on home screen
Configuration menu - View commit details
-
Copy full SHA for 79f9171 - Browse repository at this point
Copy the full SHA 79f9171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c3295 - Browse repository at this point
Copy the full SHA 04c3295View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1658c - Browse repository at this point
Copy the full SHA 0d1658cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e99d1b4 - Browse repository at this point
Copy the full SHA e99d1b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b414d0b - Browse repository at this point
Copy the full SHA b414d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971b848 - Browse repository at this point
Copy the full SHA 971b848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d29232 - Browse repository at this point
Copy the full SHA 6d29232View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2877ccf - Browse repository at this point
Copy the full SHA 2877ccfView commit details -
chore: cleanup legacy code and i18n strings
Removed the fallback clipboard copy code since it looks like the whole project is targeting es2022. Also cleanup/restructure some i18n strings
Configuration menu - View commit details
-
Copy full SHA for 65442ec - Browse repository at this point
Copy the full SHA 65442ecView commit details
Commits on Apr 14, 2023
-
refactor: handle clipboard and download with native Tauri API for Tau…
…ri app Added the following packages: - tauri-apps/api - tauri_plugin_upload (handle stream download) Both clipboard and file download should now use their respective native API. Clipboard use either the navigator or tauri clipboard API File download use the <a> download trick or use the downloader from tauri_plugin_upload since using stream download would be better so it does not eat memory. Added a new task to handle file download announcement (Tauri only) Maybe add a way to announce error to the task manager. Also cleaned up old legacy code for file download.
Configuration menu - View commit details
-
Copy full SHA for 6c706cd - Browse repository at this point
Copy the full SHA 6c706cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fc935f - Browse repository at this point
Copy the full SHA 3fc935fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6dd577 - Browse repository at this point
Copy the full SHA f6dd577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d0821 - Browse repository at this point
Copy the full SHA 53d0821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4951efe - Browse repository at this point
Copy the full SHA 4951efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3057959 - Browse repository at this point
Copy the full SHA 3057959View commit details
Commits on Apr 15, 2023
-
chore: half revert "refactor: handle clipboard and download with nati…
…ve Tauri API for Tauri app" This half reverts commit 6c706cd. Only remove the Tauri part since it would be better to make separate PR for it.
Configuration menu - View commit details
-
Copy full SHA for 19969c4 - Browse repository at this point
Copy the full SHA 19969c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ac2be3 - Browse repository at this point
Copy the full SHA 4ac2be3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28225c7 - Browse repository at this point
Copy the full SHA 28225c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3db6081 - Browse repository at this point
Copy the full SHA 3db6081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e45c1 - Browse repository at this point
Copy the full SHA 95e45c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd6711 - Browse repository at this point
Copy the full SHA 8dd6711View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1962a4 - Browse repository at this point
Copy the full SHA f1962a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 172e4da - Browse repository at this point
Copy the full SHA 172e4daView commit details -
fix: do not include Year search if type is BoxSet and Person
More inline with jf-web since they did not include it
Configuration menu - View commit details
-
Copy full SHA for 6e57b40 - Browse repository at this point
Copy the full SHA 6e57b40View commit details
Commits on Apr 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb43ba5 - Browse repository at this point
Copy the full SHA fb43ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0797928 - Browse repository at this point
Copy the full SHA 0797928View commit details -
refactor: use MediaSources for media info button check
Instead of manually using item check, this works much better and consistently. Just need to add the item fields to relevant request.
Configuration menu - View commit details
-
Copy full SHA for 1f5788b - Browse repository at this point
Copy the full SHA 1f5788bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0615e97 - Browse repository at this point
Copy the full SHA 0615e97View commit details -
feat: support multiple streams for all the context menu
The following context menu has been adjusted for multiple media streams: - Delete (should correctly delete the selected stream) - Identify (should correctly applied to selected stream) - Media Info (should show ONLY the selected stream) - Metadata editor (should correctly show/edit the selected stream) The multi-supported context menu would only show on the following: - Item page - Playback bar (audio mode) If a multiple streams got selected outside the item page, it will show the first stream information only. (with the exception of Media info)
Configuration menu - View commit details
-
Copy full SHA for 524d268 - Browse repository at this point
Copy the full SHA 524d268View commit details