summaryrefslogtreecommitdiff
path: root/src/components
AgeCommit message (Collapse)Author
2022-08-11add copy url menu item to attachments (closes #96)ouwou
also refactor menu popup to fit over entire message width
2022-08-05fixed text input box to not resize when typing (#89)dragontamer8740
2022-07-31grey out leave button if user owns the guildouwou
2022-05-15make it look sort of better i guessouwou
2022-05-11add icons to dmsouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
2022-05-06compile oopsyouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-05-02respect muted state for tab indicatorouwou
2022-05-02open channel if its the first opened tabouwou
2022-04-27add back/forward history to tabsouwou
also lots of reformatting in .cmake because clion is weird and did that for some reason
2022-04-23dont expand channel list when changing tabsouwou
2022-04-21add opened tabs to stateouwou
2022-04-21add open dm in new tabouwou
2022-04-14fix tab titlesouwou
2022-04-09add server icons to channelsouwou
2022-04-09more tab workouwou
- only one tab for any channel can be open - rudimentary unread indicators - add some css
2022-04-08basic tabs systemouwou
2022-04-07fix menus looking weird when opened for first timeouwou
2022-04-06improve scrolling behavior again, refactorouwou
scrolling is almost exactly how i want it, but when an existing message's height allocation is changed it still causes the scroll position to change, but its not that bad and is better than what i had before anyways so it is good enough for now. ideally if you are scrolled in the middle it will stay put completely
2022-04-05fix up a bunch of clang-tidy stuffouwou
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-03-31Merge branch 'master' into msysouwou
2022-03-31improve scrolling up behavior when loading new messagesouwou
2022-03-26Merge branch 'master' into msysouwou
2022-03-26handle nicknames for message headersouwou
2022-02-27align stickersouwou
2022-02-20fix and refactor multiple embeds in one messageouwou
2022-02-20parse role mentionsouwou
2022-02-14fix per-guild avatarsouwou
2022-02-02handle multiple embeds in one messageouwou
2022-02-02support channel icons for dmsouwou
2022-01-28add style option for unread indicator colorouwou
2022-01-26add setting to not show unread stuffouwou
2022-01-21add settings for some colorsouwou
2022-01-20add mark as unread/toggle mute for threadsouwou
2022-01-20show unread indicators for threadsouwou
2022-01-15add toggle mute dm menu itemouwou
2022-01-09format allouwou
2022-01-08Merge branch 'unread' into msysouwou
2022-01-08show count of unread dms in headerouwou
2022-01-05handle mutable categoriesouwou
2022-01-02Merge branch 'master' into unreadouwou
2021-12-31speed up connection speed a good bitouwou
loading save state was slow so now theres a temporary lookup table
2021-12-30add mute/unmute guild menu itemouwou
2021-12-29handle change of mute state for guildsouwou
2021-12-25take muted channels into account for unread guild indicatorouwou
2021-12-20mark channel being switched off as read when switchingouwou
2021-12-18unread indicator for dm channelsouwou
2021-12-18grey out muted channels in listouwou