tailscale/client/web
Sonia Appasamy 349c05d38d client/web: refresh on tab focus
Refresh node data when user switches to the web client browser tab.
This helps clean up the auth flow where they're sent to another tab
to authenticate then return to the original tab, where the data
should be refreshed to pick up the login updates.

Updates tailscale/corp#13775

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-24 12:22:47 -04:00
..
src client/web: refresh on tab focus 2023-08-24 12:22:47 -04:00
api.go client/web: add csrf protection to web client api 2023-08-21 15:02:02 -04:00
dev.go client/web: add barebones vite dev setup 2023-08-10 21:54:43 -04:00
index.html client/web: copy existing UI to basic react components 2023-08-15 12:01:36 -07:00
package.json client/web: add csrf protection to web client api 2023-08-21 15:02:02 -04:00
postcss.config.js client/web: add tailwind styling to react app 2023-08-14 15:29:12 -04:00
tailwind.config.js client/web: add tailwind styling to react app 2023-08-14 15:29:12 -04:00
tsconfig.json client/web: add tsconfig.json 2023-08-11 11:55:29 -04:00
vite.config.ts client/web: add barebones vite dev setup 2023-08-10 21:54:43 -04:00
web.css client/web: extract web client from cli package 2023-08-09 09:53:37 -07:00
web.go client/web: cache csrf key when running in CGI mode 2023-08-24 09:17:04 -07:00
web.html client/web: extract web client from cli package 2023-08-09 09:53:37 -07:00
web_test.go client/web: extract web client from cli package 2023-08-09 09:53:37 -07:00
yarn.lock client/web: add csrf protection to web client api 2023-08-21 15:02:02 -04:00