summaryrefslogtreecommitdiffhomepage
path: root/client/web/src
AgeCommit message (Collapse)AuthorFilesLines
2023-08-16client/web: hook up data fetching to fill --dev React UISonia Appasamy2-32/+28
Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-15client/web: copy existing UI to basic react componentsWill Norris4-1/+461
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>
2023-08-14client/web: add tailwind styling to react appSonia Appasamy2-1/+4
Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-11client/web: add tsconfig.jsonSonia Appasamy1-1/+1
Also allows us to use absolute import paths (see change in index.tsx). Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
2023-08-11client/web: pipe through to React in dev modeSonia Appasamy2-0/+21
Updates tailscale/corp#13775 Signed-off-by: Sonia Appasamy <sonia@tailscale.com>