8 Commits

Author SHA1 Message Date
9f215bb3d1 feat: working android dev environment 2025-04-22 15:26:48 +01:00
8af4f62492 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
ca2e98e4b4 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
7264c6ed32 feat(authorization): e2e working authorization 2025-04-11 19:58:25 +01:00
4dbe1508c2 feat: minimal UI for login 2025-04-11 11:08:33 +01:00
b29a013cde wip 2025-03-17 21:00:52 +01:00
9e3896a30f feat: super basic image search 2025-03-08 15:37:10 +00:00
ec13e70024 added a bunch of frontend things 2025-02-23 19:30:11 +01:00