Gabe Kangas
0e8f14a58a
Fix text input width. Closes #2184
3 years ago
Gabe Kangas
e0b7ae5b3a
Fix auth modal story not rendering. Closes #2254
3 years ago
Gabe Kangas
628d70e37c
Add rel=me to social links. Closes #2269
3 years ago
Gabe Kangas
d91f682d21
Lazy load chat container
3 years ago
Gabe Kangas
2e7787f70b
Force the bundler to build the player as its own file
3 years ago
Gabe Kangas
65fcbb9d3f
Use Next Image component for social links
3 years ago
Matthew Heller
8d222860f0
On narrow screens, bump the footer links to a second row. Re #2260 . ( #2267 )
...
* On narrow screens, bump the footer links to a second row. Re #2260 . Thanks to @kittee for CSS assistance.
* Prettified Code!
Co-authored-by: heller <heller@users.noreply.github.com>
3 years ago
Matthew Heller
125343808d
Fix display of auth modal. Re #2262 . ( #2265 )
3 years ago
Gabe Kangas
e7a4d53453
Remove buttons from offline banner and add inline links. Closes #2261
3 years ago
Gabe Kangas
952b28f8bf
Explicitly set state for config+status when hydrated
3 years ago
Gabe Kangas
da66f3b051
Do not display go template tag in dev
3 years ago
Gabe Kangas
a0093fb0c9
Fix server rendered title tag. Closes #2251
3 years ago
Gabe Kangas
77369a3cbe
Add follow+notify to actions menu and refactor how those modals are displayed. Closes #2247
3 years ago
Gabe Kangas
8aed27e44d
Refactor server-rendered tags. Closes #2246
3 years ago
t1enne
b285115a3e
fixed linter error
3 years ago
t1enne
bddb895189
styled the default button and the mobile dropdown
3 years ago
t1enne
b7795f275c
corrected media query
3 years ago
t1enne
917248fc5b
moved footer to layout. changed some css
3 years ago
t1enne
f6e158ab88
reduced font weight of message text
3 years ago
t1enne
7c0474f14a
made trigger button antd component
3 years ago
Gabe Kangas
f2f3dcfea7
Add mobile actions dropdown menu. Closes #2231
3 years ago
Gabe Kangas
3fbbecc0e8
Refactor action buttons callback
3 years ago
Gabe Kangas
fb9001949b
Fix follow modal height. Closes #2235
3 years ago
Gabe Kangas
420d6c835d
Add missing slashes
3 years ago
Gabe Kangas
4ca0e69be6
Open all links in a new tab. Closes #2160
3 years ago
Gabe Kangas
5e761b13c4
Fix storybook build
3 years ago
Gabe Kangas
2c45b420e5
Import server-rendered template as plain text + add title tag. Closes #2161
3 years ago
Gabe Kangas
c6364959c9
Experiment with showing footer on about tab for mobile
3 years ago
t1enne
f603979ad9
added hook to calculate height for btm content
3 years ago
t1enne
fece33ccaf
small css adjustments
3 years ago
t1enne
0ff49f1c32
changed statusbar colors
3 years ago
t1enne
ecfb4a4c53
fixed mobile ui overflowing
3 years ago
t1enne
5eebb10fe6
action buttons now wrap
3 years ago
Matthew Heller
b8ce91d39a
Coerce the iframe to fill the Modal a little better. ( #2229 )
3 years ago
Gabe Kangas
de90e6a74c
Fix some broken social icons in frontend and admin
3 years ago
Gabe Kangas
e75b20d6ca
Support customSocketOverride value for websocket. Closes #2225
3 years ago
Gabe Kangas
91c7bed0e8
Add action message type to chat. Closes #2226
3 years ago
Gabe Kangas
a58d4d6997
Remove debug logging
3 years ago
Gabe Kangas
37cdbb8dbd
Add backgrounded stream+messages title notifier. Closes #2208
3 years ago
Gabe Kangas
3e89937d2b
Handle websocket errors and reconnection. Closes #1869
3 years ago
Mahlangu
ad188f2742
fix purple background color for notification reminder pop up & fix failing build ( #2224 )
...
* fix notification reminder popup -> purple background
* Prettified Code!
* resolved color to color variables
* Prettified Code!
* fix purple bgcolor for notification reminder popp up & fix failing build
Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
3 years ago
Pranav Joglekar
eb2c11b077
fix followers: align the followers to the left ( #2211 )
...
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
3 years ago
Pranav Joglekar
ee08c42c6d
improv ui: make footer sit at bottom ( #2212 )
...
This commit makes the footer always attach to the bottom of the screen.
This is done by setting the minWidth of the main antd layout component
to 100vh and moving the footer component outside the spinner, since antd
does not allow granular component inside the spin component.
This commit also removes some styles which were not being used due to
invalid antd api.
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
3 years ago
Gabe Kangas
e3c038f48d
Revert "fix notification reminder popup -> purple background ( #2209 )"
...
This reverts commit ab573f67e9
.
3 years ago
Gabe Kangas
a2a294bc4c
No longer lazy load followers
3 years ago
Mahlangu
ab573f67e9
fix notification reminder popup -> purple background ( #2209 )
...
* fix notification reminder popup -> purple background
* Prettified Code!
* resolved color to color variables
* Prettified Code!
Co-authored-by: unclebinary1001 <unclebinary1001@users.noreply.github.com>
3 years ago
Gabe Kangas
27565c2b02
Show play button on player pause. Closes #2206
3 years ago
Gabe Kangas
ee283311ec
Do not render icon of action button if icon is not set. Closes #2203 #2202
3 years ago
Gabe Kangas
d40e66b7ef
Stop playback metrics on player unmount
3 years ago
Gabe Kangas
88bb8336f3
Fix player not staying inline on iOS. Closes #2097
3 years ago