-
Notifications
You must be signed in to change notification settings - Fork 62
feat(print): activity list for courses #6031
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
Conversation
⛔ Feature branch deployment currently inactive.If the PR is still open, you can add the |
| design: { | ||
| multiple: true, | ||
| }, | ||
| repairConfig(config, camp) { |
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.
Here some tests would be good
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 with c940e55
| <div class="tw-font-bold">{{ entry.checklist.name }}</div> | ||
| <ul class="tw-list-disc tw-list-inside"> | ||
| <li v-for="item in entry.items" :key="item.id"> | ||
| <span class="tw-mr-1">{{ item.number }}</span> {{ item.text }} |
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.


Implements
All is only implemented in nuxt print. React print would need a separate implementation.
Normal program print
Dedicated activity overview print for courses