Commit bf4dc49
Surface the Thunderbird add-on version as a small tag on the add-on's own
surfaces — the management page (AddonManagementPage) and the popup
(ExtensionPage) — so it's easy to tell which add-on version is running.
The tag renders the build's __APP_VERSION__ via a small shared VersionTag.vue.
In the add-on build that value is the packages/addon version (the add-on
version). It is intentionally NOT added to the standalone web app's own
surfaces (main footer, web management page): the web build has its own version,
so showing the add-on version there would be misleading and would require
cross-package version wiring. Keeping each build to its own __APP_VERSION__
keeps this change simple.
Verified on the running dev app: the popup renders the version tag and the
web management page does not; all touched components compile.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 198c6c0 commit bf4dc49
3 files changed
Lines changed: 32 additions & 0 deletions
File tree
- packages
- addon/src/apps
- send/frontend/src/apps
- common
- send
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
0 commit comments