-
-
Notifications
You must be signed in to change notification settings - Fork 325
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
Stk 3 - Add favourite store + handle heart click #3049
base: no-more-photo-page
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files🚀 New features to boost your workflow:
|
8cff504
to
1ac4375
Compare
@@ -118,8 +119,17 @@ const emits = defineEmits<{ | |||
help: []; | |||
}>(); | |||
|
|||
// 'UPLOAD_PHOTO' => 'Upload Photo', |
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.
Do you need the commentary here?
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.
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.
Fixed 7ad3073
import Button from "primevue/button"; | ||
import Toolbar from "primevue/toolbar"; | ||
import { ref } from "vue"; | ||
import { computed } from "vue"; |
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.
ref, computed, onMounted can set in the same import
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.
Fixed 7ad3073
293bbba
to
abaacc6
Compare
7ad3073
to
24f33b1
Compare
abaacc6
to
2459c9c
Compare
24f33b1
to
a151bd3
Compare
photoClick
is renamedphotoSelect
<a>
with@click
handler.The reason is that the heart favourite click would bubble up and open the link no matter what.