Commit 66bdad8
authored
DH-14657
Increases the timeout to 1s. Immediately shows the disconnect icon on
the user settings icon when disconnect happens and changes the tooltip
(although it will be extremely difficult for the user to trigger that
tooltip since the modal will block access to it 1 second later)
Here's how to test w/ ngrok (I couldn't switch between wired and
wireless on my PC b/c I need to fix some wifi drivers apparently)
```
ngrok http 10000
VITE_CORE_API_URL=https://ngrok.link/jsapi npm start
```
Then open `localhost:4000` in firefox and enable work offline from the
File menu
1 parent b0b6b05 commit 66bdad8
1 file changed
Lines changed: 27 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
891 | 892 | | |
892 | 893 | | |
893 | 894 | | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
898 | 920 | | |
899 | | - | |
900 | 921 | | |
901 | 922 | | |
902 | 923 | | |
| |||
957 | 978 | | |
958 | 979 | | |
959 | 980 | | |
960 | | - | |
| 981 | + | |
961 | 982 | | |
962 | 983 | | |
963 | 984 | | |
| |||
0 commit comments