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

feat: Keyboard shortcuts (WEBAPP-4209) #1051

Merged
merged 4 commits into from
Oct 17, 2017
Merged

feat: Keyboard shortcuts (WEBAPP-4209) #1051

merged 4 commits into from
Oct 17, 2017

Conversation

AndyLnd
Copy link
Contributor

@AndyLnd AndyLnd commented Oct 17, 2017

No description provided.

@@ -24,7 +24,7 @@ const fs = require('fs-extra');
const minimist = require('minimist');
const path = require('path');
const raygun = require('raygun');
const {app, BrowserWindow, ipcMain, Menu, shell} = require('electron');
const { app, BrowserWindow, globalShortcut, ipcMain, Menu, shell } = require('electron');
Copy link
Contributor

Choose a reason for hiding this comment

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

At some point we decided to remove the spaces within { and }.

webviewTag: true,
},
webviewTag: true
}
Copy link
Contributor

Choose a reason for hiding this comment

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

We also decided to keep trailing commas ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

@ffflorian Absolutely right. But it is not in this projects eslint config. We have a discussion on how we are going to move forward with codestyle in general at wireapp/wire-webapp#1729 that you are more than welcome to share your opinions in. For now I will go ahead and merge it in order to prepare our release.

@gregor gregor dismissed ffflorian’s stale review October 17, 2017 16:24

Dismissing after comment and f2f explanation.

@gregor gregor merged commit c2ba2ce into master Oct 17, 2017
@gregor gregor deleted the keyboard-shortcuts branch October 17, 2017 16:25
@gregor
Copy link
Contributor

gregor commented Oct 17, 2017

Addresses #883

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.

3 participants