-
Notifications
You must be signed in to change notification settings - Fork 0
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
zoomto function + icons #53
Conversation
src/components/TheEntryList.vue
Outdated
@@ -62,6 +69,11 @@ import { useDataEntries } from '../composables/useDataEntries.js'; | |||
|
|||
const { allData, emptyEntry, entry } = useDataEntries(); | |||
|
|||
function zoomTo(nr) { | |||
entry.value = JSON.parse(JSON.stringify(allData.value.saved[nr])); | |||
console.log(entry.value.schlaginfo.basic.parts); |
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.
@ahocevar - Im Moment gibt er nur die parts
aus - die sind aber immer undefined
3e8607b
to
fb8c714
Compare
6e371ba
to
ff69c6b
Compare
style: { | ||
'fill-color': 'rgba(255, 0, 0, 0.25)', | ||
}, |
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.
@arnold-pichler Hier ist der Style. Derzeit mal rot mit 25% Opacity, wie gewünscht.
7346da0
to
9989327
Compare
Zoom auf Schlag aus der Liste heraus