Skip to content

fixed the described bug in #1927#1928

Merged
lissy93 merged 8 commits into
lissy93:masterfrom
shumittaher:bugcols
Mar 13, 2026
Merged

fixed the described bug in #1927#1928
lissy93 merged 8 commits into
lissy93:masterfrom
shumittaher:bugcols

Conversation

@shumittaher

@shumittaher shumittaher commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

shumittaher Medium shumittaher /bugcols → Lissy93/dashy Commits: 5 | Files Changed: 2 | Additions: 15 Label Unchecked Tasks Powered by Pull Request Badge

Category:

One of: Bugfix / Feature / Code style update / Refactoring Only / Build related changes / Documentation / Other (please specify)

Bugfix

Overview

Briefly outline your new changes...

fixed the described in #1927 by changing Home.vue and Section.vue only.
in Home.vue, the active columns for the page is defaulting to open as 1. on Mount, this then gets updated. by checking --col-count value. this number then gets passed into the Section.vue. if Section.vue column count is higher, then that gets clamped to this value. hence selecting a higher column count for the section than the page does result in bugs. no css has been touched.

Issue Number (if applicable) #1927

New Vars (if applicable)

If you've added any new build scripts, environmental variables, config file options, dependency or devDependency, please outline here

Screenshot (if applicable)

If you've introduced any significant UI changes, please include a screenshot

Code Quality Checklist (Please complete)

  • All changes are backwards compatible
  • All lint checks and tests are passing
  • There are no (new) build warnings or errors
  • (If a new config option is added) Attribute is outlined in the schema and documented
  • (If a new dependency is added) Package is essential, and has been checked out for security or performance
  • (If significant change) Bumps version in package.json

@netlify

netlify Bot commented Sep 29, 2025

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit f7ab858
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/68da25e8fd27a20008400c26
😎 Deploy Preview https://deploy-preview-1928--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

lissy93 added 3 commits March 12, 2026 17:48
- Fixes a NaN bug when `displayData.cols` was undefined
- Resolves type error where `activeColCount` was being declared as a string but used as a number.
- Also added some reactivity so it works when a window gets resized.
@netlify

netlify Bot commented Mar 13, 2026

Copy link
Copy Markdown

Deploy Preview for dashy-dev ready!

Name Link
🔨 Latest commit 45dcc7c
🔍 Latest deploy log https://app.netlify.com/projects/dashy-dev/deploys/69b3d601bed51d000899bab0
😎 Deploy Preview https://deploy-preview-1928--dashy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@lissy93 lissy93 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Hi @shumittaher

Apologies for the delay on this. Have reviewed now, and LGTM so will merge now :)

I did push a small update to your PR in e07f298, since there was a NaN bug when displayData.cols was undefined, and a small type error where activeColCount was being declared as a string but used as a number. I also added some reactivity so it works when a window gets resized.

@lissy93 lissy93 merged commit ecb0970 into lissy93:master Mar 13, 2026
10 checks passed
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