Commit Graph
6658 Commits
Author SHA1 Message Date
Owncast 0a50b02bd2 Commit screenshots 2023-07-01 04:10:25 +00:00
Owncast b352eaebb4 Bundle embedded web app 2023-06-30 19:27:14 +00:00
bf1ccf21d2 chat: simplify input handling (#3124)
* chat: simplify input handling

Removes the cursor save/restore functionality.

Removes most key handling.

Allows message to go over limit.

Moves the message length check into SendMessage.

Changes the chat input to change to the max style only when over the limit,
rather than at the limit. Makes it apparent that something is wrong.

Fixes #3121

* Prettified Code!

---------

Co-authored-by: jprjr <jprjr@users.noreply.github.com>
2023-06-30 12:22:01 -07:00
Owncast 8ad81544f1 Bundle embedded web app 2023-06-30 15:16:07 +00:00
renovate[bot]andGitHub 4bec812a9f chore(deps): update dependency cypress to v12.16.0 2023-06-30 14:00:38 +00:00
Owncast 99aabc64b0 Bundle embedded web app 2023-06-30 13:59:55 +00:00
renovate[bot]andGitHub bd6c44396b fix(deps): update dependency antd to v4.24.11 2023-06-30 10:39:09 +00:00
Owncast d3ad99adb0 Bundle embedded web app 2023-06-30 10:38:27 +00:00
renovate[bot]andGitHub 1c381fc4bf fix(deps): update dependency @uiw/react-codemirror to v4.21.7 2023-06-30 07:27:56 +00:00
Owncast 23b431c3d0 Commit screenshots 2023-06-30 04:10:19 +00:00
Owncast c8d625288c Bundle embedded web app 2023-06-30 03:41:14 +00:00
Gabe Kangas bcd08633b4 fix(chat): simplify emoji + char count handling. Closes #3120 2023-06-29 20:35:53 -07:00
Owncast 5436f3001e Bundle embedded web app 2023-06-30 02:44:06 +00:00
Gabe Kangas f1bde962cc feat(admin): auto-expand news item if there is only one 2023-06-29 19:37:52 -07:00
Owncast 03c06ba0b8 Bundle embedded web app 2023-06-30 00:09:01 +00:00
renovate[bot]andGitHub 127853dcdf fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.7 2023-06-29 22:51:13 +00:00
Owncast 53eeb97c19 Bundle embedded web app 2023-06-29 22:50:33 +00:00
renovate[bot]andGitHub 2b2a8298ec chore(deps): update typescript-eslint monorepo to v5.60.1 2023-06-29 18:48:32 +00:00
Owncast 57787e59ba Bundle embedded web app 2023-06-29 18:47:51 +00:00
renovate[bot]andGitHub 6c60424c77 chore(deps): update dependency knip to v2.14.3 2023-06-29 16:38:37 +00:00
Owncast 70ce915102 Bundle embedded web app 2023-06-29 06:25:40 +00:00
renovate[bot]andGitHub 4266583d67 fix(deps): update dependency xstate to v4.38.0 2023-06-29 04:44:51 +00:00
Owncast bfb3cf2bf2 Commit screenshots 2023-06-29 04:10:12 +00:00
Owncast 4cdf436439 Bundle embedded web app 2023-06-29 01:41:39 +00:00
renovate[bot]andGitHub 88b453c168 fix(deps): update dependency @uiw/react-codemirror to v4.21.5 2023-06-28 22:28:48 +00:00
renovate[bot]andGitHub dd269b8bc0 chore(deps): update peter-evans/create-or-update-comment digest to be902ae 2023-06-28 19:23:07 +00:00
Owncast fd172fe4e9 Bundle embedded web app 2023-06-28 19:22:37 +00:00
Dev GuptaandGitHub d973d1ac38 Update Sidebar.tsx (#3119) 2023-06-28 12:16:10 -07:00
Owncast 30f5cbcbc4 Bundle embedded web app 2023-06-28 17:19:16 +00:00
Gabe Kangas b1a8f712c0 fix(embed): leave room for status bar in video embed. Closes #3104 2023-06-28 10:13:24 -07:00
Owncast e4b5ebc48b Bundle embedded web app 2023-06-28 17:03:17 +00:00
janWilejanGitHubjanWilejan <>
ce724fa073 username of repeat chat messages is display:none (#3101)
users who want to show repeat usernames can inject the following CSS:
[class^="ChatUserMessage_repeatUser"]{display:flex !important;}

Co-authored-by: janWilejan <>
2023-06-28 09:58:07 -07:00
Owncast a582ba1eb2 Bundle embedded web app 2023-06-28 14:59:31 +00:00
Gabe Kangas 6805a7c1db feat(ui): more improvements to initial loading state 2023-06-28 07:53:06 -07:00
Owncast b4cab0ec7f Bundle embedded web app 2023-06-28 12:18:23 +00:00
renovate[bot]andGitHub 739ddd6487 fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.21.5 2023-06-28 06:00:01 +00:00
Owncast 46a66c2a62 Bundle embedded web app 2023-06-28 05:59:02 +00:00
Gabe Kangas d60289c8bc feat(ui): improve loading state 2023-06-27 22:52:23 -07:00
Owncast ac8f9b3945 Commit screenshots 2023-06-28 04:10:46 +00:00
Owncast 4d26d2bcd6 Bundle embedded web app 2023-06-28 00:50:41 +00:00
Gabe Kangas 0fd18cf889 fix: split out styles into two style tags. Should help #2989 2023-06-27 17:44:09 -07:00
Owncast f0644f4cbe Bundle embedded web app 2023-06-27 23:46:10 +00:00
Gabe Kangas e7f464a10f fix(ui): fix not being able to disable browser notifications. Closes #3115 2023-06-27 16:40:35 -07:00
Gabe Kangas 78353fa6af fix(test): modal auto-closes now 2023-06-27 16:29:46 -07:00
Owncast c36cb12719 Bundle embedded web app 2023-06-27 23:24:28 +00:00
Gabe Kangas 1ea9a548e1 fix(ui): fallback to an empty array. Closes #3116 2023-06-27 16:19:16 -07:00
Owncast f4b5d6cdb8 Bundle embedded web app 2023-06-27 23:13:23 +00:00
Gabe Kangas 1f755cb0ba fix(chat): do not allow chat scrolling to impact page scrolling. Closes #3109 2023-06-27 16:11:07 -07:00
Gabe Kangas 1d6877d3ef fix(admin): fix error displaying and do not allow deleting of the last stream key. Closes #3114 2023-06-27 16:08:07 -07:00
Owncast ffcc40d471 Bundle embedded web app 2023-06-27 22:53:51 +00:00