Perplexica/ui/components
haddadrm 7b15f43bb3 Made enhancements to the library interface!
1. Search Functionality:

-Added a search box with search icon and "Search your threads..." placeholder
-Real-time filtering of threads as you type
-Clear button (X) when text is entered

2. Thread Count Display:

-Added "You have X threads in Perplexica" below the search box
-Only shows in normal mode (hidden during selection)

3. Multiple delete functionality:
-"Select" button in the top right below Search Box
-Checkboxes that appear on hover and when in selection mode
-Selection mode header showing count and actions
  -When in selection mode, shows "X selected thread(s)" on the left
  -Action buttons (Select all, Cancel, Delete Selected) on the right
-Disabled Delete Selected button when no threads are selected
-Confirmation dialog using the new BatchDeleteChats component

4. Terminology Update:
-Changed all instances of "chats" to "threads" throughout the interface
2025-02-25 13:30:35 +04:00
..
MessageActions Add DeepSeek and LMStudio providers 2025-02-25 08:53:53 +04:00
MessageInputActions feat(focus): only icon on small devices 2024-11-30 20:58:11 +05:30
theme feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
ui feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
BatchDeleteChats.tsx Made enhancements to the library interface! 2025-02-25 13:30:35 +04:00
Chat.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
ChatWindow.tsx feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
DeleteChat.tsx feat(delete-chat): use window.location to refresh page 2024-10-30 09:11:48 +05:30
EmptyChat.tsx feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
EmptyChatMessageInput.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
Layout.tsx update(ui): re-manage theme config 2024-05-27 11:49:09 +08:00
MessageBox.tsx Add DeepSeek and LMStudio providers 2025-02-25 08:53:53 +04:00
MessageBoxLoading.tsx feat(app): implement library feature 2024-06-29 11:09:51 +05:30
MessageInput.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
MessageSources.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
Navbar.tsx feat(navbar): remove comments 2024-10-29 20:00:31 +05:30
SearchImages.tsx feat(app): add auto video & image search 2025-02-15 11:29:59 +05:30
SearchVideos.tsx feat(app): add auto video & image search 2025-02-15 11:29:59 +05:30
Sidebar.tsx feat(settings): add new settings page 2025-02-15 11:31:08 +05:30