Session Table#102
Open
mirumodapon wants to merge 24 commits into
Open
Conversation
Open
fe9a1d2 to
06256a8
Compare
30a3f25 to
50ccf5e
Compare
Dokploy Preview Deployment
|
There was a problem hiding this comment.
Pull request overview
Adds a new “Session Table” UI for browsing sessions by day, including supporting UI components/composables, and aligns toggle behavior with VueUse.
Changes:
- Introduce
/sessionpage with day selector + grid-based session table and session cards. - Add shared UI primitives (
CpButton,CpBadge,CpMenu) and auseDragScrollcomposable for horizontal drag scrolling. - Update Pretalx map typing to support both string and numeric keys; remove custom
useTogglein favor of@vueuse/core.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| shared/types/pretalx.ts | Broaden PretalxData map key type to `string |
| app/pages/session/index.vue | New session index page wiring fetch + selector + table. |
| app/composables/useToggle.ts | Removed custom toggle composable (replaced by VueUse). |
| app/composables/useDragScroll.ts | New composable enabling pointer-drag scrolling behavior. |
| app/components/shared/CpPopup.vue | Switch to VueUse useToggle; adjust click handling. |
| app/components/shared/CpMenu.vue | New menu component using click-outside + VueUse toggle. |
| app/components/shared/CpButton.vue | New shared button/link component with variants/sizes. |
| app/components/shared/CpBadge.vue | New badge component. |
| app/components/feature/CpSessionTable.vue | New grid-based session schedule table with drag scroll. |
| app/components/feature/CpSessionItem.vue | New session card used inside the table. |
| app/components/feature/CpSessionInfoCard.vue | New session detail info card with local i18n strings. |
| app/components/feature/CpSessionDaySelector.vue | New day selector component used by session index page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rileychh
reviewed
Apr 28, 2026
08bda83 to
7c6b7d1
Compare
7c6b7d1 to
47d6563
Compare
rileychh
requested changes
May 4, 2026
Collaborator
Author
關於是否使用
"engines": {
"node": ">=24.0.0"
}, |
pan93412
reviewed
May 9, 2026
rileychh
reviewed
May 9, 2026
Member
rileychh
left a comment
There was a problem hiding this comment.
關於是否使用
Temporal我這邊想提出討論
You're absolutely right 想了一下,這裡用 regex 其實是對的。我們只是要取出 ISO date 裡面的時間部分,不是表示某個時刻。為了避免遇到時區問題,還是用現在的做法就好。我把前面的留言 resolve 了。
0a34b4f to
e0141e5
Compare
pan93412
approved these changes
May 18, 2026
rileychh
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.