You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The library UI is for users to browse through recordings they have created using the tool. The backend for library should be the browser's persisted storage.
Describe the solution you'd like LibraryListView should show recordings sorted by,
latest first and otherwise
name(is this of any use at all?)
The same view must also enable filters by
recording date range
topic/subject tags
folders
Each RecordingItem in the list, should show
thumbnail with quickplay
name
subject tags
recorded on
download action
cloud sync status, disabled is also a status
Item can also be a folder in which case it will have a name, apply topic/subject tags, item count, sync enabled, sync status.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
library
UI is for users to browse through recordings they have created using the tool. The backend for library should be the browser's persisted storage.Describe the solution you'd like
LibraryListView
should show recordings sorted by,The same view must also enable filters by
Each
RecordingItem
in the list, should showdisabled
is also a statusItem can also be a
folder
in which case it will have a name, apply topic/subject tags, item count, sync enabled, sync status.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: