-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release: Apontamento para api v2 #352
base: main
Are you sure you want to change the base?
Conversation
add dev login btn
feat: auloes next p2
fix: devlogin btn flick
Wip/change routes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tá daora lenda (esse linter aí tá tenso)
}, | ||
// { | ||
// title: 'Aulões Next', | ||
// icon: 'mdi-school', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Algum ponto em específico o levou a comentar esse trecho?
let quad; | ||
if (month < 4) { | ||
if (month < 3) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pode dar um pouco mais de contexto dessa alteração?
@@ -87,6 +66,7 @@ const { data: crHistoryData, isPending: isPendingCrHistory } = useQuery({ | |||
}); | |||
|
|||
const crHistorySeries = computed(() => { | |||
console.log('crHistorySeries', crHistoryData.value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opa, consegue retirar os console.log?
Descrição
Tickets relacionados
Adicionou/atualizou testes automatizados?