Skip to content

Commit 2ad4f99

Browse files
Remove branding from demo app
1 parent ea3841c commit 2ad4f99

26 files changed

Lines changed: 698 additions & 822 deletions

examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Examples
22

3-
Use [demo](./demo). It is a deployable Vite app with a claim-desk scenario:
3+
Use [demo](./demo). It is a deployable Vite app with neutral route-cache examples:
44

5-
- Live case: a retained claim file that keeps form state after navigation.
6-
- Guided comparison: a saved claim beside a scratch note that resets.
7-
- Advanced workbench: retained forms, filtered lists, manual close controls,
5+
- Saved page: a retained route that keeps form state after navigation.
6+
- Guided comparison: a cached form beside a reset form.
7+
- Advanced examples: retained forms, filtered lists, manual close controls,
88
lifecycle state, and window scroll restoration.
99

1010
The retained pages use TanStack Router loaders that call delayed demo server

examples/demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Deployable Vite demo for `tanstack-router-cache`.
44

5-
The app opens on a claim file that stays alive while the user visits another
5+
The app opens on a saved page that stays alive while the user visits another
66
page. It also includes:
77

8-
- Guided comparison: a saved claim file beside a scratch note that resets.
9-
- Advanced workbench: long notes, filtered repair partners, marked rows,
8+
- Guided comparison: a cached form beside a reset form.
9+
- Advanced examples: long notes, filtered records, marked rows,
1010
lifecycle state, manual close controls, and scroll restoration.
1111

1212
Cached pages use route loaders that call delayed demo server functions. The
1313
first visit shows the loading delay; returning to a cached page keeps the
14-
prepared time, desk id, and local state in place.
14+
prepared time, load id, and local state in place.
1515

1616
```sh
1717
bun install

examples/demo/index.html

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,57 +3,44 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta name="application-name" content="ClaimDesk Live">
7-
<meta name="author" content="MappTech">
6+
<meta name="application-name" content="tanstack-router-cache demo">
87
<meta
98
name="keywords"
10-
content="ClaimDesk Live, claims workspace, insurance adjusters, route cache, TanStack Router, tanstack-router-cache"
9+
content="TanStack Router, route cache, view cache, tanstack-router-cache"
1110
>
1211
<meta name="robots" content="index, follow">
13-
<meta name="theme-color" content="#14312d">
12+
<meta name="theme-color" content="#111827">
1413
<meta
1514
name="description"
16-
content="ClaimDesk Live is an interactive route-cache demo that keeps insurance claim notes, repair partners, and customer workspaces ready while adjusters move between pages."
15+
content="Interactive demo for tanstack-router-cache route view caching."
1716
>
18-
<meta property="og:site_name" content="ClaimDesk Live">
17+
<meta property="og:site_name" content="tanstack-router-cache demo">
1918
<meta property="og:type" content="website">
20-
<meta property="og:title" content="ClaimDesk Live | Claims stay ready">
19+
<meta property="og:title" content="tanstack-router-cache demo">
2120
<meta
2221
property="og:description"
23-
content="Explore a claims desk demo where live notes, repair networks, and adjuster workflows stay ready across route changes."
22+
content="Demonstrates cached and reset route pages with TanStack Router."
2423
>
25-
<meta property="og:image" content="/og-image.svg">
26-
<meta property="og:image:alt" content="ClaimDesk Live product card">
27-
<meta name="twitter:card" content="summary_large_image">
28-
<meta name="twitter:title" content="ClaimDesk Live | Claims stay ready">
24+
<meta name="twitter:card" content="summary">
25+
<meta name="twitter:title" content="tanstack-router-cache demo">
2926
<meta
3027
name="twitter:description"
31-
content="A polished insurance claim workspace demo powered by route view caching."
28+
content="Demonstrates cached and reset route pages with TanStack Router."
3229
>
33-
<meta name="twitter:image" content="/og-image.svg">
34-
<meta name="twitter:image:alt" content="ClaimDesk Live product card">
3530
<link rel="icon" href="/logo.svg" type="image/svg+xml">
3631
<link rel="apple-touch-icon" href="/logo.svg">
3732
<link rel="manifest" href="/site.webmanifest">
3833
<script type="application/ld+json">
3934
{
4035
"@context": "https://schema.org",
4136
"@type": "SoftwareApplication",
42-
"name": "ClaimDesk Live",
43-
"applicationCategory": "BusinessApplication",
37+
"name": "tanstack-router-cache demo",
38+
"applicationCategory": "DeveloperApplication",
4439
"operatingSystem": "Web",
45-
"description": "Interactive claims workspace demo for route view caching.",
46-
"author": {
47-
"@type": "Organization",
48-
"name": "MappTech"
49-
},
50-
"publisher": {
51-
"@type": "Organization",
52-
"name": "Northline Mutual"
53-
}
40+
"description": "Interactive demo for tanstack-router-cache route view caching."
5441
}
5542
</script>
56-
<title>ClaimDesk Live | Claims stay ready</title>
43+
<title>tanstack-router-cache demo</title>
5744
</head>
5845
<body>
5946
<div id="root"></div>

examples/demo/public/logo.svg

Lines changed: 3 additions & 10 deletions
Loading

examples/demo/public/og-image.svg

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "ClaimDesk Live",
3-
"short_name": "ClaimDesk",
4-
"description": "Interactive claims workspace demo for route view caching.",
2+
"name": "tanstack-router-cache demo",
3+
"short_name": "router-cache",
4+
"description": "Interactive demo for tanstack-router-cache route view caching.",
55
"icons": [
66
{
77
"src": "/logo.svg",
@@ -10,7 +10,7 @@
1010
"purpose": "any maskable"
1111
}
1212
],
13-
"theme_color": "#14312d",
14-
"background_color": "#edf3f1",
13+
"theme_color": "#111827",
14+
"background_color": "#f6f8fb",
1515
"display": "standalone"
1616
}

0 commit comments

Comments
 (0)