@sentry/junior-dashboard 0.139.0 → 0.140.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.js +1 -1
- package/dist/client/api.d.ts +2 -2
- package/dist/client.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/src/client/pages/tasks/TasksPage.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/junior-dashboard",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.140.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"react-router": "^7.16.0",
|
|
35
35
|
"shiki": "4.1.0",
|
|
36
36
|
"zod": "^4.4.3",
|
|
37
|
-
"@sentry/junior": "0.
|
|
38
|
-
"@sentry/junior-plugin-api": "0.
|
|
37
|
+
"@sentry/junior": "0.140.0",
|
|
38
|
+
"@sentry/junior-plugin-api": "0.140.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@tailwindcss/cli": "^4.3.0",
|
|
@@ -267,7 +267,7 @@ function emptyText(input: {
|
|
|
267
267
|
return "No tasks matched these filters.";
|
|
268
268
|
}
|
|
269
269
|
if (input.scope === "mine" && input.mineCount === 0) {
|
|
270
|
-
return "You have
|
|
270
|
+
return "You have no active or completed tasks.";
|
|
271
271
|
}
|
|
272
272
|
if (input.scope === "public" && input.publicCount === 0) {
|
|
273
273
|
return "No tasks are assigned to public destinations in your linked workspaces.";
|