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
renovate[bot]
b9ffbf0a55
fix(deps): update dependency react-virtuoso to v3
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
283d6ce081
overrides for enabling scrolling inside tabs
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
f0a2900f01
increased font size on mobile
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
renovate[bot]
c15968539d
fix(deps): update dependency antd to v4.23.6
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
ca320660f0
rc-util is no longer required to be explicitly added
3 years ago
Gabe Kangas
2f8c5ec131
rc-overflow is no longer explicitly required to be added
3 years ago
Gabe Kangas
d8e1b037d9
Remove some unused storybook addons
3 years ago
renovate[bot]
dbcf2ac2c4
chore(deps): update dependency @svgr/webpack to v6.5.0
3 years ago
renovate[bot]
a1f53a2d7d
chore(deps): update dependency @mdx-js/react to v2.1.5
3 years ago
renovate[bot]
1776b19c2e
fix(deps): update dependency ua-parser-js to v1.0.32
3 years ago
renovate[bot]
7f872f54f0
fix(deps): update dependency @fontsource/open-sans to v4.5.13
3 years ago
renovate[bot]
1c7d946ef3
fix(deps): update dependency slate-react to v0.83.2 ( #2214 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
Gabe Kangas
e75b20d6ca
Support customSocketOverride value for websocket. Closes #2225
3 years ago
Gabe Kangas
0c127a65ce
Add action message type to chat. Closes #2226
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
renovate[bot]
e63bbc2f19
chore(deps): lock file maintenance ( #2222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
renovate[bot]
e96ddd9265
chore(deps): pin dependencies ( #2217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@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
6745759904
Tell storybook to use mdxv2
3 years ago
Pranav Joglekar
80f1578142
fix ui: make navbar cover whole width of page ( #2213 )
...
Previously, there was a large url on the page, and the a tag did not
have word break property set - which resulted in the browser trying to
display the whole page with increased width. Allowing the a tag to have
a word break fixes this issue.
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