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 keyboard shortcut to toggle project list #272

Merged
merged 4 commits into from
Jul 24, 2024

Conversation

simonbs
Copy link
Contributor

@simonbs simonbs commented Jul 24, 2024

Adds a keyboard shortcut to toggle the project list.

Screenshots (if appropriate):

Screenshot 2024-07-24 at 15 44 10

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@simonbs simonbs requested a review from ulrikandersen as a code owner July 24, 2024 13:44
@@ -0,0 +1,5 @@
const isMac = () => {
return window.navigator.userAgent.toLowerCase().includes("mac")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it work on an iPad with keyboard attached? :trollface:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know 😢

Copy link
Contributor

@ulrikandersen ulrikandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@simonbs simonbs merged commit 0451699 into main Jul 24, 2024
5 checks passed
@simonbs simonbs deleted the enhancement/toggle-project-list-with-keyboard-shortcut branch July 24, 2024 14:01
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.

2 participants