templates/app/src
Mauricio Siu fa3a75a9ba Implement routing and search functionality enhancements
- Wrapped the main application in a BrowserRouter to enable routing.
- Integrated react-router-dom for managing search parameters in the Search component.
- Updated search functionality to initialize from URL parameters and reflect changes in the URL when the search query is modified.
- Added logic to filter templates based on search query and selected tags, improving user experience.
2025-03-30 21:44:23 -06:00
..
assets feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
components Implement routing and search functionality enhancements 2025-03-30 21:44:23 -06:00
lib feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
store chore: minor ui fixes 2025-03-12 06:50:36 +03:00
App.css feat: Add dark mode theme support with Radix UI dropdown menu 2025-03-10 00:27:47 -06:00
App.tsx Implement routing and search functionality enhancements 2025-03-30 21:44:23 -06:00
index.css chore: ui improvements + add github button 2025-03-11 16:03:44 +03:00
main.tsx feat: Add dark mode theme support with Radix UI dropdown menu 2025-03-10 00:27:47 -06:00
mode-toggle.tsx chore: ui improvements + add github button 2025-03-11 16:03:44 +03:00
theme-provider.tsx feat: Add dark mode theme support with Radix UI dropdown menu 2025-03-10 00:27:47 -06:00
vite-env.d.ts feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00