Go to file
zhenyi 779e4eae2f feat(channel): add article feed and composer with room type support
- Add ArticleFeed component for article-based channels
- Implement ArticleComposer with draft persistence
- Add Newspaper icon for article room type
- Update ChannelPage to conditionally render article feed vs message view
- Add article-related API endpoints and models
- Reset thread view when switching rooms
- Add room type check in channel sidebar
- Update CSS to hide scrollbars globally
- Add gRPC message size limit configuration
- Fix git diff tree handling
2026-05-31 03:09:49 +08:00
app feat: 1.0 2026-05-30 01:38:40 +08:00
docker feat: 1.0 2026-05-30 01:38:40 +08:00
lib feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
public feat: 1.0 2026-05-30 01:38:40 +08:00
src feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
.clippy.toml feat: 1.0 2026-05-30 01:38:40 +08:00
.dockerignore feat: 1.0 2026-05-30 01:38:27 +08:00
.editorconfig feat: 1.0 2026-05-30 01:38:40 +08:00
.gitignore feat: 1.0 2026-05-30 01:38:27 +08:00
bun.lock feat: 1.0 2026-05-30 01:38:27 +08:00
Cargo.lock actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
Cargo.toml chore: update Cargo.toml dependencies 2026-05-30 15:06:58 +08:00
components.json feat: 1.0 2026-05-30 01:38:27 +08:00
eslint.config.js feat: 1.0 2026-05-30 01:38:27 +08:00
index.html feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
openapi.json feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
orval.config.ts feat: 1.0 2026-05-30 01:38:27 +08:00
package.json feat: 1.0 2026-05-30 01:38:27 +08:00
rustfmt.toml feat: 1.0 2026-05-30 01:38:40 +08:00
tsconfig.app.json feat: 1.0 2026-05-30 01:38:27 +08:00
tsconfig.json feat: 1.0 2026-05-30 01:38:27 +08:00
tsconfig.node.json feat: 1.0 2026-05-30 01:38:27 +08:00
vite.config.ts feat: 1.0 2026-05-30 01:38:27 +08:00