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

feat: align varchar columns left & yarn 4 migration #269

Merged
merged 16 commits into from
Mar 27, 2024
Merged

Conversation

bluestreak01
Copy link
Member

@bluestreak01 bluestreak01 commented Mar 15, 2024

This PR fixes incorrect alignment of VARCHAR columns in the grid.

Additionally, it migrates the build system to node 20+ and yarn 4 as the current node 16 requirement is severely out of date. If you are still on node 16 you can upgrade yourself and start the web console using these commands:

npm install --global yarn 
yarn set version latest
yarn install
yarn workspace @questdb/web-console start

Proof of manual testing:

Before

image

After

image

@bluestreak01 bluestreak01 merged commit 8ce5f99 into main Mar 27, 2024
2 checks passed
@bluestreak01 bluestreak01 deleted the vi_varchar branch March 27, 2024 21:08
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.

1 participant