Abhigyan Khaund
4a7b84e483
menu: Add "What's new" in help submenu.
2018-03-06 04:49:51 +05:30
Akash Nimare
6205ca0aca
Update shortcut for opening webapp keyboard shortcuts.
2018-02-24 01:27:28 +05:30
Abhigyan Khaund
b83e2dd428
settings-tab: Do not create a sidebar tab rather highlight bottom settings icon. ( #422 )
...
Creating the new functional tab for setting tab was unnecessary as we already have a sticky setting icon at the bottom. This PR adds a functionality to highlight that settings icon instead of creating the new one.
Fixes : #418 .
2018-02-23 19:03:30 +05:30
cPhost
0c18bb5226
menu.js: Fix linting error.
2018-02-15 19:55:37 +05:30
Abhigyan Khaund
6d213c86a8
design: Add back button in left-sidebar.
...
Fixes : #208 .
2018-02-14 14:01:35 +05:30
Akash Nimare
da28589c17
menu: Add menu-item to reveal app logs in file manager #405 .
2018-02-03 02:04:36 +05:30
Akash Nimare
c452ee2ef6
menu: Improve help menu.
2018-02-03 01:37:13 +05:30
Abhigyan Khaund
3582aa4694
menu: Rename Settings to Desktop App Settings.
2018-02-02 17:07:12 +05:30
akashnimare
1948ba2cc3
menu: Fix Zoom In shortcut.
...
This is a temporary fix. Ideally, 'CmdOrCtrl+Plus' works on all
the platforms but because of https://github.com/electron/electron/issues/6731
it converts accelerator to 'Ctrl+Shift+Plus'.
2018-01-27 19:56:27 +05:30
akashnimare
a746194e9e
help-menu: Add a space between app name and version.
2018-01-15 18:45:45 +05:30
akashnimare
e23f8aaa58
shortcut: Rename Zoom In keyboard shortcut.
2018-01-06 16:30:59 +05:30
akashnimare
79acf8a6e1
Add option to remove app settings
...
Menu item "Reset app settings" now remove all the configurations/settings files related to app.
Previously it used to remove only window-state.json. This helps a bit in #310 .
2017-10-24 18:29:35 +05:30
akashnimare
40e3ed0f2f
Reload current view properly [WIP]
2017-10-10 16:35:43 +05:30
Alexis La Porte
b90a4c5254
Rename menu label Zulip Desktop as About Zulip.
...
This fix changes the menu label 'Zulip Desktop' to 'About Zulip' for clarity, ('About' is more descriptive of the content in the view associated with the label). Also to have the menu conform to convention regarding naming menu labels for Mac OS applications.
Fixes #306
2017-09-27 03:41:10 -04:00
akashnimare
e24a966d48
Add shortcut for clearing app data
2017-09-07 03:34:30 +05:30
akashnimare
306feb2eff
reset window position
2017-09-07 03:29:04 +05:30
akashnimare
f426c932b0
Relaunch app on clearing app data
2017-09-06 16:23:56 +05:30
akashnimare
9599249b31
Add reset app settings menu item #286
2017-09-06 15:23:22 +05:30
akashnimare
5481d55c66
remove clear cache menu items
2017-09-06 03:26:56 +05:30
Zhongyi Tong
876936125a
Refactor general setting section.
2017-08-20 16:00:10 -04:00
Akash Nimare
82a9d13a3c
Add back History menu
2017-08-06 17:37:34 +05:30
Akash Nimare
c064322234
Added History submenu on Linux + Window
2017-08-06 17:30:33 +05:30
Zhongyi Tong
32542d500a
Add tabs in window submenu.
2017-08-06 11:52:09 +08:00
Zhongyi Tong
a7a9e96a58
Set application menu in AppMenu.setMenu instead of in main.js.
2017-08-06 00:25:56 +08:00
Zhongyi Tong
347f6e50eb
Update require.
2017-08-06 00:21:49 +08:00
Zhongyi Tong
b873b358fe
Refactor Menu.js.
2017-08-06 00:19:35 +08:00
Zhongyi Tong
d2fc5bd5e8
Capitalize menu items.
2017-08-02 10:52:35 +08:00
Akash Nimare
6e3017d5e7
Merge pull request #235 from geeeeeeeeek/issue/reload-app-for-debugging
...
Add 'Hard Reload' mode for debugging.
2017-07-27 08:52:50 +00:00
Zhongyi Tong
f1ed6695fb
Add 'Hard Reload' mode for debugging.
2017-07-27 13:13:17 +08:00
Zhongyi Tong
5150b7c57c
Add menu item for sidebar toggle.
2017-07-26 18:19:08 +08:00
Zhongyi Tong
0dc20cc66c
Provide silent & seamless reload for the app.
2017-07-17 23:09:58 +08:00
akashnimare
c860832a73
changed back/forward shortcut to CMD+Left/Right #208
2017-07-15 21:38:17 +05:30
akashnimare
947bab657f
Added Menu item History for back+forward #208
2017-07-14 03:29:17 +05:30
akashnimare
5b82a82313
help >> https://zulipchat.com/help
2017-07-13 02:07:04 +05:30
Zhongyi Tong
d3c2da7961
Support switching Settings view from different action buttons.
2017-07-09 23:01:46 +08:00
akashnimare
86302308a9
Enable quit app using CTRL+Q on windows as well
2017-06-22 02:44:34 +05:30
Zhongyi Tong
9cff5c5a4d
Fix linting errors.
2017-06-18 02:28:50 +08:00
Zhongyi Tong
a62fc3d3bf
Split Tab into ServerTab and FuntionalTab.
2017-06-18 00:38:43 +08:00
Zhongyi Tong
e538543512
Move About page into WebView.
2017-06-17 22:38:24 +08:00
Zhongyi Tong
84808313fe
Add the ability to open DevTools for active webview.
2017-06-13 00:51:44 +08:00
Zhongyi Tong
d6a35408b8
Integrate actions from menu and tray with webview.
2017-04-28 23:56:59 +08:00
Lplenka
460a64710a
Js Lint error fixed 🔧 , Fixes #110
2017-04-02 07:40:29 +05:30
Lplenka
9ec62a748f
Added communication b/w Main & Renderer process for proper functioning of Tray icon #110 [WIP]
2017-04-02 01:21:33 +05:30
akashnimare
f6bf210451
🔨 fixed linting errors
2017-03-06 15:18:52 +05:30
Zhongyi Tong
ab8367c946
#104 Add a menu item to toggle the tray icon.
2017-03-05 00:54:55 +08:00
akashnimare
2a477abe5f
Added log-out shortcut
2017-01-14 23:43:09 +05:30
Raghav Jajodia
03d1188e14
Added clear cache option
2017-01-07 17:00:03 +05:30
Raghav Jajodia
c91b0c209a
Added clear cache option
2017-01-07 15:58:19 +05:30
Raghav Jajodia
f9f70f001b
Added clear cache option
2017-01-02 13:50:19 +05:30
akashnimare
61dfcfc3b1
🐛 unregister keyboard shortcuts
2016-12-15 01:57:20 +05:30