Akash Nimare
7962ccf19a
Merge pull request #241 from geeeeeeeeek/issue/216-webview-focus
...
Add an os check for webview focus events.
2017-08-01 18:25:55 +00:00
Zhongyi Tong
3ad73a1eaa
Explicit focus webview on macOS alone.
2017-08-02 02:23:35 +08:00
Zhongyi Tong
4445baafa9
Add an os check for webview focus events.
2017-08-02 02:07:00 +08:00
Akash Nimare
63cfcbbaf1
Merge pull request #240 from geeeeeeeeek/issue/sidebar-hidden-on-first-use
...
Set show-sidebar to true by default.
2017-08-01 17:37:07 +00:00
Zhongyi Tong
769972fc4b
Set show-sidebar to true by default.
2017-08-02 01:27:45 +08:00
akashnimare
2c8cf2b959
Handle full-reload event properly
2017-08-01 00:52:40 +05:30
Akash Nimare
068fe249ea
Merge pull request #236 from geeeeeeeeek/issue/fetch-server-details-from-zulip-api
...
Issue/fetch server details from zulip api
2017-07-31 18:32:32 +00:00
Zhongyi Tong
0f6e48c65f
Remove customized fields of add a server.
2017-07-31 18:17:52 +08:00
akashnimare
fa50243dbb
Fixing server-icon path error [Windows]
...
Since URL of background-image creates path issue on windows, I have implemented the same styling with img src tag which works fine on windows as well.
2017-07-30 17:33:43 +05:30
Akash Nimare
9e4e5e9bfd
Merge pull request #237 from zulip/link-issue
...
Handle new-window event properly #204 #164
2017-07-28 09:38:35 +00:00
Zhongyi Tong
c413a65f07
Make ServerName optional.
2017-07-28 00:06:28 +08:00
Zhongyi Tong
53c91e890a
Fetch server details from zulip api.
2017-07-27 23:50:04 +08:00
akashnimare
c5d9eceb6d
fixing taskbar overlay icon messagecount and styling
2017-07-27 01:39:12 +05:30
Akash Nimare
f2a7ce188d
Merge pull request #230 from geeeeeeeeek/feature/collapse-button
...
Hide/Toggle left sidebar
2017-07-26 18:37:00 +00:00
Akash Nimare
3dd9c89a0e
Show sidebar initially
...
We should not hide it by default since users might not able to find it. Let's show it initially and let them decide.
2017-07-26 23:55:54 +05:30
Akash Nimare
697948c9d8
Merge pull request #219 from geeeeeeeeek/issue/tab-style
...
Issue/tab style
2017-07-26 15:35:53 +00:00
Zhongyi Tong
5150b7c57c
Add menu item for sidebar toggle.
2017-07-26 18:19:08 +08:00
Zhongyi Tong
ce88da3de9
Initialize sidebar appearance from settings.
2017-07-26 18:05:32 +08:00
Zhongyi Tong
0617f41a2d
Revert collapse button.
2017-07-26 17:56:58 +08:00
Zhongyi Tong
975bcbbe31
Add settings item for sidebar toggle.
2017-07-26 17:54:03 +08:00
akashnimare
297ada5565
better certificate error message
2017-07-26 01:12:27 +05:30
akashnimare
1fe64cb8d7
Handle new-window event properly #204 #164
2017-07-26 00:35:06 +05:30
akashnimare
9a0f6648ff
use relative path for bg-image [WIP] #181
2017-07-23 03:07:20 +05:30
akashnimare
dc287e7e57
Added comment about creating tray on linux
2017-07-22 21:38:32 +05:30
akashnimare
ac0d998804
Linting
2017-07-22 21:19:48 +05:30
akashnimare
1d38ebdf05
Don't create tray form unread counts on Windows + macOS
2017-07-22 21:17:16 +05:30
akashnimare
d70783600d
Removed unused checkConnectivity function
2017-07-22 21:04:25 +05:30
Zhongyi Tong
2deb63b557
Add CollapseButton component.
2017-07-21 17:54:53 +08:00
akashnimare
c37ae73392
🎉 Added taskbar overlay icon
2017-07-21 06:42:05 +05:30
Zhongyi Tong
d4decfb6af
Remove space in shortcut text on Linux and Windows.
2017-07-20 11:30:49 +08:00
akashnimare
5bbf710529
injecting css in webviews
2017-07-20 01:10:48 +05:30
Zhongyi Tong
b057bffe42
Change to .
2017-07-19 23:47:35 +08:00
akashnimare
4e04c85258
Added basic tooltip
2017-07-18 23:42:04 +05:30
Akash Nimare
6594da6ddd
Revert "Add tooltip"
2017-07-18 23:04:58 +05:30
Akash Nimare
0004152e18
Merge branch 'master' into tooltip
2017-07-18 17:26:57 +00:00
Zhongyi Tong
0ee85bea16
Update style.
2017-07-18 00:47:00 +08:00
Zhongyi Tong
592584fcf4
Use in tab description on win/linux
2017-07-18 00:10:10 +08:00
Zhongyi Tong
8e1b7a0289
Remove empty line.
2017-07-17 23:35:22 +08:00
Zhongyi Tong
715cf8d86f
Reload db after changes.
2017-07-17 23:33:01 +08:00
Zhongyi Tong
0dc20cc66c
Provide silent & seamless reload for the app.
2017-07-17 23:09:58 +08:00
akashnimare
72974b075f
Add tooltip [WIP] #207
2017-07-14 05:58:20 +05:30
akashnimare
5a2975ca4d
handle certs error properly [WIP] #211
2017-07-13 22:01:20 +05:30
Greg Price
6bd4c44893
settings: Tweak text of initial screen to be a bit clearer.
...
The label "New Server" sounds to me like it's suggesting I create
a new actual server -- which I don't want to do, I want to connect
to an existing server where a community I know is talking.
Change the text to track a bit closer to what's really going on.
I think there's probably more that would be useful to do to
make this flow smoother for a new user, but this is a start.
2017-07-12 13:51:00 -07:00
akashnimare
f39839618d
open /apps, /api, /integration page in browser instead of app
2017-07-12 15:12:58 +05:30
akashnimare
3f93a3346f
Allow server which is signed by root cert WIP #150
...
App used to throw an error because it assumes that the certificate is invalid or not signed properly.
The solution of this problem is same as self-signed certificate fix which is we simply show a warning dialog asking user if they trust the certificate.
2017-07-12 00:45:44 +05:30
Zhongyi Tong
f600c4db0e
Eliminate the race condition of pipe and reload.
2017-07-11 11:57:17 +08:00
Zhongyi Tong
4e5816697e
Enhance the error handling of icon download.
2017-07-11 11:34:51 +08:00
Zhongyi Tong
4cd8efa396
Fix linting errors.
2017-07-11 00:54:51 +08:00
Zhongyi Tong
541ba335ae
Save server icon to a local folder.
2017-07-11 00:47:30 +08:00
Zhongyi Tong
890d7caea5
Provide keyboard shortcut to switch between servers.
2017-07-10 14:40:02 +08:00