Skip to content

refactor: separate HTML, CSS, and JS into modular files#22

Merged
ydking0911 merged 1 commit into
developfrom
recaptcha
Jan 28, 2026
Merged

refactor: separate HTML, CSS, and JS into modular files#22
ydking0911 merged 1 commit into
developfrom
recaptcha

Conversation

@ydking0911

Copy link
Copy Markdown
Collaborator
  • Extract CSS styles to app/static/css/main.css
  • Extract JavaScript logic to app/static/js/app.js
  • Update HTML template to reference external files
  • Add StaticFiles mount in main.py for static asset serving
  • Add STATIC_DIR configuration in config.py
  • Maintain Jinja2 template variables for server-side data injection

- Extract CSS styles to app/static/css/main.css
- Extract JavaScript logic to app/static/js/app.js
- Update HTML template to reference external files
- Add StaticFiles mount in main.py for static asset serving
- Add STATIC_DIR configuration in config.py
- Maintain Jinja2 template variables for server-side data injection
@ydking0911 ydking0911 self-assigned this Jan 28, 2026
@ydking0911 ydking0911 merged commit fb77d5c into develop Jan 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant