• Joined on 2026-05-09
krypto pushed to main at krypto/kaizen-app 2026-06-19 06:31:19 +00:00
ea5e625f0f feat(chat): wire sidebar to real conversations + persist history
d2f269f33a feat(chat): model + speed picker (top pill + bottom sheet)
aa0a97b959 fix(ui): dither gradients to kill 8-bit sRGB banding on orb + mesh
Compare 3 commits »
krypto pushed to main at krypto/kaizen-app 2026-06-18 23:06:21 +00:00
44c17b6f9f feat: wire chat to the real Kaizen backend (in-app login + streaming)
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:46:06 +00:00
8a527451d7 fix(ui): resolve ColumnScope, Oklab.Lab, and missing layout imports in SettingsComponents.kt
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:44:03 +00:00
779796f825 feat(ui): connect modular SettingsScreen, complete SettingsComponents, and wire up dynamic sidebar avatar
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:42:02 +00:00
d0cb89cf6e feat(ui): add clean SettingsViewModel and comprehensive ViewModel JVM unit tests
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:40:59 +00:00
dfdd9e761f docs(roadmap): create LATER.md architectural blueprint for future security, KeyStore, and backend sync
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:36:32 +00:00
0999e154cd test(ui): add comprehensive Oklab color-space unit test suite
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:25:14 +00:00
57fa02bd6f feat(ui): implement Display P3, Ultra HDR support, and perzeptive Oklab color interpolation
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:18:23 +00:00
41a21c30c8 fix(ui): import background and border Modifiers in ChatScreen.kt
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:16:12 +00:00
7235cd7bc1 fix(ui): import isSystemInDarkTheme in ChatScreen and correct padding signature in Sidebar
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:13:16 +00:00
37e424df3e feat(ui): implement gorgeous floating glassmorphic sidebar and rich 3D ambient shadows for suggestions, pills, and input
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:03:57 +00:00
2c3d057641 fix(ui): dynamically shrink EmptyHero bottom spacer on keyboard open to keep greeting visible
krypto pushed to main at krypto/kaizen-app 2026-06-18 15:01:30 +00:00
7b012d1041 fix(ui): remove incorrect blur from sphere Canvas to restore razor-sharp edges and solid crystal glass definition
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:59:45 +00:00
b03f1773fe fix(ui): add missing ExperimentalLayoutApi import to ChatComponents.kt
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:55:52 +00:00
c3fb668ea1 feat(ui): sculpt KaizenOrb into a highly realistic 3D sphere with heavy volume shadows, and remove the redundant top header bar
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:52:42 +00:00
7a95f7735c feat(ui): implement masterclass KaizenOrb with native 3D gyroscope parallax refraction and double conic caustics
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:43:55 +00:00
f8498adc27 fix(ui): add @OptIn(ExperimentalLayoutApi) for FlowRow layout compiler error
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:40:20 +00:00
e3ea6d241f feat(ui): implement tablet optimizations and gemini-style dynamic keyboard suggestion-hiding
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:35:44 +00:00
e13f6798db fix(ui): remove redundant bottom dock imePadding and restore constant bottom clear margins
krypto pushed to main at krypto/kaizen-app 2026-06-18 14:33:23 +00:00
cbcbd4f76b fix(ui): resolve double-resizing overlap bug with dynamic keyboard insets padding