Sidebar style update / Misc updates#431
Merged
ShaneIsrael merged 14 commits intodevelopfrom Feb 7, 2026
Merged
Conversation
Owner
Author
|
@dammitjeff the style updates I made |
Contributor
|
Ah, I see what you mean now when it comes to the styling. Yeah this is much better, I like it Not sure what the movie slate is exactly supposed to signify, perhaps having a spinning circle animation would be easier to convey something is happening in the background? |
Owner
Author
|
It's to show that a transcode operation is happening when the sidebar is closed. Wasn't really sure what icon to use. Definitely open to opinions. There are the options: https://mui.com/material-ui/material-icons/ |
… would never pick up transcoding the starts in the background if it wasn't already happening on first page load
Contributor
|
Nice, spinny logo is good :) |
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.
Some style updates to bring the transcoding status information a bit more in line with the rest of the sidebar.
extract_date_from_filefunction inutil.pythat attempts to extract the recording date from video metadata usingffprobe, falls back to filename patterns, and finally to the file creation timestamp.cli.pyandapi.pyto useextract_date_from_fileinstead of the previous filename-based method, ensuring more accurate and robust date extraction for video records.extract_date_from_filenameto_extract_date_from_filenameto clarify its internal use.TranscodingStatus.jsto use Material UI'sGridandIconButton, improved status polling logic for more responsive updates, and enhanced the visual display of transcoding progress and stopped state. Added a spinning sync icon for compact view and improved tooltip handling.Disk Space Indicator:
DiskSpaceIndicator.jsfor better visual alignment and consistency across different indicator states.Settings View: