summaryrefslogtreecommitdiff
path: root/src/components/chatinput.hpp
AgeCommit message (Collapse)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-12-15Merge branch 'master' into themingouwou
2023-12-15add ability to set image alt text (closes #253)ouwou
2023-11-09more making message input look betterouwou
2023-07-15restrict attachments when editingouwou
2023-07-15only start editing if input is emptyouwou
2023-07-15clear input when exiting editingouwou
2023-07-15make editing inline, add up arrow shortcutouwou
2023-02-06fix some keybinds not working in the chat input (fixes #135)ouwou
2023-01-29first pass compile time optimizationouwou
2022-08-08hide browse icon when not in channel with permsouwou
2022-08-07pull chat input permission check out of signalouwou
2022-08-07add file picker to chat inputouwou
2022-07-23handle max message payload + show filename labelouwou
2022-07-09check nitro size restriction + fix replying borderouwou
2022-06-30dnd'd files show preview images if displayableouwou
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-09remove temp attachment files when theyre actually done being uploadedouwou
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
importantly, res is now res/res and css is now res/css