v0.1.7: Enhanced UI and accessibility improvements
- Add CSS styling for chat messages with theme color border - Fix comment form visibility (only show on Comments tab) - Remove comment form heading for cleaner UI - Add accessibility attributes (id/name) to all form fields - Fix Japanese input handling in Ask AI (prevent accidental submission during IME composition) - Unified CSS classes across all content types (comments, AI chat, translations) - Fix rkey filtering to handle .html extensions consistently 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ailog"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
edition = "2021"
|
||||
authors = ["syui"]
|
||||
description = "A static blog generator with AI features"
|
||||
|
Reference in New Issue
Block a user