feat: Enhance Search component with session state management and UI improvements
This commit introduces session storage functionality in the Search component, allowing users to persist their search state across page reloads. The UI has been updated for better clarity, including improved labels and placeholders for input fields. Additionally, the search options have been reorganized for a more intuitive user experience. Documentation has been updated to reflect these changes.
This commit is contained in:
@@ -67,3 +67,4 @@ def update_role_permissions(
|
||||
return RolePermissionsResponse(features=features, permissions=permissions)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -336,3 +336,4 @@ def get_video_file(
|
||||
return response
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -41,3 +41,4 @@ class RolePermissionsUpdateRequest(BaseModel):
|
||||
return [RoleFeatureSchema(**feature) for feature in ROLE_FEATURES]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -89,3 +89,4 @@ class RemoveVideoPersonResponse(BaseModel):
|
||||
message: str
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user