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: NdoleStudio/httpsms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NdoleStudio/httpsms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/bulk-messages-stylelint
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on May 22, 2026

  1. fix(web): resolve stylelint errors in bulk-messages page

    - Add empty line before rule as required by rule-empty-line-before
    - Use modern color-function notation rgb(0 0 0 / 4%) instead of rgba(0, 0, 0, 0.04)
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AchoArnold and Copilot committed May 22, 2026
    Configuration menu
    Copy the full SHA
    01ec3c1 View commit details
    Browse the repository at this point in the history
  2. ci(web): run validation on PRs, deploy only on merge to main

    - Split workflow into 'validate' (lint, test, build) and 'deploy' jobs
    - Validate runs on both pull_request and push to main
    - Deploy only runs after merge to main, gated behind validate passing
    
    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AchoArnold and Copilot committed May 22, 2026
    Configuration menu
    Copy the full SHA
    93985e4 View commit details
    Browse the repository at this point in the history
  3. ci(web): add permissions for contents read and pull-requests write

    Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
    AchoArnold and Copilot committed May 22, 2026
    Configuration menu
    Copy the full SHA
    929e265 View commit details
    Browse the repository at this point in the history
Loading