Commit fb82717
fix(web): hide update toast for askgithub deployment (#931)
* fix: hide update toast for askgithub deployment
When EXPERIMENT_ASK_GH_ENABLED is true, the UpgradeToast component
is no longer rendered. This is appropriate for the askgithub deployment
since users are not self-hosting and don't need to be notified about
new versions.
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
* docs: add changelog entry for hiding update toast on askgithub
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
* docs: add PR link to CHANGELOG entry for askgithub toast fix
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 5950806 commit fb82717
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
0 commit comments