-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix: Title row disappears when scrolling down in data browser #2690
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
Conversation
I will reformat the title to use the proper commit message syntax. |
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. |
Uffizzi Ephemeral Environment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally! This fix should make a a lot of dashboard users happy.
## [6.2.1-alpha.1](6.2.0...6.2.1-alpha.1) (2025-03-19) ### Bug Fixes * Title row disappears when scrolling down in data browser ([#2690](#2690)) ([7eebc45](7eebc45))
🎉 This change has been released in version 6.2.1-alpha.1 |
# [7.0.0](6.2.0...7.0.0) (2025-04-04) ### Bug Fixes * Title row disappears when scrolling down in data browser ([#2690](#2690)) ([7eebc45](7eebc45)) ### Features * Allow to select and copy multiple cells in data browser ([#2691](#2691)) ([eb50315](eb50315)) * Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` ([#2694](#2694)) ([034df6a](034df6a)) ### BREAKING CHANGES * Increases the minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0`. ([034df6a](034df6a))
🎉 This change has been released in version 7.0.0 |
* release: (72 commits) chore(release): 7.0.0 [skip ci] empty commit to trigger CI refactor: Bump @actions/core from 1.9.1 to 1.11.1 (parse-community#2701) refactor: Bump @babel/plugin-transform-runtime from 7.19.6 to 7.26.10 (parse-community#2704) refactor: Bump typescript from 4.8.3 to 5.8.2 (parse-community#2705) refactor: Bump eslint from 9.22.0 to 9.23.0 (parse-community#2702) refactor: Fix lint (parse-community#2706) ci: Fix auto-release (parse-community#2700) ci: fix auto-release (parse-community#2699) ci: Upgrade semantic-release (parse-community#2698) chore(release): 7.0.0-alpha.2 [skip ci] feat: Allow to select and copy multiple cells in data browser (parse-community#2691) refactor: Bump immutable from 4.1.0 to 5.1.1 (parse-community#2697) refactor: Bump @babel/preset-env from 7.20.2 to 7.26.9 (parse-community#2695) refactor: Bump eslint from 8.24.0 to 9.22.0 (parse-community#2692) chore(release): 7.0.0-alpha.1 [skip ci] feat: Increase minimum required Node versions to `18.20.4`, `20.18.0`, `22.12.0` (parse-community#2694) chore(release): 6.2.1-alpha.1 [skip ci] fix: Title row disappears when scrolling down in data browser (parse-community#2690) refactor: Bump puppeteer from 22.15.0 to 24.4.0 (parse-community#2687) ...
New Pull Request Checklist
Issue Description
Browser header is not sticky
Closes: #2628
Approach
TODOs before merging