You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client/web
Will Norris 9c4364e0b7 client/web: copy existing UI to basic react components
This copies the existing go template frontend into very crude react
components that will be driven by a simple JSON api for fetching and
updating data.  For now, this returns a static set of test data.

This just implements the simple existing UI, so I've put these all in a
"legacy" component, with the expectation that we will rebuild this with
more properly defined components, some pulled from corp.

Updates tailscale/corp#13775

Signed-off-by: Will Norris <will@tailscale.com>
11 months ago
..
src client/web: copy existing UI to basic react components 11 months ago
auth-redirect.html client/web: extract web client from cli package 11 months ago
dev.go client/web: add barebones vite dev setup 11 months ago
index.html client/web: copy existing UI to basic react components 11 months ago
package.json client/web: add prettier and format scripts 11 months ago
postcss.config.js client/web: add tailwind styling to react app 11 months ago
tailwind.config.js client/web: add tailwind styling to react app 11 months ago
tsconfig.json client/web: add tsconfig.json 11 months ago
vite.config.ts client/web: add barebones vite dev setup 11 months ago
web.css client/web: extract web client from cli package 11 months ago
web.go client/web: add barebones vite dev setup 11 months ago
web.html client/web: extract web client from cli package 11 months ago
web_test.go client/web: extract web client from cli package 11 months ago
yarn.lock client/web: add prettier and format scripts 11 months ago