summaryrefslogtreecommitdiff
path: root/src/components/chatinput.cpp
AgeCommit message (Expand)Author
2022-08-07give focus to input after choosing fileouwou
2022-08-07add file picker to chat inputouwou
2022-08-06Merge branch 'master' into attachmentsouwou
2022-08-05fixed text input box to not resize when typing (#89)dragontamer8740
2022-07-25try to align stuff a little betterouwou
2022-07-23handle max message payload + show filename labelouwou
2022-07-09check nitro size restriction + fix replying borderouwou
2022-07-04grab focus when adding attachmentouwou
2022-07-03fix compileouwou
2022-06-30dnd'd files show preview images if displayableouwou
2022-06-23add icon to attachments without previewouwou
2022-06-23add change filenameouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-16preserve attachment insertion orderouwou
2022-06-14refactor send message params into one structouwou
2022-06-10dont use tmpnam because its stupidouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-06remove temporary image file when attachment removedouwou
2022-06-06only save temporary image when theres room in containerouwou
2022-06-05start attachments (image paste and upload)ouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre