Gabe Kangas
61e1a49fd4
Replace markdown editor with CodeMirror
3 years ago
Gabe Kangas
e1416e90e5
Use a real code editor for CSS editing. Closes #1843
3 years ago
Gabe Kangas
7967106fcc
Restore the loading state of the app. Closes #2195
3 years ago
Gabe Kangas
a526decef4
Refactor use of antd tab component. Closes #2098
3 years ago
Matthew Heller
6e54ec7695
Antd updates ( #2194 )
...
* Fix antd Modal.visible warning by using updated attribute name 'open'.
* Update more attributes (onVisibleChange => onOpenChange, defaultVisible => defaultOpen) to fix browser console warnings.
* Update ModalProps property from 'visible' to 'open' to match the change in antd.
* Update variable names to match the antd change from 'visible' to 'open'.
* Inline this for the linter.
* One more visible => open reference.
3 years ago
Gabe Kangas
aa1b4819bb
Fix hook count error
3 years ago
Gabe Kangas
80a012a3c7
Add current user object that holds user session values instead of standalone getters. Closes #2050
3 years ago
Gabe Kangas
4c13c3618d
Remove admin stylesheets from loading with app. Closes #2183
3 years ago
Gabe Kangas
dd5b8e7ce5
Start of empty follower tab state. For #1913
3 years ago
Gabe Kangas
7843487b76
Fix followers request
3 years ago
Gabe Kangas
34a5104a6d
Add and use additional light background color for custom page content
3 years ago
Gabe Kangas
7788fe3327
Support custom text in notify button
3 years ago
juliana-mol
9f2aa66527
chat story controls ( #2181 )
...
* chat story controls
* Prettified Code!
Co-authored-by: juliana-mol <juliana-mol@users.noreply.github.com>
3 years ago
Gabe Kangas
9c1fac7468
Do not show raw error in the fatal error modal
3 years ago
Gabe Kangas
cd3722d9f1
Limit chat input to max characters. Closes #2109
3 years ago
Gabe Kangas
8a946b8444
Do not show status bar unless live
3 years ago
Gabe Kangas
7e284aa4df
Remove the restricted width of the page content
3 years ago
Gabe Kangas
23b5468ed4
Fix error thrown by player after player is unmounted
3 years ago
Gabe Kangas
6773fc37a5
Fix space bar moving page. Closes #2110
3 years ago
Gabe Kangas
ded47a0c25
Make live indicator use our theme colors. For #1899
3 years ago
Gabe Kangas
2de23a3458
Only client-render server-rendered templates in production builds. Closes #2176
3 years ago
Gabe Kangas
6c2e25e597
Update the offline banner. Filed #2179 to discuss text
3 years ago
Cleo John
34f35974e0
Change Airplay to SVG and refactor ( #2156 )
...
* Replaced airplay.png with airplay.svg
* Refactor VideoJS.scss to propper scss syntax
* Fix for the messup I made during the refactor
* fix airplay size
* hotfix fixed aircast styling
3 years ago
Gabe Kangas
19e4e99127
First pass at the social/federated chat component. Closes #2172
3 years ago
Gabe Kangas
45c7fa4f7e
Only show chat send button on mobile
3 years ago
Gabe Kangas
6c9f9f6507
Add additional example chat items to story
3 years ago
Gabe Kangas
5742845b7c
Fix values in the follow form
3 years ago
Evgeniy Kosov
d2024d30d2
Add ability to move social handles up/down ( #2168 )
3 years ago
Gabe Kangas
b1484f4c9f
Lazy load some components that aren't needed at load. For #2167
3 years ago
t1enne
b87076759c
styled chat join messages
3 years ago
t1enne
91bc45dbef
moved borders to the right for own msgs. Closes #2074
3 years ago
Gabe Kangas
a931fe0ddf
Update the chat moderation modal with slightly better layout. Closes #2073
3 years ago
Cleo John
765cfa4f5a
Added Modal to notify user how to disable notifications ( #2154 )
...
* Added Modal to notify user how to disable notifications
* add comment for notification permissions
This adds a comment to describe the behavior of showing the modal on how to disable them if wanted.
Also changed other comment to comply with the new one.
Co-authored-by: Waterdev <wolfistgeil@gmail.com>
3 years ago
t1enne
adea618a44
improved ui of chat text input
3 years ago
t1enne
44ef64b3b5
fixed chat container not showing in SB + minor changes
3 years ago
t1enne
892532dfa2
moved scroll to bottom btn to own comp
3 years ago
t1enne
f90295269e
Updated styles to match design for chat msgs
3 years ago
t1enne
a9f97346a7
added chat bg variable and updated bg color to match design
3 years ago
t1enne
683399c340
Removed fixed *px sizes in favor or *rem
3 years ago
James Young
2ea638909d
docs: add how-to docs for creating components ( #2124 )
...
* docs: add HOW-TO docs for creating components
* Prettified Code!
Co-authored-by: jamescallumyoung <jamescallumyoung@users.noreply.github.com>
3 years ago
t1enne
0b35919357
Fixed messages not wrapping + changed some styles to accomodate scrollbar better
3 years ago
Gabe Kangas
b42876e34e
Update max width of custom content. Closes #2092
3 years ago
Gabe Kangas
8ee9be5d88
Support disabled chat. Closes #1979
3 years ago
Gabe Kangas
8d02f4068d
Polish up the initial loading experience
3 years ago
Gabe Kangas
42ff0cdb01
Add server-side hydration of initial config+status. Closes #1964
3 years ago
Gabe Kangas
0430adc502
Add mobile-specific tabs+content
3 years ago
Gabe Kangas
20ea5d051f
Clean up some styles and fix mobile rendering
3 years ago
Gabe Kangas
02de9cf6df
Support clickable links in description
3 years ago
Gabe Kangas
129d08144b
Fix bad default bool
3 years ago
Gabe Kangas
b914408a11
Make footer not translucent
3 years ago