summaryrefslogtreecommitdiff
path: root/components
AgeCommit message (Collapse)Author
2021-10-08fix unchecked optionalsouwou
also discard exceptions in file cache futures
2021-10-06preserve scroll position when loading historyouwou
it still jumps around a bit sometimes but its acceptable. hopefully there is a better solution
2021-09-13Merge branch 'threads'ouwou
2021-09-03add notice for archived threads at top of chatwindowouwou
2021-09-03remove archived threads from channel list on syncouwou
this probably doesnt do anything but i added it while trying to fix something and it might work sometime i dont know
2021-08-28permissions check on archive/unarchive (oops)ouwou
2021-08-28archive/unarchive from channel listouwou
2021-08-24fix moving rowsouwou
2021-08-23ad-hoc MoveRow for channel listouwou
so threads no longer disappear when a channel is moved
2021-08-23fix RateLimitIndicator picking up updates from other channelsouwou
2021-08-21merge masterouwou
2021-08-21hide pin/unpin if no perms, allow viewing pins in dmouwou
2021-08-20proper member list in threadsouwou
2021-08-17make channel in thread created message clickableouwou
2021-08-16update channel name in THREAD_UPDATEouwou
2021-08-16handle archiving via THREAD_UPDATE (sorta)ouwou
2021-08-15removed deleted threads on syncouwou
2021-08-05better join/leave thread logicouwou
2021-08-05add temporary row for non-joined threadsouwou
2021-08-04basic window to view threadsouwou
2021-08-02basic THREAD_MEMBERS_UPDATE handling for updating channel listouwou
2021-08-02leave thread via menuouwou
2021-07-30handle THREAD_DELETEouwou
2021-07-28handle THREAD_CREATEouwou
also fix compilation also change channel_create signal to emit ChannelData
2021-07-27very rudimentary thread supportouwou
2021-07-26handle THREAD_CREATED message typeouwou
2021-07-26Merge branch 'channels-list'ouwou
2021-07-26let channel list manage itself instead of windowouwou
2021-07-26add missing channel signouwou
2021-07-25Merge branch 'resources' (closes #29)ouwou
2021-07-23add animated guild icons to channel listouwou
2021-07-21only make text channel mentions bold and clickableouwou
2021-07-21channel list: hide expanders and searchouwou
2021-07-21select new channel when active channel changesouwou
also automatically fix expander indicator when indirectly expanded
2021-07-20color nsfw channelsouwou
2021-07-19tweak text channel renderingouwou
2021-07-19less than ideal solution for category expander colorouwou
2021-07-18add menu itemsouwou
2021-07-16fix buildouwou
2021-07-14restore expansion cuz gtk behaves annoyinglyouwou
2021-07-13add private channels to listouwou
2021-07-06fix up channel row selection to work how i want it toouwou
2021-07-05make ChannelList directly subclass a containerouwou
2021-07-05try to fix some weird behaviorouwou
2021-07-05tweak the arrowouwou
2021-07-05Merge branch 'master' into channels-listouwou
2021-07-05some more minor tweakingouwou
2021-07-05expand categories by default and preserve expansionouwou
2021-07-04some refactorageouwou
2021-07-04update guildouwou