templates/app
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
..
public chore: ui improvements + add github button 2025-03-11 16:03:44 +03:00
src Implement routing and search functionality enhancements 2025-03-30 21:44:23 -06:00
.gitignore feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
components.json feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
index.html chore(ui): improve template dialog 2025-03-11 16:38:13 +03:00
package.json Implement routing and search functionality enhancements 2025-03-30 21:44:23 -06:00
pnpm-lock.yaml Implement routing and search functionality enhancements 2025-03-30 21:44:23 -06:00
script.js refactor: convert template.yml files to template.toml format 2025-03-30 04:04:27 -06:00
tsconfig.app.json fix: adjust props 2025-03-10 00:20:19 -06:00
tsconfig.json feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
tsconfig.node.json feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
vite.config.ts feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00