Sharang Parnerkar
b7df8222bb
feat(ui): add privacy policy and impressum links to sidebar footer
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m29s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Format (pull_request) Successful in 2s
CI / Clippy (pull_request) Successful in 2m19s
CI / Security Audit (pull_request) Has been skipped
CI / Tests (pull_request) Has been skipped
CI / Deploy (push) Has been skipped
CI / Deploy (pull_request) Has been skipped
Add legal links below the social icons in the sidebar footer,
matching the existing links on the landing page.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 20:37:23 +01:00
Sharang Parnerkar
7bff029194
feat(chat): add copy, share, and edit action buttons above input bar
...
CI / Format (push) Successful in 4s
CI / Clippy (push) Successful in 2m34s
CI / Security Audit (push) Has been skipped
CI / Tests (push) Has been skipped
CI / Deploy (push) Has been skipped
Add ChatActionBar component with three icon buttons above the chat
input:
- Copy: copies last assistant response to clipboard
- Share: copies full conversation text to clipboard
- Edit: removes last user message and places it back in input
Buttons are disabled when no relevant messages exist.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 20:00:33 +01:00
Sharang Parnerkar
515347d896
fix(chat): load messages when clicking a session in sidebar
...
Move active_session_id signal read inside the use_resource closure
so it is tracked as a reactive dependency. Previously the read
happened outside, so use_resource never re-fetched messages on
session change.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 19:48:27 +01:00
Sharang Parnerkar
0ca0366f3a
feat(chat): integrate News namespace sessions from dashboard
...
Dashboard article follow-up chats now persist to MongoDB as News
namespace sessions, making them visible in the Chat page sidebar
under "News Chats".
On first follow-up message: creates a News session with the article
title/URL, saves the system context message, then persists each
user and assistant message. Subsequent messages in the same article
reuse the existing session ID.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 19:43:35 +01:00
Sharang Parnerkar
1a244f8f3d
feat(chat): add LibreChat-inspired chat interface with MongoDB persistence
...
Implement full chat functionality with persistent sessions and messages
stored in MongoDB, LLM completion via Ollama (with multi-provider
dispatch support), markdown rendering, and a model selector.
- Add ChatSession/ChatMessage models with serde attributes for MongoDB
ObjectId handling (skip_serializing_if empty, alias _id)
- Add CRUD server functions: list/create/rename/delete sessions,
list/save messages, non-streaming chat completion
- Add raw Document collection accessor for BSON ObjectId -> String
conversion in read paths
- Add SSE streaming endpoint (Axum handler) for future streaming support
- Add provider dispatch client (Ollama, OpenAI, Anthropic, HuggingFace)
- Add frontend components: ChatSidebar with namespace grouping,
ChatModelSelector, ChatMessageList, ChatInputBar, ChatBubble with
pulldown-cmark markdown rendering and StreamingBubble thinking indicator
- Rewrite ChatPage with full signal-based state management
- Add comprehensive CSS for chat UI, markdown prose, animations
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 19:40:31 +01:00
Sharang Parnerkar
1f9629f111
feat(auth): add custom Keycloak login theme matching dashboard
...
Branded Keycloak login page with CERTifAI dark theme: indigo/teal
color palette, Inter + Space Grotesk fonts, animated background
gradients, card glow, logo float, and button shimmer effects.
Overrides PatternFly v4 defaults including autofill color fix.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-20 18:15:37 +01:00
4acb4558b7
feat(app): add seggwat feedback widget and update README ( #9 )
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m26s
CI / Security Audit (push) Successful in 1m43s
CI / Tests (push) Successful in 2m54s
CI / Deploy (push) Successful in 2s
Add feedback widget script with right-side button position and
screenshot support. Remove rating widget from sidebar footer.
Redesign README with centered logo, badges, and structured layout.
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #9
2026-02-20 15:59:25 +00:00
e68f840f2b
feat(db): Added database setup and basic types ( #5 )
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m21s
CI / Security Audit (push) Successful in 1m44s
CI / Tests (push) Successful in 2m55s
CI / Deploy (push) Successful in 2s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #5
2026-02-20 14:58:14 +00:00
5ce600e32b
fix(dash): improved dashboard and some bug fixes ( #8 )
...
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 2m24s
CI / Security Audit (push) Successful in 1m44s
CI / Tests (push) Successful in 2m59s
CI / Deploy (push) Successful in 4s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #8
2026-02-20 12:17:09 +00:00
5399afd748
feat(dashboard): added dashboard content and features ( #7 )
...
CI / Format (push) Successful in 2s
CI / Clippy (push) Successful in 2m18s
CI / Security Audit (push) Successful in 1m40s
CI / Tests (push) Successful in 2m51s
CI / Deploy (push) Successful in 2s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #7
2026-02-19 19:23:06 +00:00
a588be306a
feat(dash): improved frontend dashboard ( #6 )
...
CI / Format (push) Successful in 6m30s
CI / Clippy (push) Successful in 2m25s
CI / Security Audit (push) Successful in 1m53s
CI / Tests (push) Successful in 2m50s
CI / Deploy (push) Successful in 4s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #6
2026-02-19 11:52:41 +00:00
f699976f4d
ci(fix): Dockerfile entrypoint ( #4 )
...
CI / Format (push) Successful in 6m52s
CI / Clippy (push) Successful in 2m31s
CI / Security Audit (push) Successful in 1m45s
CI / Tests (push) Successful in 3m2s
CI / Build & Push Image (push) Successful in 3m13s
CI / Changelog (push) Failing after 1m37s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #4
2026-02-18 15:38:05 +00:00
0673f7867c
feat(ui): added daisy UI for beautification ( #3 )
...
CI / Clippy (push) Successful in 2m33s
CI / Format (push) Successful in 7m0s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m1s
CI / Build & Push Image (push) Successful in 3m6s
CI / Changelog (push) Failing after 1m44s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #3
2026-02-18 14:43:11 +00:00
6d3e99220c
ci: added basic workflows ( #2 )
...
CI / Clippy (push) Successful in 2m35s
CI / Security Audit (push) Successful in 1m46s
CI / Tests (push) Successful in 3m5s
CI / Format (push) Successful in 6m53s
CI / Build & Push Image (push) Failing after 1m54s
CI / Changelog (push) Failing after 1m39s
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #2
2026-02-18 09:46:29 +00:00
1072770d11
feat: added oauth based login and registration ( #1 )
...
Co-authored-by: Sharang Parnerkar <parnerkarsharang@gmail.com >
Reviewed-on: #1
2026-02-18 09:21:46 +00:00
Sharang Parnerkar
b8aad0e23c
Initial commit
2026-02-15 23:05:33 +01:00