gitdataai/lib/model/channel
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
..
channel_article_interact.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
channel_article.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
channel.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
message_read.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
message_star.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
mod.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_attachments.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_categories.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_mention.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_message_edit_history.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_message.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_permission_overwrite.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_pins.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_reactions.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_server_label.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
room_threads.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
user_room_state.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00