Commit Graph

36 Commits

Author SHA1 Message Date
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
Mauricio Siu
ec644490be refactor: convert template.yml files to template.toml format
- Updated the script to convert 'template.yml' files to 'template.toml' files during directory processing.
- Added new 'template.toml' files for Backrest and BlinkO blueprints with appropriate configuration settings.
2025-03-30 04:04:27 -06:00
Mauricio Siu
4d089e1f58 refactor: remove unused blueprints path variable
- Deleted the blueprints path variable from script.js as it is no longer needed after recent changes to the template file format.
2025-03-30 00:56:01 -06:00
Mauricio Siu
efe26cc173 refactor: remove deprecated YAML template files
- Deleted all 'template.yml' files from various blueprints as part of the transition to TOML format.
- Updated the script to delete the 'template.yml' files instead of converting them to 'template.toml'.
2025-03-30 00:55:40 -06:00
Mauricio Siu
2dab17bbc0 refactor: change template file format from YAML to TOML
- Updated the TemplateDialog and TemplateGrid components to use 'template.toml' instead of 'template.yml'.
- Modified the CodeEditor component to support 'toml' as a valid language option.
2025-03-30 00:54:42 -06:00
Mauricio Siu
0f16376f98 chore: add yaml and toml dependencies, and create script for converting YAML to TOML
- Added 'yaml' and '@iarna/toml' dependencies in package.json.
- Created a new script.js file to process YAML files and convert them to TOML format.
- Added template.toml files for various blueprints in the blueprints directory.
2025-03-30 00:51:49 -06:00
Mauricio Siu
7e1d9df7e1 fix: update navigation link for issue reporting
- Changed the button link in the Navigation component to direct users to the new issues page for templates instead of the discussions page for ideas.
2025-03-24 00:14:24 -06:00
Mauricio Siu
d198755d25 chore: remove deploy preview workflow from GitHub Actions
- Deleted the deploy preview workflow file as it is no longer needed.
- This change simplifies the workflow configuration and reduces maintenance overhead.
2025-03-16 11:19:59 -06:00
Mauricio Siu
9ec6c4f944 chore(ui): adjust padding and logo size in Navigation and Search components 2025-03-15 12:01:55 -06:00
Zakher Masri
6b812866bd fix: bottom padding in dialog header 2025-03-12 06:51:51 +03:00
Zakher Masri
3866b6b382 chore: minor ui fixes 2025-03-12 06:50:36 +03:00
Mauricio Siu
523d12e6f3 Merge branch 'main' into ui/loading 2025-03-11 20:49:16 -06:00
Mauricio Siu
53359d81c5 Merge branch 'main' into feat/tags 2025-03-11 20:48:25 -06:00
Mauricio Siu
f9ba3adf8f
Merge branch 'main' into chore/ui-2 2025-03-11 20:47:31 -06:00
Mauricio Siu
8a9bc2f02d chore: Add Zustand state management library 2025-03-11 20:44:16 -06:00
Zakher Masri
f84929af35 chore: minor ui fixes 2025-03-11 18:10:55 +03:00
Zakher Masri
8edfd658f6 fix: clicking on tag in card 2025-03-11 17:55:50 +03:00
Zakher Masri
df2ddfdab0 chore(ui): improve search UI 2025-03-11 17:43:30 +03:00
Zakher Masri
cf5195f40c chore: ability to click tag in card 2025-03-11 17:19:40 +03:00
Zakher Masri
41f66e23a4 feat: add tags ability to filter by tags 2025-03-11 17:15:21 +03:00
Zakher Masri
41e6f00685 fix: dialog close button z index 2025-03-11 16:40:52 +03:00
Zakher Masri
0028fcffc7 chore(ui): improve template dialog 2025-03-11 16:38:13 +03:00
Zakher Masri
42302fd53d chore: ui improvements + add github button 2025-03-11 16:03:44 +03:00
Mauricio Siu
df6f80cc59 feat: Integrate CodeMirror for enhanced code viewing with syntax highlighting 2025-03-10 00:39:32 -06:00
Mauricio Siu
f2be84585e feat: Add copy to clipboard functionality for Docker Compose and configuration files 2025-03-10 00:32:47 -06:00
Mauricio Siu
fa221c06b5 feat: Add dark mode theme support with Radix UI dropdown menu 2025-03-10 00:27:47 -06:00
Mauricio Siu
294890c219 fix: adjust props 2025-03-10 00:20:19 -06:00
Mauricio Siu
f6284bbb41 feat: Initialize Dokploy Blueprints React application with core UI components 2025-03-10 00:17:45 -06:00
Mauricio Siu
46e624c055 Remove Docker and GitHub Actions configuration for templates server 2025-03-09 14:09:20 -06:00
Mauricio Siu
07aaddcc09 Add meta.json and update server infrastructure for template management 2025-03-09 13:13:51 -06:00
Mauricio Siu
de665b6ed7 Remove app directory and simplify project structure 2025-03-01 02:47:32 -06:00
Mauricio Siu
7d1b05ef3f Refactor Dockerfile to simplify static file serving 2025-03-01 02:45:31 -06:00
Mauricio Siu
0f94dde28c Add GitHub Actions workflow and Dockerfile for Docker image deployment 2025-03-01 02:43:35 -06:00
Mauricio Siu
4d20a9a25e Simplify Hono server and remove dynamic index generation 2025-03-01 02:37:24 -06:00
Mauricio Siu
3d8f598eb8 Add dynamic templates index page with responsive design 2025-03-01 02:33:06 -06:00
Mauricio Siu
332f89ed6f Initialize app with Hono server and template index generation 2025-03-01 02:27:49 -06:00