-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: enabling context menu for read-only cells #1844
fix: enabling context menu for read-only cells #1844
Conversation
Thanks for opening this pull request!
|
Ready to be reviewed ✅ |
…com/404-html/parse-dashboard into fix-context-menu-for-read-only-data
Great, I see you are still doing some minor corrections, please feel free to request a review in the "Reviewers" section in the top right corner when this is ready. |
Thanks @mtrezza. Sorry, but like last time I'm struggling to find this option, that's all I can do: I wonder if this have something to do with my account. Due to my account name I faced some problems in the past (eg. my profile was throwing 404 page). |
The option is disabled because you need to be a team member to request a review. Sorry, I thought you already were. Do you want to join the team as a contributor? |
Sure, happy to join. People appears to be kind in this team 👍 |
Amazing, I have opened a poll to confirm you. |
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.
Looks good! Thanks for the fix!
## [3.2.1-alpha.1](3.2.0...3.2.1-alpha.1) (2021-10-08) ### Bug Fixes * enabling context menu for read-only cells ([#1844](#1844)) ([a38a885](a38a885))
🎉 This pull request has been released in version 3.2.1-alpha.1 |
The label |
* alpha: chore(release): 3.2.1-alpha.1 [skip ci] fix: enabling context menu for read-only cells (parse-community#1844) docs: add info about --dev parameter (parse-community#1842) docs: fix release changelog filename docs: reword changelog quote docs: fix changelog branch names (parse-community#1837) refactor: simplify reading dashboard config from a json file (parse-community#1828)
## [3.2.1-beta.1](3.2.0...3.2.1-beta.1) (2021-10-08) ### Bug Fixes * enabling context menu for read-only cells ([#1844](#1844)) ([a38a885](a38a885))
🎉 This pull request has been released in version 3.2.1-beta.1 |
## [3.2.1](3.2.0...3.2.1) (2021-10-08) ### Bug Fixes * enabling context menu for read-only cells ([#1844](#1844)) ([a38a885](a38a885))
🎉 This pull request has been released in version 3.2.1 |
* source: (53 commits) chore(release): 3.2.1 [skip ci] chore(release): 3.2.1-beta.1 [skip ci] ci: fix prerelease labels chore(release): 3.2.1-alpha.1 [skip ci] fix: enabling context menu for read-only cells (parse-community#1844) docs: add info about --dev parameter (parse-community#1842) build: merge beta (parse-community#1841) build: merge alpha (parse-community#1840) docs: fix release changelog filename docs: reword changelog quote docs: fix changelog branch names (parse-community#1837) refactor: simplify reading dashboard config from a json file (parse-community#1828) ci: update release branch names chore(release): 3.2.0 [skip ci] feat: add ctrl + arrow key to jump to first/last cell; fix left/right key navigation with hidden columns (parse-community#1827) refactor: upgrade inquirer from 8.1.2 to 8.1.3 (parse-community#1829) refactor: upgrade otpauth from 7.0.5 to 7.0.6 (parse-community#1830) refactor: replace create-react-class with ES6 classes (parse-community#1818) refactor: replace query-string with URLSearchParams (parse-community#1819) docs: fix typo in refactor changelog entry ... # Conflicts: # package-lock.json
New Pull Request Checklist
Issue Description
In #1688 cell context menu (my baby 😭) was disabled for read-only cells (eg.
createdAt
).Approach
As such data can still be used for filtering this fix is about re-enabling context menu for read-only cells but without "Edit row" option. I've also pushed small performance optimization and improvement to showing long values in context menu.
TODOs before merging