Conversation
Deploying bracketeer with
|
| Latest commit: |
9edc837
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cb237a27.bracketeer-3cf.pages.dev |
| Branch Preview URL: | https://58-live-view-show-upcoming-m.bracketeer-3cf.pages.dev |
There was a problem hiding this comment.
Pull request overview
This PR adds an "Upcoming Matches" view to the live tournament view during breaks between rounds. When a round finishes and the tournament is in a break state, instead of only showing recent results, users can now toggle between a "Results" tab and an "Upcoming" tab via a TabSelector. Additionally, the TabSelector component gets a new optional showNavigation prop (defaulting to hidden), and a pushToRemote function is added to the tournaments store. Several dependency bumps are also included.
Changes:
TournamentLive.vue: Added aTabSelectorbetween rounds to switch between "Results" and "Upcoming" match views; resets to "Results" view onadjustAndSkip; uses the new storepushmethodTabSelector.vue: Made navigation arrows optional via newshowNavigationprop (hidden by default); tabs now center-align when navigation is hiddensrc/stores/tournaments.ts: AddedpushToRemotefunction exposed aspushthat conditionally shares a tournament if it has a remote targetpackage.json/package-lock.json: Bumped multiple dependencies includingvue-routerv4 → v5,vuev3.5.22 → v3.5.29, and various dev tooling
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
src/components/TournamentLive.vue |
Adds TabSelector UI for switching between Results/Upcoming match views during break state |
src/components/TabSelector.vue |
Makes navigation arrows optional via showNavigation prop |
src/stores/tournaments.ts |
Adds conditional pushToRemote helper exposed as push on the store |
src/assets/css/design/colors.css |
Slight background color adjustment |
package.json |
Dependency version bumps |
package-lock.json |
Lock file update to match new dependency versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|



No description provided.