Prep for 0.8.2 release

- Adds ability to view answered requests (#3)
- Fixes multi-line request display (#7)
- Docs updated for 0.8.2
This commit is contained in:
Daniel J. Summers
2017-10-01 16:15:56 -05:00
parent e0d27a708d
commit 8055c34f7c
8 changed files with 30 additions and 23 deletions

View File

@@ -6,7 +6,7 @@
vue-progress-bar
toast(ref='toast')
footer
p.text-right: i myPrayerJournal v0.8.1
p.text-right: i myPrayerJournal v0.8.2
</template>
<script>
@@ -46,4 +46,7 @@ footer p {
border-bottom: solid 1px lightgray;
margin-bottom: 20px;
}
.mpj-request-text {
white-space: pre-line;
}
</style>