9 Commits

Author SHA1 Message Date
d34805030f feat: frontend responding to backend SSE and refetching images 2025-04-26 20:32:01 +01:00
8cad29a661 feat: working android dev environment 2025-04-26 11:43:10 +01:00
2f26b5dfd9 feat(app): restructure routing and implement Search component
- Refactored the App component to streamline routing using the Router and Route components.
- Introduced a new Search component to handle search functionality, including input handling and result display.
- Removed inline search logic from the App component for better separation of concerns.
- Updated index.tsx to render the App component directly, simplifying the routing structure.
2025-04-14 08:47:57 +02:00
c99d6e4e6b feat(app): refactor App component and add Settings page
- Refactored the App component to utilize a new SearchCard component for rendering search results.
- Introduced a Settings page with FolderPicker and Shortcuts components for user configuration.
- Removed the ImagePage component as it was no longer needed.
- Updated routing to include the new Settings page and adjusted imports accordingly.
- Added a settings button to the main interface for easy access to the new settings functionality.
2025-04-13 22:48:26 +02:00
f89de6db50 feat(authorization): e2e working authorization 2025-04-11 19:58:25 +01:00
2302ba5eeb feat: minimal UI for login 2025-04-11 11:08:33 +01:00
5a766b8371 wip 2025-03-17 21:00:52 +01:00
863716c096 feat: super basic image search 2025-03-08 15:37:10 +00:00
df16298b1f added a bunch of frontend things 2025-02-23 19:30:11 +01:00