mattermost-desktop/src/browser/components
Yuya Ochiai 1ff8ec5120 Fix window.open() looks not working
Intorduced by f8fadcb844
because {show:false} option was inherited from the main window.

https://github.com/electron/electron/blob/v1.4.13/docs/api/window-open.md

Close #450
2017-02-23 00:37:44 +09:00
..
AutoSaveIndicator.jsx Make animation cancelable for auto-save indicator 2017-02-17 22:24:55 +09:00
DestructiveConfirmModal.jsx Add "Remove Server" modal 2017-01-25 00:06:42 +09:00
ErrorView.jsx Divide index.jsx into components 2016-11-23 21:11:02 +09:00
HoveringURL.jsx Make hovering URL unclickable 2016-11-30 20:27:57 +09:00
LoginModal.jsx Add constructor to handle this 2016-11-23 21:11:05 +09:00
MainPage.jsx Open the corresponding tab when a server is clicked in settings page 2017-02-17 20:39:18 +09:00
MattermostView.jsx Fix window.open() looks not working 2017-02-23 00:37:44 +09:00
NewTeamModal.jsx Use old url validation 2017-02-03 22:01:49 +01:00
RemoveServerModal.jsx Add "Remove Server" modal 2017-01-25 00:06:42 +09:00
SettingsPage.jsx Fix an issue where server select menu was not working in settings page 2017-02-21 20:08:10 +09:00
TabBar.jsx Updating tooltip 2017-02-15 20:08:34 +05:00
TeamList.jsx Fix warning for bind 2017-02-17 20:40:54 +09:00
TeamListItem.jsx Tweak for clickable area and hover in server list 2017-02-17 20:41:56 +09:00
TeamListItemNew.jsx Divide settings.jsx into components 2016-11-23 21:11:03 +09:00