We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
界面大致按照仿现在的福 uu 设计,需要注意以下几个点:
还有一些细节:
顶部日历找一个月历魔改一下,只显示当前行,这样可以直接使用现成的轮子。
底部的课表用 table 实现,跨行之间用 rowSpan,节约开发成本。
具体实现有待商议。
The text was updated successfully, but these errors were encountered:
关于课表中的点击详情提示框,可以使用这个方案:https://docs.expo.dev/router/advanced/modals/#web-modals-implementation
Sorry, something went wrong.
对课表页面的初步构造 (#14)
60e5212
Resolves #3. 这个 PR 由于过于庞大,涉及到的变更过多,目前我们考量是先合入主仓库,后续对剩余特性单独开 PR 解决。 ## 已解决 - [x] 数据获取 - [x] 基础布局 - [x] 切换学期 - [x] 切换周数(左右滑动) - [x] 切换周数(下拉选择) - [x] 课程详情展示 - [x] 课表样式 ## 待解决 - [ ] 导出到本地日历,以及更多的导出日历选项 - [ ] 修正关于课程重叠的问题 - [ ] 修正关于滑动切换周数不流畅的问题 - [ ] 对界面样式进行风格化处理,而不是目前杂乱无章的状态
Successfully merging a pull request may close this issue.
需求
界面大致按照仿现在的福 uu 设计,需要注意以下几个点:
还有一些细节:
(可能的)实现方案
顶部日历找一个月历魔改一下,只显示当前行,这样可以直接使用现成的轮子。
底部的课表用 table 实现,跨行之间用 rowSpan,节约开发成本。
具体实现有待商议。
相关链接
参考图片
The text was updated successfully, but these errors were encountered: