-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: CodingAfterWork/NextTechEvent
base: remove.NET7
head repository: CodingAfterWork/NextTechEvent
compare: main
- 13 commits
- 5 files changed
- 2 contributors
Commits on Mar 6, 2026
-
Fix SpeakerPage pagination layout, disabled states, and page indicator (
closes #35) - Move Previous/Next buttons outside the cards flex container into a <nav> element - Disable Previous button when on page 0 (currentpage == 0) - Disable Next button when on the last page (result count < pagesize) - Add 'Page N' current page indicator between the buttons - Add aria-label to nav and buttons for accessibility Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56beb6d - Browse repository at this point
Copy the full SHA 56beb6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e137f14 - Browse repository at this point
Copy the full SHA e137f14View commit details -
Fix navbar brand link to navigate to home page (closes #34)
- Change href='#' to href='/' in NextTechEvent.Client/Layout/NavMenu.razor - Same fix applied to NextTechEventNet7/Shared/NavMenu.razor - Other href='#' instances in Calendar.razor are intentional (onClick:preventDefault pattern) Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 958b4e1 - Browse repository at this point
Copy the full SHA 958b4e1View commit details -
Fix .state icon positioning by adding position: relative to card cont…
…ainer (closes #31) Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ffd796 - Browse repository at this point
Copy the full SHA 8ffd796View commit details -
chore: update Steve Rogers history with issue #34 session notes
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61f7492 - Browse repository at this point
Copy the full SHA 61f7492View commit details -
Update Steve Rogers history and add pagination decision note
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa3d770 - Browse repository at this point
Copy the full SHA fa3d770View commit details -
chore: update Steve Rogers history and add icon-positioning decision …
…note Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1f1ee1 - Browse repository at this point
Copy the full SHA c1f1ee1View commit details -
.squad: Merge decisions inbox, document Steve Rogers sprint
Scribe orchestration for Steve Rogers' three-issue sprint (closed #34, #31, #35): - Recorded orchestration log (2026-03-06T19:25:16Z) - Recorded session log - Merged decision inbox → decisions.md (3 decisions deduplicated) - Deleted inbox files after merge - Appended CSS isolation pattern to Steve Rogers' history Team decision adopted: CSS isolation pattern for Bootstrap overrides - Position context setup lives in component CSS files, never globally - Blazor scoped isolation (b-xxxx attribute) ensures safe Bootstrap customizations - Minimal blast radius principle for all style overrides Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0d32a3 - Browse repository at this point
Copy the full SHA c0d32a3View commit details
Commits on Mar 7, 2026
-
Merge pull request #39 from CodingAfterWork/remove.NET7
Deleted the .NET7 version
Configuration menu - View commit details
-
Copy full SHA for 05cb1bb - Browse repository at this point
Copy the full SHA 05cb1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2819393 - Browse repository at this point
Copy the full SHA 2819393View commit details -
Merge pull request #38 from CodingAfterWork/squad/31-state-icon-posit…
…ioning Fix status icon positioning in conference cards (#31)
Configuration menu - View commit details
-
Copy full SHA for 0af79eb - Browse repository at this point
Copy the full SHA 0af79ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cd4f2 - Browse repository at this point
Copy the full SHA e9cd4f2View commit details -
Merge pull request #36 from CodingAfterWork/squad/34-navbar-brand-link
Fix navbar brand link (#34)
Configuration menu - View commit details
-
Copy full SHA for ce8097b - Browse repository at this point
Copy the full SHA ce8097bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff remove.NET7...main