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

Adds back cmd+r to reload the page #1624

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Adds back cmd+r to reload the page #1624

merged 3 commits into from
Jul 30, 2024

Conversation

davidfig
Copy link
Collaborator

@davidfig davidfig commented Jul 30, 2024

  • cmd/ctrl+r reload sheet if VITE_DEBUG=1
  • shift+enter works properly - enters cell to edit; and closes the cell editor and moves up one cell

Copy link

qa-wolf bot commented Jul 30, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@cla-bot cla-bot bot added the cla-signed label Jul 30, 2024
Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
quadratic ✅ Ready (Inspect) Visit Preview Jul 30, 2024 4:15pm

@davidkircos davidkircos temporarily deployed to quadratic-api-dev-pr-1624 July 30, 2024 12:15 Inactive
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.77%. Comparing base (ed4d7c8) to head (b86974d).

Additional details and impacted files
@@           Coverage Diff           @@
##               qa    #1624   +/-   ##
=======================================
  Coverage   89.77%   89.77%           
=======================================
  Files         185      185           
  Lines       34978    34978           
=======================================
  Hits        31403    31403           
  Misses       3575     3575           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AyushAgrawal-A2
Copy link
Collaborator

@davidfig
Cmd + R / Ctrl + R is now autocomplete right. This is preventing browser default and page reload does not happen now.

action: 'fill_right',
shortcuts: {
mac: ['Cmd + R'],
windows: ['Ctrl + R'],
},

@davidfig
Copy link
Collaborator Author

Ah, that makes sense. I raised the issue in slack. If we want to have it, then I'll change this to a dev-only override.

@davidkircos davidkircos temporarily deployed to quadratic-api-dev-pr-1624 July 30, 2024 15:48 Inactive
@davidkircos davidkircos temporarily deployed to quadratic-api-dev-pr-1624 July 30, 2024 16:00 Inactive
@AyushAgrawal-A2
Copy link
Collaborator

Also after this PR #1612 Shortcuts should match exactly.
Earlier only part of keyboard event was checked, e.g. pressing Enter would open cell edit whether Shift or other modifier is pressed or not.
Now if the shortcut says just Enter, pressing modifiers along with it will not match that shortcut. All keys are checked.
Thanks for adding Shift+Enter

@davidfig davidfig merged commit 8505aea into qa Jul 30, 2024
13 of 14 checks passed
@davidfig davidfig deleted the add-back-cmd+r branch July 30, 2024 16:08
Copy link

qa-wolf bot commented Jul 30, 2024

E2E tests

QA 2 blocking bugs

Ran Status Preview Started Run time Est. dev time saved
63 workflows Done (Details) Jul 30, 2024 at 4:24 PM (UTC) 2 minutes ~40.33 hrs
⚠️ 28 failed - your wolf pack is investigating
✅ 33 passed

Preexisting bugs

2 Blocking bugs
If you are aware of any of these bugs, you can set their priority to low and prevent them from causing a run failure.
View all blocking bugs

1 Non-blocking bug

. . . . . . . .

Re-run your E2E tests

@davidfig
Copy link
Collaborator Author

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants