From 6bda1143cc84593f1d3303e304555404db768da5 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Mon, 4 May 2026 18:32:20 -0700 Subject: [PATCH] feat(web): add ChatView, CitationPanel, and Natural 20 easter egg --- web/src/components/CitationPanel.vue | 69 ++++++++ web/src/views/ChatView.vue | 241 ++++++++++++++++++++++++++- 2 files changed, 308 insertions(+), 2 deletions(-) create mode 100644 web/src/components/CitationPanel.vue diff --git a/web/src/components/CitationPanel.vue b/web/src/components/CitationPanel.vue new file mode 100644 index 0000000..b0a8fb8 --- /dev/null +++ b/web/src/components/CitationPanel.vue @@ -0,0 +1,69 @@ + + + + + diff --git a/web/src/views/ChatView.vue b/web/src/views/ChatView.vue index 2430e3b..c5cb448 100644 --- a/web/src/views/ChatView.vue +++ b/web/src/views/ChatView.vue @@ -1,2 +1,239 @@ - - + + + + +