-
Notifications
You must be signed in to change notification settings - Fork 95
[stable8] feat: add NcKbd component #7407
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
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
f39f3c8 to
1a08b28
Compare
| Escape: !props.mac | ||
| ? t('Escape') // TRANSLATORS: Escape key on keyboard | ||
| : '⎋', | ||
| Space: t('Space'), // TRANSLATORS: Space key on keyboard |
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.
Is comma here not a problem? I remember we just discussed it
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.
No, only being the third operand here is a problem.
See updated translations.
webpack.config.js
Outdated
| sassOptions: { | ||
| sourceMapContents: false, | ||
| loadPaths: [ | ||
| includePaths: [ |
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.
This breaks netlifiy as the stylesheets can no longer be found
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.
Works locally and on main...
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.
Checking
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.
Ok, on the main loader is outdated
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1a08b28 to
e3b0744
Compare
Backport of #7401
Warning, This backport's changes differ from the original and might be incomplete⚠️
Todo
Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.