Akash Nimare
c4ce25f66c
menu: Document enableMenu flag.
2018-10-28 15:10:34 +05:30
Akash Nimare
c6e8d27722
menu: Update menu items on setting page.
...
This PR adds a functionality to update the menu items.
Some menu items like logout, shortcut etc are not needed
on setting page.
Fixes : #587 .
2018-10-27 19:25:28 +05:30
Akash Nimare
ac6b206583
sentry: Update sentry to v0.12.1.
2018-10-24 19:27:38 +05:30
Akash Nimare
988405c665
dependency: Update node-json-db to v0.9.1.
2018-10-24 14:07:07 +05:30
Akash Nimare
a209804692
setting: Set custom css to false by default.
2018-10-23 15:09:28 +05:30
Akash Nimare
95c4df1898
network: Fix typo in network error message.
2018-10-23 14:56:56 +05:30
Rishi Gupta
1048c91d9e
about: Remove Found bug button.
2018-10-21 05:05:44 +05:30
Akash Nimare
d723c5cd1c
proxy: Do not reload app when turning off the SPS setting.
2018-10-17 16:58:26 +05:30
Akash Nimare
dcc7cd118c
release: 🎉 new release v2.3.82.
v2.3.82
2018-10-11 21:53:25 +05:30
Abhigyan Khaund
d2649dd5d7
native-menus: Add tools submenu and reword a few options.
...
Check for Updates → Move to Tools
Reset App Settings → Move to Tools, rename “Factory reset”
Both Dev Tools → Move to Tools
Download App Logs → Move to Tools
What’s new → Move to Tools, and rename “Release notes”.
2018-10-10 13:53:25 +05:30
Akash Nimare
25e6f6d482
sentry: Update Sentry to v0.11.0.
...
This could potentially fix #577 since the issue is caused by Sentry.
2018-10-09 13:51:12 +05:30
Akash Nimare
bd805b8324
native-menus: Rename a few options of the submenus.
2018-10-07 19:17:31 +05:30
Abhigyan Khaund
e1d98e0d8e
native-menus: Rename a few options of the submenus.
2018-10-07 17:41:57 +05:30
Akash Nimare
89e5d2892b
readme: Replace the word team with organizations.
2018-10-04 00:37:49 +05:30
Akash Nimare
ab28b56377
tray: Remove about menu item and rename focus.
2018-10-03 20:47:24 +05:30
Abhigyan Khaund
71aa7e28ba
readme: Replace word team with organizations.
2018-10-02 13:50:57 +05:30
Akash Nimare
ba2bfba459
settings: Rename custom css section.
2018-10-01 18:10:40 +05:30
Akash Nimare
d181b0c2e5
settings: Move custom css section to advanced.
2018-10-01 18:07:20 +05:30
Akash Nimare
bda5c62928
settings: Put shortcut tip on the top.
2018-10-01 17:53:11 +05:30
Akash Nimare
b2b4fd1003
settings: UI fixes in general settings.
2018-09-28 21:03:49 +05:30
Akash Nimare
19770f5fbf
settings: Update wordings of org settings.
2018-09-28 13:28:47 +05:30
Akash Nimare
4592396c4b
settings: Update wordings of general settings.
2018-09-28 13:18:06 +05:30
Akash Nimare
19d3c0f5b5
left-sidebar: Update the border-radius of org icon.
...
Org icon now have rounded squares.
Fixes : #574 .
2018-09-28 13:06:19 +05:30
Akash Nimare
af87789c7f
feedback: Upgrade send feedback to latest.
2018-09-27 19:43:18 +05:30
Priyank Patel
36e710dbfe
gitattributes: Mark package-lock.json files binary.
...
So they don't show up during `git diff`.
2018-09-26 20:46:36 -04:00
Priyank Patel
a6e1c93d81
dependencies: Upgrade send-feedback module to v1.0.8.
...
Fixes: https://github.com/zulip/zulip-electron/issues/569
2018-09-26 20:46:36 -04:00
Akash Nimare
684d88dd7f
menus: Rename a few menu items.
2018-09-26 13:44:51 +05:30
Akash Nimare
45aedbd9db
tray: Add a separator in tray before quit item.
2018-09-26 13:44:01 +05:30
Akash Nimare
6f411a819c
menu: Remove whitespace from app version.
2018-09-26 12:27:09 +05:30
Rishi Gupta
097738332b
tray: Remove separators.
2018-09-25 12:43:32 -07:00
Rishi Gupta
b777f8a50f
menus: Rename a few menu items.
2018-09-25 09:51:01 -07:00
Akash Nimare
50f06239bb
Add release notes for v2.3.8.
2018-09-25 18:58:19 +05:30
Akash Nimare
94cbc786d6
release: 🎉 new release v2.3.8.
v2.3.8
2018-09-24 16:45:50 +05:30
Akash Nimare
75abf38515
sentry: Update Sentry to v0.10.1.
2018-09-24 16:45:50 +05:30
Akash Nimare
c1af019182
sentry: Add ignore errors to sentry configuration.
...
We could ignore the validate realm error since it's harmless and we know the reason behind this.
It mostly comes from the console logs. This is a temp solution until Sentry supports disabling
the console logs.
2018-09-24 16:43:32 +05:30
Akash Nimare
1ea8aea22a
sentry: Update Sentry to v0.9.0.
2018-09-21 14:50:47 +05:30
Akash Nimare
a7e418885a
Merge branch 'master' of github.com:zulip/zulip-electron
2018-09-20 23:11:19 +05:30
Akash Nimare
0ac823c85b
Update package-lock.json.
2018-09-20 23:10:47 +05:30
Akash Nimare
1096188ddf
Add v2.3.7-beta release notes.
2018-09-20 23:06:49 +05:30
Akash Nimare
8d0b68316c
menubar: Auto hide menubar on Windows/Linux.
...
Fixes : #563 .
2018-09-19 15:09:39 +05:30
Akash Nimare
c45ad7096f
menubar: Document auto-hide menubar setting.
2018-09-18 17:59:51 +05:30
Akash Nimare
5ca7937e52
menubar: Fix menubar not hiding properly.
2018-09-18 17:36:55 +05:30
Akash Nimare
481b99a2ab
menubar: Fix a bug in menubar settings.
2018-09-18 13:47:16 +05:30
Akash Nimare
7eb4adf722
menubar: Update menubar on changing the autoHideMenubar setting.
2018-09-18 13:41:47 +05:30
Akash Nimare
4d21a8f8d8
menubar: Auto hide menubar on Windows/Linux.
...
This PR adds a setting option to auto hide the menubar.
Fixes : #563 .
2018-09-18 12:32:23 +05:30
Akash Nimare
94270af265
settings: Minor changes in font-color.
2018-09-17 21:30:50 +05:30
Akash Nimare
177bff6113
UI: Clean up design of setting page.
...
This commit cleans up the design of setting page and
remove the inconsistency in the page design.
Few changes -
* Update the border-radius to 4px for all the buttons
* Better button UI
* Improve the layout of the setting page
* Cleaner toggle switch
2018-09-17 16:42:23 +05:30
Akash Nimare
b4fa4cacb6
electron: Update electron to v2.0.9.
2018-09-14 22:47:38 +05:30
Akash Nimare
06abf6716a
Add dev into master.
2018-09-14 19:19:19 +05:30
Priyank Patel
0ad4ea4fdf
left-sidebar: Add initial character of Realm Name instead of default icon.
...
This PR adds a feature for showing the first char of realm name as the server icon when the
icon fails to load for some reasons.
2018-09-14 18:18:45 +05:30