Commit 4dbc6c6
authored
feat(dotcom): show release name on admin panel (tldraw#8630)
In order to let tldraw teammates see which dotcom SPA build they are on
(the same string Sentry uses for releases), this PR shows that value
under the admin panel title.
### Change type
- [x] `improvement`
### Test plan
1. Sign in as a tldraw user and open the admin panel.
2. Confirm a **Release:** line appears under “Admin Panel” with `local`
in development, or the `production-<sha>` style string after a
production deploy.
- [ ] Unit tests
- [ ] End to end tests
### Code changes
| Section | LOC change |
| --------------- | ---------- |
| Core code | +0 / -0 |
| Tests | +0 / -0 |
| Automated files | +0 / -0 |
| Documentation | +0 / -0 |
| Apps | +27 / -0 |
| Templates | +0 / -0 |
| Config/tooling | +0 / -0 |
Made with [Cursor](https://cursor.com)1 parent 80d88e8 commit 4dbc6c6
2 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
18 | 38 | | |
19 | 39 | | |
20 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
| |||
0 commit comments