Commit Graph

82 Commits

Author SHA1 Message Date
gramps 3fccb0f2e7 rename NEW/OLD -> ↓SORT / ↑SORT for sort direction indicator 2026-07-14 13:49:20 -07:00
gramps af2f8fa90f fix: wider confidence scale + 80/15 thresholds (green/orange/red) 2026-07-14 13:47:19 -07:00
gramps 1f571f6284 fix: toggleDirection now reorders existing messages in DOM 2026-07-14 13:43:01 -07:00
gramps fbd734ccd4 fix: privacy badge reads PRIVACY ON / PRIVACY OFF (not bare PRIVACY) 2026-07-14 13:36:56 -07:00
gramps 8e800b57d1 fix: rename PRIVATE->PRIVACY, implement info popup overlay for privacy mode 2026-07-14 13:36:01 -07:00
gramps ac58531e8b fix: private badge initial text shows PRIVATE OFF (matches default state) 2026-07-14 13:32:25 -07:00
gramps c879c67e4c fix: always show WEB search button (enable/disable instead of hide/show) 2026-07-14 13:30:34 -07:00
gramps f6b01ec9ac B8: Private Chat mode + WireGuard docs + README data safety section (v0.19.3) 2026-07-14 08:52:32 -07:00
gramps 4f16a9c078 B6: waterfall direction toggle (v0.19.2)
NEW/OLD button toggles between newest-first and oldest-first ordering.
scrollToTop() replaced by scrollToLatest() which checks direction.
appendMessage() uses prepend/append based on direction.
Preference persisted in localStorage.
2026-07-14 08:19:26 -07:00
gramps feaa2830da fix: auto-derive model shorthand from any model name following qwen2.5:7B:i convention 2026-07-13 16:40:58 -07:00
gramps 7ef220e579 feat: brand response avatar as cAIc instead of AI 2026-07-13 16:35:59 -07:00
gramps 868ef411ba feat: show model label in response header via MODEL_LABELS map 2026-07-13 16:35:40 -07:00
gramps b5cc294ece chore: remove rating thumbs up/down (no backend, privacy concern) 2026-07-13 16:19:37 -07:00
gramps 151e02fe40 fix: response copy icon stays emoji, uses execCopy helper 2026-07-13 16:14:12 -07:00
gramps 98b51c0775 fix: clipboard fallback for HTTP, response copy toast now works 2026-07-13 16:12:17 -07:00
gramps ddcfd8a73f fix: use data-content attr to avoid HTML injection in onclick 2026-07-13 16:11:00 -07:00
gramps 92e8608ac7 fix: capture this ref in user copy icon onclick 2026-07-13 16:10:30 -07:00
gramps f07025a4e8 feat: toast notifications for all icon actions
- delete memory/preset/conversation/all/gallery/clear
- save/reset profile
- new chat, add preset, edit preset
- clear file selection
- rate up/down thumbs toasts
2026-07-13 16:08:32 -07:00
gramps 7105fe0d6d fix: toast on save success/failure, skip toast on print 2026-07-13 16:05:56 -07:00
gramps 6a10674cdf feat: slide-out toast notification on copy icon clicks 2026-07-13 16:05:32 -07:00
gramps 962003512f fix: inline copy icon at end of user query text, not a toolbar 2026-07-13 16:04:24 -07:00
gramps 6c214e46f5 fix: WEB text uses input-bg dark blue var(--bg-tertiary) 2026-07-13 15:59:07 -07:00
gramps 51795cf072 fix: WEB text dark blue #0d2137 on orange for contrast 2026-07-13 15:58:04 -07:00
gramps a9152b3060 fix: WEB text in blue, keep orange button background 2026-07-13 15:56:46 -07:00
gramps b86c67dbe8 fix: match WEB button color to SEND button for better contrast 2026-07-13 15:55:46 -07:00
gramps 9ed2c27159 fix: restore magnifying glass icon on WEB button 2026-07-13 15:55:01 -07:00
gramps a8d8822ab0 fix: WEB in all caps to match SEND button 2026-07-13 15:54:34 -07:00
gramps 4ee2a1613c fix: remove emoji from search button, was breaking monospace typeface 2026-07-13 15:54:01 -07:00
gramps 7c751294c1 fix: update input placeholder to match Ctrl+Enter binding 2026-07-13 15:52:57 -07:00
gramps fbe02b1956 feat: add copy/toolbar to user messages
- msg-toolbar now rendered for all roles, not just assistant
- addCopyButtons and addMessageToolbar applied to any message with content
2026-07-13 15:49:52 -07:00
gramps cb3c33aa57 fix: match search-btn height to send-btn, add 'web' label
- search-btn now uses same font/font-size/font-weight as send-btn
- label is 'web 🔍' so the purpose is obvious
2026-07-13 15:48:19 -07:00
gramps 934f85e178 fix: use Ctrl+Enter for web search, not Shift+Enter
Shift+Enter is the universal convention for inserting a newline.
Ctrl+Enter is the convention for alternate submit (Gmail, Slack, etc.).
2026-07-13 15:46:42 -07:00
gramps 2ecfd1663d fix: reset cumulative token count on page refresh
- Remove localStorage persistence for cumulativeTokens (starts at 0 each load)
2026-07-13 15:42:47 -07:00
gramps b8713a516b fix: scroll-fighting, 401 errors, session timeout 90->3600s
- scrollToTop() now respects user scroll position (100px threshold)
- resetScrollLock() called on new messages
- SESSION_TIMEOUT_SECONDS 90 -> 3600 (1 hour) to prevent mid-use expiry
- wrap 10 unprotected authFetch calls in try/catch to kill unhandled rejections
2026-07-13 15:39:44 -07:00
gramps ea2dbee45d v0.17.26: brighter sprocket strips using --bg-tertiary, 5px holes, 24px strips 2026-07-13 10:20:51 -07:00
gramps 8a677074ec v0.17.25: timestamp format MON dd, YYYY HH:MM:SS.ss 2026-07-13 10:19:09 -07:00
gramps 3e7ed57db9 v0.17.24: fix sprocket holes — fill with --bg-primary instead of transparent so they show through to page 2026-07-13 10:17:49 -07:00
gramps d8e8af0fb0 v0.17.23: TOK metric reformatted to #/% with context-pct color coding 2026-07-13 10:16:30 -07:00
gramps bc25aaad80 v0.17.22: stop typing indicator animation on abort — greyed-out stopped state 2026-07-13 10:12:07 -07:00
gramps 4443c8064f v0.17.21: dot-matrix sprocket holes on outer edges + paper grain background 2026-07-13 10:11:01 -07:00
gramps 8fdeca0e3c v0.17.20: confidence % badge (replaces perplexity), color-coded 80-20 rule; cumulative token counter in topbar 2026-07-13 10:09:05 -07:00
gramps 645d7e9d91 v0.17.19: fix token count badge — use client-side tokenCount instead of server completion_tokens; add tok badge to search responses 2026-07-13 09:59:11 -07:00
gramps 79b684e0cd v0.17.18: barcode-style alternating pairs — each Q&A wrapped in .msg-pair with alternating tint + left border accent 2026-07-13 09:56:31 -07:00
gramps b90b0a6d14 v0.17.17: timestamps on user messages, restore thumbs on AI (not web search), Shift+Enter triggers web search 2026-07-13 09:49:00 -07:00
gramps 4d337d9684 v0.17.16: remove thumbs from toolbar, user msg atop waterfall, enlarge topbar fonts 2026-07-13 09:45:06 -07:00
gramps 35cd48098a v0.17.15: waterfall display — newest messages at top, prepend instead of append, scroll to top 2026-07-13 09:41:55 -07:00
gramps bda4089120 v0.17.14: remove status dots from input area — served no purpose 2026-07-13 09:38:33 -07:00
gramps 79762f67f2 v0.17.13: left-align status dots, font 9px 2026-07-13 09:35:58 -07:00
gramps 3d515ed11f v0.17.12: stack status dots vertically in input area 2026-07-13 09:34:44 -07:00
gramps e1530499b7 v0.17.11: color-code DRC values (green/orange/red), add status dot labels, fix version prefix 2026-07-13 09:33:05 -07:00