Skip to content

Commit

Permalink
Tweaked the design
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Jul 22, 2023
1 parent bdb7baa commit 29b4dd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/scripts/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
switch (TYPE) {
case 'success':
this.$toast.success(MESSAGE);
this.$toast.info(MESSAGE);
break;
case 'error':
this.$toast.error(MESSAGE);
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ const app = createApp(App);
app.provide("$helperbird_i18n", $helperbird_i18n);
app.provide("sendToContentScript", sendToContentScript);
app.use(Toaster, {
position: "bottom-right",
duration: 4000,
position: "bottom",
duration: 2000,
dismissible: false,
});

Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"build": "npm run clean && npm run chrome"
},

"type": "module",
"jest": {
"testEnvironment": "node",
"transformIgnorePatterns": []
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
Expand Down

0 comments on commit 29b4dd5

Please sign in to comment.