Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodingAfterWork/NextTechEvent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: remove.NET7
Choose a base ref
...
head repository: CodingAfterWork/NextTechEvent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 6, 2026

  1. 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]>
    EngstromJimmy and Copilot committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    56beb6d View commit details
    Browse the repository at this point in the history
  2. Revert "Fix SpeakerPage pagination layout, disabled states, and page …

    …indicator (closes #35)"
    
    This reverts commit 56beb6d.
    EngstromJimmy committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    e137f14 View commit details
    Browse the repository at this point in the history
  3. 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]>
    EngstromJimmy and Copilot committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    958b4e1 View commit details
    Browse the repository at this point in the history
  4. Fix .state icon positioning by adding position: relative to card cont…

    …ainer (closes #31)
    
    Co-authored-by: Copilot <[email protected]>
    EngstromJimmy and Copilot committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    8ffd796 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f7492 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa3d770 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1f1ee1 View commit details
    Browse the repository at this point in the history
  8. .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]>
    EngstromJimmy and Copilot committed Mar 6, 2026
    Configuration menu
    Copy the full SHA
    c0d32a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2026

  1. Merge pull request #39 from CodingAfterWork/remove.NET7

    Deleted the .NET7 version
    EngstromJimmy authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    05cb1bb View commit details
    Browse the repository at this point in the history
  2. removed .net7

    EngstromJimmy committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    2819393 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #38 from CodingAfterWork/squad/31-state-icon-posit…

    …ioning
    
    Fix status icon positioning in conference cards (#31)
    EngstromJimmy authored Mar 7, 2026
    Configuration menu
    Copy the full SHA
    0af79eb View commit details
    Browse the repository at this point in the history
  4. Merge

    EngstromJimmy committed Mar 7, 2026
    Configuration menu
    Copy the full SHA
    e9cd4f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce8097b View commit details
    Browse the repository at this point in the history
Loading