gitdataai/lib/channel/http/handler
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
..
article.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
ban.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
category.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
conversation.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
draft.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
forward.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
helpers.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
invite.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
message_read.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
message.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
notification.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
pin.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
presence.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
reaction.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
room.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
search.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
star.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
subscription.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
thread.rs feat(channel): add article feed and composer with room type support 2026-05-31 03:09:49 +08:00
user.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00
voice.rs actor(visibilityref): update function visibility and formatting across modules 2026-05-30 22:54:09 +08:00