Skip to content

Fiddle: small fixes#240

Merged
krishan711 merged 3 commits into
mainfrom
fixes
Jan 23, 2026
Merged

Fiddle: small fixes#240
krishan711 merged 3 commits into
mainfrom
fixes

Conversation

@krishan711
Copy link
Copy Markdown
Contributor

Description

Screenshots:

Checklist:

  • I have updated the CHANGELOG with a summary of my changes
  • I have updated the documentation accordingly

Copilot AI review requested due to automatic review settings January 23, 2026 13:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes a few small behavioral and packaging tweaks, including a wrapper style adjustment, exposing an additional SCSS entrypoint, and removing a beta deployment workflow.

Changes:

  • Remove overflow: auto styling from ContainingView.
  • Export a new ./mixins.scss entry from package.json.
  • Delete the GitHub Actions workflow that deployed on beta-* branches.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/wrappers/containingView/component.tsx Removes overflow: auto from ContainingView wrapper styling.
package.json Adds an export for ./mixins.scss to allow consuming Sass mixins directly.
.github/workflows/deploy-beta.yml Removes the beta branch deployment/publish workflow.
Comments suppressed due to low confidence (1)

.github/workflows/deploy-beta.yml:1

  • This PR deletes the entire deploy-beta.yml workflow, which previously published "next" packages on pushes to beta-* branches. If beta branch publishing is still part of the release process, consider migrating that trigger/job into an existing workflow (e.g. deploy.yml) or documenting the intentional removal in the PR description so it’s clear this operational behavior is being removed.

@krishan711 krishan711 merged commit ad2ce62 into main Jan 23, 2026
4 checks passed
@krishan711 krishan711 deleted the fixes branch January 23, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants