dependabot[bot]
7e17c8f44b
chore: bump hono from 4.11.1 to 4.11.4
...
Bumps [hono](https://github.com/honojs/hono ) from 4.11.1 to 4.11.4.
- [Release notes](https://github.com/honojs/hono/releases )
- [Commits](https://github.com/honojs/hono/compare/v4.11.1...v4.11.4 )
---
updated-dependencies:
- dependency-name: hono
dependency-version: 4.11.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-13 22:17:50 +00:00
20c8026974
Merge pull request #25 from johndoe6345789/copilot/refactor-app-folder-structure
...
Implement JSON-driven architecture foundation with atomic components and hook-based wiring
2026-01-08 17:42:59 +00:00
copilot-swe-agent[bot]
1ed571860f
feat: implement Phase 1 - core infrastructure for JSON-driven architecture
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 17:33:13 +00:00
copilot-swe-agent[bot]
5925f81233
Initial plan
2026-01-08 17:14:19 +00:00
83866d9170
Merge pull request #24 from johndoe6345789/copilot/refactor-app-folder-structure
...
[WIP] Refactor app folder structure for config-driven components
2026-01-08 16:55:58 +00:00
copilot-swe-agent[bot]
5594be5c7d
Add example components, documentation, and fix type errors
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:46:12 +00:00
copilot-swe-agent[bot]
b04dbdb688
Add unit tests and fix test structure
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:40:58 +00:00
copilot-swe-agent[bot]
a854d3a185
Add component tree renderer, hooks, and tests
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:36:32 +00:00
copilot-swe-agent[bot]
3d502d8ab5
Initial plan
2026-01-08 16:28:53 +00:00
aa63545cd7
Merge pull request #23 from johndoe6345789/copilot/refactor-app-folder-structure
...
Refactor admin dashboard to be config-driven using features.json
2026-01-08 16:28:19 +00:00
copilot-swe-agent[bot]
c9e4d76aa3
Fix import ordering and remove backup files
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:20:17 +00:00
copilot-swe-agent[bot]
7a868a2cb7
Refactor admin dashboard to be config-driven with features.json
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:18:04 +00:00
copilot-swe-agent[bot]
ce17c4940d
Initial plan
2026-01-08 16:08:55 +00:00
4579d0e7ea
Merge pull request #22 from johndoe6345789/copilot/refactor-app-folder-structure
...
Refactor marketing pages to config-driven architecture
2026-01-08 16:08:10 +00:00
copilot-swe-agent[bot]
7eb2f0a03d
Fix sponsor configuration and add validation for logo dimensions
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:04:58 +00:00
copilot-swe-agent[bot]
fe8339f86a
Refactor navigation to use config-driven components
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:03:47 +00:00
copilot-swe-agent[bot]
37a0de6e4a
Refactor marketing pages to use config-driven components and styles
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 16:02:03 +00:00
copilot-swe-agent[bot]
6e78f0f582
Initial plan
2026-01-08 15:54:29 +00:00
19b6cc5818
Merge pull request #21 from johndoe6345789/copilot/refactor-ui-boilerplate-to-features-json
...
Add playbook runner and story generator utilities with atomic component refactoring
2026-01-08 15:52:32 +00:00
copilot-swe-agent[bot]
295af4fd97
Add implementation summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:29:04 +00:00
copilot-swe-agent[bot]
0d454c1973
Final code review improvements - consolidate imports and improve documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:28:01 +00:00
copilot-swe-agent[bot]
88b90d3266
Address code review feedback - improve import consistency and screenshot uniqueness
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:25:49 +00:00
copilot-swe-agent[bot]
4136f3c50d
Add Playwright playbook runner, Storybook generator, and comprehensive documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:23:41 +00:00
copilot-swe-agent[bot]
ef1a912833
Refactor admin components to use atomic component library and add utilities
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:20:10 +00:00
copilot-swe-agent[bot]
d7d5bbfb2b
Initial plan
2026-01-08 15:13:45 +00:00
0367be178d
Merge pull request #20 from johndoe6345789/copilot/refactor-ui-boilerplate
...
Implement atomic component library with features.json-driven Storybook stories
2026-01-08 15:12:16 +00:00
copilot-swe-agent[bot]
ea7ba8731c
Complete atomic component library with features.json integration
...
- Fix TypeScript errors in ComponentTreeRenderer and features.json schema
- Add missing 'sanitize' field to limit parameter
- Build succeeds for Next.js and Storybook
- Dynamic stories load configuration from features.json
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 15:03:13 +00:00
copilot-swe-agent[bot]
95de95e389
Remove DynamicStories.tsx with typing issues
2026-01-08 14:56:23 +00:00
copilot-swe-agent[bot]
a78d3743d6
Add dynamic Storybook stories loading from features.json
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:56:09 +00:00
copilot-swe-agent[bot]
7111ca899c
Create atomic component library and Storybook stories
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:48:35 +00:00
copilot-swe-agent[bot]
20ce8ec563
Initial plan
2026-01-08 14:43:48 +00:00
4a1d8865c1
Merge pull request #19 from johndoe6345789/copilot/redesign-features-json
...
Redesign features.json to eliminate SQL injection and code execution vulnerabilities
2026-01-08 14:42:27 +00:00
copilot-swe-agent[bot]
03d99598b1
Add SECURITY_IMPROVEMENTS.md documenting all security fixes
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:39:15 +00:00
copilot-swe-agent[bot]
a326196b51
Complete security redesign: secure SQL templates, safe component expressions, type safety
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:37:41 +00:00
copilot-swe-agent[bot]
4c2bc9e09c
Redesign sqlTemplates with secure Drizzle ORM structure
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:32:26 +00:00
copilot-swe-agent[bot]
3ce0573a3b
Initial plan
2026-01-08 14:25:25 +00:00
133d31c003
Merge pull request #18 from johndoe6345789/copilot/refactor-ui-boilerplate
...
Refactor UI components to JSON-driven architecture with SQL/test templates
2026-01-08 14:24:47 +00:00
copilot-swe-agent[bot]
d6cbaff3f9
Add security review documentation and recommendations
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:20:30 +00:00
copilot-swe-agent[bot]
9a814c06d2
Add comprehensive features.json guide documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:18:24 +00:00
copilot-swe-agent[bot]
0aacd8381b
Add SQL templates, Playwright playbooks, and Storybook stories to features.json
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:13:29 +00:00
copilot-swe-agent[bot]
a936cf26e7
Add refactoring summary documentation
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:08:00 +00:00
copilot-swe-agent[bot]
605e087cae
Fix TypeScript error in ComponentTreeRenderer
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:05:52 +00:00
copilot-swe-agent[bot]
afa910e6b8
Refactor TableManagerTab and ColumnManagerTab to use ComponentTreeRenderer
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 14:02:38 +00:00
copilot-swe-agent[bot]
4233aadc3f
Add ComponentTreeRenderer and expand features.json with tab component trees
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 13:59:56 +00:00
copilot-swe-agent[bot]
d65794e0ad
Initial plan
2026-01-08 13:54:45 +00:00
4e13a58aa0
Merge pull request #17 from johndoe6345789/copilot/add-translations-and-layouts
...
Add comprehensive configuration schema to features.json for declarative app generation
2026-01-08 13:53:55 +00:00
copilot-swe-agent[bot]
b9c3094337
Add comprehensive README and complete documentation for features.json system
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 13:45:33 +00:00
copilot-swe-agent[bot]
053cb1fa84
Add component props definitions with validation and type checking
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 13:43:51 +00:00
copilot-swe-agent[bot]
7da561bd86
Add component tree definitions - build complete UIs from JSON configuration
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 13:39:34 +00:00
copilot-swe-agent[bot]
be1b6f02d3
Add comprehensive features.json schema with translations, layouts, actions, and component configurations
...
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com >
2026-01-08 13:31:21 +00:00