Skip to content
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

Merged
merged 17 commits into from
Sep 13, 2024
Merged

zoomto function + icons #53

merged 17 commits into from
Sep 13, 2024

Conversation

arnold-pichler
Copy link
Contributor

Zoom auf Schlag aus der Liste heraus

@@ -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);
Copy link
Contributor Author

@arnold-pichler arnold-pichler Sep 4, 2024

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

@ahocevar ahocevar changed the title zoomto function + icona zoomto function + icons Sep 4, 2024
Comment on lines +186 to +188
style: {
'fill-color': 'rgba(255, 0, 0, 0.25)',
},
Copy link
Contributor

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.

@arnold-pichler arnold-pichler merged commit 17d0e03 into main Sep 13, 2024
1 check passed
@ahocevar ahocevar deleted the schlag-zoom branch September 13, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants