Skip to content

docs: add learning guide and optimize web performance#1

Merged
KYJCASTER merged 5 commits intomainfrom
docs-learning-and-web-optimization
Mar 16, 2026
Merged

docs: add learning guide and optimize web performance#1
KYJCASTER merged 5 commits intomainfrom
docs-learning-and-web-optimization

Conversation

@KYJCASTER
Copy link
Copy Markdown
Owner

Summary

  • add a structured learning guide under docs/learning
  • update docs/improvements with completed optimization work
  • update README documentation links

Notes

  • includes frontend performance optimization notes already reflected in docs
  • no runtime behavior changes required for docs-only parts

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 86c522490f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +32 to +36
@import 'element-plus/theme-chalk/el-select.css';
@import 'element-plus/theme-chalk/el-table.css';
@import 'element-plus/theme-chalk/el-table-column.css';
@import 'element-plus/theme-chalk/el-tag.css';
@import 'element-plus/theme-chalk/el-time-select.css';
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Import date-picker theme after switching to manual styles

After replacing element-plus/dist/index.css with a hand-picked stylesheet list, this file never imports el-date-picker.css, but ElDatePicker is still registered in web/src/main.ts and used in the reservation apply form. In that setup the date picker popup loses its component styling, which can render the calendar panel incorrectly (or effectively unusable) in /reservation/apply, breaking a core reservation workflow.

Useful? React with 👍 / 👎.

@KYJCASTER KYJCASTER merged commit 7f78c33 into main Mar 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant