akashnimare
80c37fabb8
Enable badge api on macOS only
...
app.dock.setBadge() is supported on macOS only. Added an extra check so that it doesn't throw errors on Win + Linux.
2017-10-05 05:34:16 +05:30
akashnimare
79366e19df
Remove unnecessary logging
2017-10-05 05:28:26 +05:30
akashnimare
f409bb0449
Handle reload event correctly
...
Added the functionality to remember the last active tab. Previously, we used to load the first tab no matter what.
Also, when user adds a new server the same server will be activated.
Reloading the app will now reload the current view/server only.
Fixes #311 , #308
2017-10-05 05:21:34 +05:30
akashnimare
45bdde951f
Add a red circle over dock icon for PMs
...
This will show a small red circle over the dock icon.
This is to notify user that they have PMs in unread messages.
2017-10-03 03:29:52 +05:30
akashnimare
6b627780f0
Fetch correct organization icon from server_settings API
...
Some Zulip Servers use absolute URL for server icon whereas others use relative URL.
I have added an extra check to handle both the cases. Improves #308 .
2017-10-03 00:11:41 +05:30
akashnimare
91f3afa8fe
Show server-info on hovering the server-icons
2017-10-01 02:51:50 +05:30
akashnimare
67da435154
Fix a typo in base notification
2017-09-30 03:34:19 +05:30
akashnimare
c89733610d
Fix desktop notification control setting
...
This commit fixes a bug which was caused by calling the notification constructor without the args (title, opts etc).
2017-09-30 03:26:59 +05:30
akashnimare
ad5bef821e
UI: Remove sidebar fluctuation on switching the toggle button
...
Fixes #301
2017-09-21 00:48:08 +05:30
Akash Nimare
90d080dc96
Revert "Removed the sidebar fluctuation on switching the toggle button"
2017-09-20 23:18:35 +05:30
Shipragupta14
4b8f216bab
Removed the sidebar fluctuation on switching the toggle button
2017-09-20 02:03:39 +05:30
ihsavru
50b3151b5d
corrected typos
2017-09-19 15:52:03 +05:30
ihsavru
0c32756485
changed button and switch colour
2017-09-19 10:44:39 +05:30
ihsavru
0c0835e364
changed shortcuts UI
2017-09-17 23:31:53 +05:30
ihsavru
a218f7ea64
change toggle buttons
2017-09-17 10:45:09 +05:30
ihsavru
13a7f7475a
added toggle switches
2017-09-16 19:09:12 +05:30
Cedricium
992d92b06d
Changes made based on review
...
Removed unnecessary comments and changed the 'Save' button in `new-server-form.js`
to 'Add'.
2017-09-15 08:19:39 -07:00
Cedricium
6572c90d49
'Create New Organization' added to Settings page
...
This fixes #281 , which will allow users to open an external link in their default
browser to create a new organization on zulipchat.com.
2017-09-14 15:13:31 -07:00
Cedricium
538c18fa90
Shorten 'Keyboard Shortcuts' to just 'Shortcuts'
2017-09-11 07:39:19 -07:00
Cedricium
29e347c511
List application-specific shortcuts only
2017-09-10 14:07:04 -07:00
Cedricium
ad37a5e0a6
Changed 'Ctrl/Cmd' to appropriate user OS key
...
If Windows or Linux, variable `userOSKey` will be 'Ctrl'. For Macs, `userOSKey`
will be '⌘' and these values will show up in place of the previous 'Ctrl/Cmd' keys.
2017-09-10 00:32:06 -07:00
Cedricium
352b775e27
Added all keyboard shortcuts
...
Finished adding all keyboard shortcuts to the Settings page. Styled the tables
such that they are uniform with their columns being the same
width.
At the bottom of the 'Keyboard Shortcuts' settings page, a link to the
complete keyboard shortcuts documentation
(https://chat.zulip.org/help/keyboard-shortcuts ) was also added.
2017-09-09 22:39:34 -07:00
Cedricium
38cec25680
Adding keyboard shortcuts in Settings
...
This is the initial pass at adding keyboard shortcuts to the Settings page. In
this commit, the `ShortcutsSection` class has been created and is applied to a
newly-added 'Keyboard Shortcuts' nav item. The template for ShortcutsSection
is essentially multiple settings cards containing one table of keyboard short-
cuts organized by their underlying functionality.
The HTML `<kbd>` tag was defined in preference.css which styles the element to
look like a keyboard key, similar to StackOverflow or GitHub.
2017-09-09 19:11:19 -07:00
akashnimare
85837242e7
Add back tray icon on windows #289
2017-09-08 05:17:14 +05:30
akashnimare
9f6da5712e
Add show/hide desktop notification setting #192
2017-09-08 04:27:15 +05:30
akashnimare
158685a869
code refactor for mouse events
2017-09-07 22:50:20 +05:30
akashnimare
306feb2eff
reset window position
2017-09-07 03:29:04 +05:30
vbNETonIce
99da0a338f
tiny change in wording of new reset data option
2017-09-06 12:36:20 +02:00
akashnimare
0dc97648a0
code refactor
2017-09-06 03:54:25 +05:30
akashnimare
787f097cf3
style reset data button
2017-09-06 03:42:39 +05:30
akashnimare
2a052b2c38
Added reset app data functionality [WIP]
2017-09-06 03:15:23 +05:30
akashnimare
bcabb615b4
clear app data setting option [WIP]
2017-08-29 04:26:16 +05:30
Akash Nimare
68acf2ec64
Merge pull request #282 from zulip/auto-launch
...
Added auto launch Zulip on system startup setting option #192
2017-08-29 03:32:59 +05:30
akashnimare
4f28f6b935
Add open at login setting [WIP]
2017-08-29 01:47:19 +05:30
akashnimare
52bd600690
Detailed certificate warning message #126
2017-08-28 23:50:15 +05:30
Akash Nimare
c7ce2a8a99
updated placeholder text
...
organization >> server
2017-08-28 20:19:36 +05:30
akashnimare
9760b1bf98
Add start app at login template
2017-08-28 17:11:27 +05:30
akashnimare
d579c267f0
code refactor
2017-08-28 16:34:33 +05:30
akashnimare
8d20568b7a
Show badge on app load by default
2017-08-27 04:50:44 +05:30
akashnimare
06f38e92ce
refactor code
2017-08-27 04:28:03 +05:30
akashnimare
855e96e40e
refactoring code for badge/taskbar icon [WIP]
2017-08-27 03:58:08 +05:30
akashnimare
bb68720ab7
add badge-setting constructor [WIP]
2017-08-27 01:50:13 +05:30
akashnimare
044d007a0c
Hide/Show badge setting option [WIP]
2017-08-26 05:28:59 +05:30
Zhongyi Tong
5cd0c1ca4e
Do not show alert after turning off the proxy.
2017-08-21 11:10:01 -04:00
Zhongyi Tong
86674991c1
Fix incorrect base component.
2017-08-21 11:06:59 -04:00
Zhongyi Tong
8492cda092
Add placeholder for proxy inputs.
2017-08-20 23:04:40 -04:00
Zhongyi Tong
647303c001
Implement proxy.
2017-08-20 23:00:50 -04:00
Zhongyi Tong
fe34f8adad
Finish setting section for proxy.
2017-08-20 21:59:31 -04:00
Zhongyi Tong
a3142713f7
Initialize setting section for proxy.
2017-08-20 16:35:39 -04:00
Zhongyi Tong
876936125a
Refactor general setting section.
2017-08-20 16:00:10 -04:00