Skip to content

Commit 29b4dd5

Browse files
Tweaked the design
1 parent bdb7baa commit 29b4dd5

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

app/scripts/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
253253
switch (TYPE) {
254254
case 'success':
255-
this.$toast.success(MESSAGE);
255+
this.$toast.info(MESSAGE);
256256
break;
257257
case 'error':
258258
this.$toast.error(MESSAGE);

app/scripts/popup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ const app = createApp(App);
99
app.provide("$helperbird_i18n", $helperbird_i18n);
1010
app.provide("sendToContentScript", sendToContentScript);
1111
app.use(Toaster, {
12-
position: "bottom-right",
13-
duration: 4000,
12+
position: "bottom",
13+
duration: 2000,
1414
dismissible: false,
1515
});
1616

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@
2323
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
2424
"build": "npm run clean && npm run chrome"
2525
},
26-
27-
"type": "module",
28-
"jest": {
29-
"testEnvironment": "node",
30-
"transformIgnorePatterns": []
31-
},
3226
"devDependencies": {
3327
"@babel/core": "^7.22.9",
3428
"@babel/preset-env": "^7.22.9",

0 commit comments

Comments
 (0)