Skip to content

Commit

Permalink
fix: finish task tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSM committed Nov 26, 2023
1 parent ebd059b commit 2d4f561
Show file tree
Hide file tree
Showing 8 changed files with 389 additions and 273 deletions.
2 changes: 1 addition & 1 deletion apps/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default defineAppConfig({
ui: {
tooltip: {
container: "z-50 group",
background: "bg-red-500",
background: "bg-white",
},
},
});
2 changes: 1 addition & 1 deletion apps/app/components/atoms/LeftMenuLessonItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function finishTask() {
class="hidden group-hover:flex"
v-if="!done && coursesStore.isEnrolled"
>
<UTooltip text="Tooltip example" :popper="{ placement: 'right' }">
<UTooltip text="Finalizar tarefa" :popper="{ placement: 'right' }">
<font-awesome-icon
@click="finishTask"
class="hover:text-zinc-950 transition-all text-zinc-500"
Expand Down
4 changes: 2 additions & 2 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@nuxt/content": "npm:@nuxt/content-edge@latest",
"@nuxtjs/fontaine": "^0.2.5",
"@types/node": "^20.4.6",
"@types/node": "^20.10.0",
"nuxt": "^3.7.3",
"nuxt-schema-org": "^2.1.3",
"typescript": "^5.1.6"
"typescript": "^5.3.2"
},
"dependencies": {
"@clerk/clerk-js": "4.44.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@rushstack/eslint-patch": "^1.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^3.0.3",
"vite": "^4.4.9"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@nuxtjs/fontaine": "^0.2.5",
"@types/node": "^20.4.6",
"@types/node": "^20.10.0",
"nuxt": "^3.8.2",
"nuxt-schema-org": "^2.2.0",
"nuxt-simple-robots": "^3.1.0",
"nuxt-simple-sitemap": "^3.1.4",
"typescript": "^5.1.6"
"typescript": "^5.3.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"path": "cz-conventional-changelog"
}
},
"resolutions": {
"globby": "13.2.2"
},
"name": "my-turborepo",
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"lint": "eslint ."
},
"dependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@rushstack/eslint-patch": "^1.6.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/eslint-config-prettier": "^7.1.0",
"eslint": "^8.46.0",
"eslint": "^8.54.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.16.1",
"eslint-plugin-vue": "^9.18.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.1.6",
"typescript": "^5.3.2",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.3.1"
"vue-eslint-parser": "^9.3.2"
}
}
Loading

0 comments on commit 2d4f561

Please sign in to comment.