Commit Graph

34 Commits

Author SHA1 Message Date
sHa
1a006e75b8 feat: Enhance filtering capabilities by adding support for variants in Filter, Header, and Home components 2025-06-12 17:34:43 +03:00
sHa
b4bd726dad feat: Add Filter, ListViewSwitcher, SearchBar, and ThemeSwitcher components
- Implemented Filter component for managing tags and brands with localStorage and URL parameter updates.
- Created ListViewSwitcher component to toggle between compact, grid, and list views.
- Developed SearchBar component with global hotkey support for quick access and URL search parameter management.
- Added ThemeSwitcher component to allow users to switch between system, light, and dark themes.
2025-06-12 16:14:17 +03:00
sHa
9f315ac247 feat: refactor Header and Footer styles for improved layout and consistency 2025-05-29 21:09:34 +03:00
sHa
23a45aaf71 feat: update border-radius of selected filter buttons for improved styling 2025-05-29 20:37:42 +03:00
sHa
670c265db1 feat: add additional color variable and update selected filter button styles for improved UI 2025-05-29 20:36:46 +03:00
sHa
f1731e55dd feat: update Header component to use allLogos for accurate logo count display 2025-05-29 17:27:10 +03:00
sHa
ac263276af feat: reorganize filter display and improve layout for selected tags and brands 2025-05-29 16:23:25 +03:00
sHa
2010eb6704 feat: refactor header layout for improved responsiveness on mobile 2025-05-29 15:48:16 +03:00
sHa
341571d920 feat: remove mobile logo count display and clean up responsive styles in header 2025-05-29 14:55:08 +03:00
sHa
07931e9767 feat: add mobile logo count display and responsive styles for header 2025-05-29 14:19:34 +03:00
sHa
2212c6db17 feat: enhance layout styles for better responsiveness and visual consistency 2025-05-29 13:21:22 +03:00
sHa
52a4292079 feat: add brand filtering functionality and integrate with localStorage 2025-05-29 13:00:27 +03:00
sHa
436d6847b2 feat: update tag labels for consistency and add clear all filters functionality 2025-05-29 11:45:14 +03:00
sHa
e1165b72d8 refactor: improve tag filtering logic and clean up unused styles 2025-05-29 11:04:20 +03:00
sHa
aac4889a25 refactor: rename 'Tags' to 'Categories' and update placeholder text in search input 2025-05-29 04:21:47 +03:00
sHa
13077a9925 style: update header layout and adjust tag background color for consistency 2025-05-29 04:18:22 +03:00
sHa
9c63c940cb feat: enhance tag filtering with search functionality and update compact mode toggle 2025-05-29 04:05:33 +03:00
sHa
9d91721ab8 feat: update tag filtering UI with new dropdown and compact mode options 2025-05-29 03:03:49 +03:00
sHa
016239c30f style: remove comment on border-radius in Header component 2025-05-29 02:03:14 +03:00
sHa
fe67375590 feat: refactor theme and view mode switchers to use button group styles 2025-05-29 01:53:37 +03:00
sHa
5a5202eb80 feat: add compact view mode and integrate CardTiny component for logo display 2025-05-29 01:36:07 +03:00
sHa
1849a0ef49 feat: enhance search bar styling and improve keyboard accessibility 2025-05-28 21:30:21 +03:00
sHa
7ab514335d feat: add global search hotkey functionality and display hint in header 2025-05-26 16:44:41 +03:00
sHa
1c0247dc39 feat: update setTheme prop to a constant function in multiple components for consistency 2025-05-16 02:33:58 +03:00
sHa
5d1bae8008 Refactor Home and Preview pages for improved data handling and UI components
- Updated Home.svelte to streamline app data initialization and reactivity.
- Removed unnecessary intervals and checks for app data updates.
- Enhanced data binding for logos, view modes, and themes.
- Simplified the structure of the Header and Footer components.
- Introduced CardList and CardSquare components for better logo display.
- Improved routing with a NotFound page for unmatched routes.
- Added a RouteHeader component for search functionality and theme switching.
- Enhanced styling for better user experience across components.
2025-05-16 02:24:04 +03:00
sHa
9509ef0688 feat: refactor layout and styling for improved responsiveness and accessibility; add Footer component 2025-05-15 15:49:56 +03:00
sHa
d30e2f9e0b Implement routing and improve app data management
- Integrated svelte-spa-router for navigation between Home and Preview pages.
- Refactored App.svelte to manage global app data and handle search queries, compact mode, and view mode changes.
- Updated Grid and List components to navigate to the Preview page instead of using modals.
- Created Home.svelte to serve as the main page, utilizing global app data for rendering.
- Enhanced Preview.svelte to fetch logos and display the selected logo based on URL parameters.
- Improved data handling and reactivity across components, ensuring UI updates reflect changes in global state.
- Added logging for better debugging and tracking of state changes.
2025-05-15 10:32:15 +03:00
sHa
fbe239c1fe Added favicon 2025-05-12 16:54:41 +03:00
sHa
f017d480e8 Enhance Header and List components with compact mode functionality 2025-05-04 12:48:15 +03:00
sHa
63fa0b8229 Implement search query handling in Header component and synchronize with URL parameters 2025-05-04 11:33:52 +03:00
sHa
52ff5da978 Enhance search functionality in Header component with clear button and improved input handling 2025-05-04 11:21:36 +03:00
sHa
6d83122c1b Refactor Header component: improve button formatting, enhance tag dropdown styles, and update SVG attributes for better readability and accessibility. 2025-05-01 14:39:02 +03:00
sHa
27ae28be63 Refactor Header and Preview components: update tag handling styles, rename dropdown class, and clean up unused modal styles. 2025-05-01 14:28:01 +03:00
sHa
a49568a389 Add new logos and refactor header component 2025-05-01 01:51:14 +03:00