docs: add learning guide and optimize web performance#1
Conversation
There was a problem hiding this comment.
💡 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".
| @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'; |
There was a problem hiding this comment.
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 👍 / 👎.
Summary
Notes