Skip to content

Commit

Permalink
Update new dashboard popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Mar 9, 2024
1 parent b9ab34b commit 8a7fac2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/dashboard/quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ const { configure } = require('quasar/wrappers');

module.exports = configure(function (/* ctx */) {
return {
eslint: {
// eslint: {
// fix: true,
// include: [],
// exclude: [],
// rawOptions: {},
warnings: true,
errors: true
},
// warnings: true,
// errors: true
// },

// https://v2.quasar.dev/quasar-cli-vite/prefetch-feature
// preFetch: true,
Expand Down
6 changes: 4 additions & 2 deletions packages/dashboard/src/components/main/LeftSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@
To revisit this message in the future, simply click on the question mark icon located in the left corner. Your
feedback is invaluable to us, so don't hesitate to reach out with any thoughts or concerns.<br>
<br>
Please report issues here: <a href="https://github.com/G4brym/R2-Explorer/issues/58" target="_blank">https://github.com/G4brym/R2-Explorer/issues/58</a><br>
Please report issues here: <a href="https://github.com/G4brym/R2-Explorer/issues" target="_blank">https://github.com/G4brym/R2-Explorer/issues</a><br>
<br>
If you would like to continue using the old Dashboard: <a href="/v1.0/">click here</a><br>
If you would like to continue using the old Dashboard, please follow this <a
href="https://r2explorer.dev/guides/continue-using-legacy-dashboard/" target="_blank">guide from the
documentation</a><br>
<br>
Thank you for being a part of our journey towards excellence! 🌟<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const baseConfig = {
readonly: false,
cors: true,
showHiddenFiles: true,
dashboardUrl: "https://dashboard-v1.r2-explorer-dashboard.pages.dev/",
// dashboardUrl: "https://dashboard-v1.r2-explorer-dashboard.pages.dev/",
cacheAssets: false,
};

Expand Down

0 comments on commit 8a7fac2

Please sign in to comment.