diff --git a/resources/js/components/portal/AppLoading.vue b/resources/js/components/portal/AppLoading.vue new file mode 100644 index 0000000..ce22e3d --- /dev/null +++ b/resources/js/components/portal/AppLoading.vue @@ -0,0 +1,49 @@ + + + + + + + + diff --git a/resources/js/components/portal/EmptyState.vue b/resources/js/components/portal/EmptyState.vue new file mode 100644 index 0000000..1579dfe --- /dev/null +++ b/resources/js/components/portal/EmptyState.vue @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/js/components/portal/PageCard.vue b/resources/js/components/portal/PageCard.vue new file mode 100644 index 0000000..3dbbd87 --- /dev/null +++ b/resources/js/components/portal/PageCard.vue @@ -0,0 +1,38 @@ + + + + + + diff --git a/resources/js/components/portal/article/ArticleAttachments.vue b/resources/js/components/portal/article/ArticleAttachments.vue new file mode 100644 index 0000000..fc47b44 --- /dev/null +++ b/resources/js/components/portal/article/ArticleAttachments.vue @@ -0,0 +1,62 @@ + + + + + + Article Resources + + + + + {{ attachment.name }} + + + + + diff --git a/resources/js/components/portal/article/ArticleContent.vue b/resources/js/components/portal/article/ArticleContent.vue new file mode 100644 index 0000000..f4b2c4b --- /dev/null +++ b/resources/js/components/portal/article/ArticleContent.vue @@ -0,0 +1,72 @@ + + + + + + diff --git a/resources/js/components/portal/article/ArticleFeedback.vue b/resources/js/components/portal/article/ArticleFeedback.vue new file mode 100644 index 0000000..f64c734 --- /dev/null +++ b/resources/js/components/portal/article/ArticleFeedback.vue @@ -0,0 +1,91 @@ + + + + + + Was this content helpful? + + + + + Yes + + + + + No + + + + + {{ helpfulVotePercentage }}% of visitors found this helpful. + + + diff --git a/resources/js/components/portal/article/ArticleMeta.vue b/resources/js/components/portal/article/ArticleMeta.vue new file mode 100644 index 0000000..c712ff7 --- /dev/null +++ b/resources/js/components/portal/article/ArticleMeta.vue @@ -0,0 +1,60 @@ + + + + + + + + {{ viewCount }} Views + + + + Last updated: {{ lastUpdated }} + + +
+ +