-
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
Feature pdf export #85
Conversation
✅ Deploy Preview for easynwk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
src/views/Pdf.vue
Outdated
<p>{{ alter.role }}</p> | ||
<p>{{ alter.age.length >= 1 ? "Alter: " + alter.age : "" }}</p> | ||
<p>{{ alter.human ? "" : "Mensch: Nein" }}</p> | ||
<p>Geschlecht: {{ alter.currentGender }}</p> |
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.
bei Nicht-Mensch: soll nicht das Geschlecht angezeigt werden sondern eine Kategorie
src/views/Pdf.vue
Outdated
<div id="brand"><i>easy</i>NWK</div> | ||
</div> | ||
<div id="egobar"> | ||
<EgoHeader /> |
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.
auch die Daten zum Ego anzeigen vgl. zum EgoEditForm.vue
src/views/Pdf.vue
Outdated
|
||
#titlebar { | ||
font-size: 180%; | ||
background: #005096; |
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.
für sparsames Drucken die #titlebar und #egobar und .panel-heading ohne Hintergrund schwarz auf weiß anzeigen sowohl auf screen als auch im print
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.
Hier noch 4 ToDos.
Ein paar Sachen an dem Branch habe ich schon angepasst.
… zum Ego anzeigt; margin vom Rand; schwarz auf weiß anzeigt
No description provided.