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
Zhongyi Tong
9e6bb1b48f
Fix stying.
2017-07-09 23:08:59 +08:00
Zhongyi Tong
d3c2da7961
Support switching Settings view from different action buttons.
2017-07-09 23:01:46 +08:00
Zhongyi Tong
a5017456f2
Move add server buttom to above area.
2017-07-09 20:29:40 +08:00
akashnimare
76cd62d0c8
Added desktop notification support on windows 8 fixes #199
2017-07-08 04:43:16 +05:30
akashnimare
8148d83448
Add sound settings [WIP] #186
2017-07-07 00:08:14 +05:30
akashnimare
a55cda3b1f
Added a warning dialog for deleting server
2017-07-06 19:23:35 +05:30
akashnimare
e381960206
hide Existing servers if there is no server
2017-07-06 00:17:12 +05:30
akashnimare
af0ec80998
Refinements on settings template
2017-07-05 20:56:07 +05:30
akashnimare
5653a38d9b
init betaupdates to false
2017-07-05 18:26:04 +05:30
Zhongyi Tong
cd387aaf9c
Reload db after update.
2017-07-05 20:41:01 +08:00
akashnimare
24b5e0412b
changed betaUpdate >> BetaUpdate
2017-07-05 17:15:38 +05:30
Zhongyi Tong
d3a5eceaf9
Change config filename to avoid conflict.
2017-07-05 19:25:34 +08:00
Zhongyi Tong
b1365f9669
Fix defaultValue not set on the first time.
2017-07-05 18:58:25 +08:00
Zhongyi Tong
46cf5c9a5c
Make ConfigUtil runnable in both processes.
2017-07-05 18:05:50 +08:00
akashnimare
14b9fcf8d7
add settings for beta updates [WIP] #173
2017-07-05 03:05:02 +05:30
Zhongyi Tong
57ad2d63e0
Fix a styling bug.
2017-07-03 02:11:21 +08:00
Zhongyi Tong
2fcc5d9649
Fix linting errors.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
45523f41aa
Add tray options in settings page.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
15b3af7b97
Update tray script to support shown/hidden state on start-up.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
81d3aa8a1b
Add ConfigUtil to manage config items.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
321860a232
Disable preload script in functional tab.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
a74b17b989
Finish the framework of settings.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
ffba6b68f8
Extract Nav from Preference.
2017-07-03 02:02:43 +08:00
Zhongyi Tong
1e60643ae9
Fix multiple settings tabs.
2017-06-28 20:37:31 +08:00
Zhongyi Tong
d9fbcaf38e
Fix linting errors.
2017-06-28 00:47:42 +08:00
Zhongyi Tong
9e5a67c36b
Fix close settings causing split webviews ( #188 ).
2017-06-28 00:44:23 +08:00
Zhongyi Tong
98e73f807c
Reload the app when users try to resume the connection.
2017-06-21 20:47:40 +08:00
Zhongyi Tong
f96dd6e6bc
Fix linting error.
2017-06-21 20:11:58 +08:00
Zhongyi Tong
1511ce4610
Reconnect app when network comes back.
2017-06-21 20:10:58 +08:00
Zhongyi Tong
937a193a61
Fix linting errors.
2017-06-21 15:59:09 +08:00
Zhongyi Tong
3823ac7f78
Improve network error display.
2017-06-21 15:56:05 +08:00
akashnimare
878cc3fe82
focus window onclicking tray menus #fixes #183
2017-06-20 15:19:57 +05:30
akashnimare
eace637f29
Toggle window on clicking tray icon [Windows only]
2017-06-20 15:00:43 +05:30
akashnimare
316b5fda9e
ignore spellchecker for input field
2017-06-19 15:56:06 +05:30
akashnimare
8252c9ae6c
remove unused tray option
2017-06-19 12:45:33 +05:30
Zhongyi Tong
44337dd04c
Fix a bug which would cause WebView not shown after loading.
2017-06-19 00:32:24 +08:00
Zhongyi Tong
bb76e2c2f4
Fix isInternal and open image in browser.
2017-06-18 09:58:13 +08:00
Zhongyi Tong
71305bca4e
Load default icon locally.
2017-06-18 09:56:28 +08:00
Zhongyi Tong
9cff5c5a4d
Fix linting errors.
2017-06-18 02:28:50 +08:00
Zhongyi Tong
f3cf2229c6
Add the ability to close for functional tabs.
2017-06-18 02:17:18 +08:00