Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: configurable dashboard grid #737

Closed
davidsneighbour opened this issue Jan 21, 2024 · 3 comments
Closed

Enhancement: configurable dashboard grid #737

davidsneighbour opened this issue Jan 21, 2024 · 3 comments
Projects

Comments

@davidsneighbour
Copy link

Is your feature request related to a problem? Please describe.

Recently the dashboard grid changed for some reason and became very small. On my screen I see 5 columns of cards with posts. This makes it quite small to read. I would very much prefer to have for instance 3 columns and depending on the available width 2 or one single column of cards.

I think that maybe the dashboard started to use the full available window width of code instead of the width the dashboard itself has. Or you changed focus to showing more items.

Describe the solution you'd like

It would be nice to have

  • an option to set up breakpoints for width vs number of columns or
  • an option to set some form of zoom value (150%) that in itself refactors the amount of columns and resizes everything on the dashboard.

Here is a quick screenshot of how it looks on my screen:

Front Matter Dashboard - kollitsch dev (Workspace) - Visual Studio Code_001

@davidsneighbour davidsneighbour added the enhancement New feature or request label Jan 21, 2024
@davidsneighbour
Copy link
Author

Adding: I did CTRL+P and then searched for Zoom and came upon a zoom feature for Code. Tried "View: Reset Zoom" with no change.

@estruyf
Copy link
Owner

estruyf commented Jan 22, 2024

Thanks, @davidsneighbour, for the feedback. The grid changed indeed a couple of versions ago. The dashboard width zone became larger and allowed five items instead of four.

Right now, it becomes a gird of five when the width is larger than 1280px. Taking your feedback into consideration, I will change this to 1500px.

@estruyf estruyf added this to To do in 10.0.0 via automation Jan 22, 2024
@estruyf
Copy link
Owner

estruyf commented Jan 22, 2024

@davidsneighbour I have implemented what I mentioned above, and the dashboard now also uses all available widths.

Zoom for the dashboards uses the zoom from VSCode, so changing this might affect VSCode in general.

Let me know your thoughts about the implemented change (available in beta).

@estruyf estruyf moved this from To do to In progress in 10.0.0 Jan 22, 2024
@estruyf estruyf moved this from In progress to Done in 10.0.0 Feb 22, 2024
@estruyf estruyf closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants