bddb895189
styled the default button and the mobile dropdown
2022-10-22 22:36:48 +02:00
b7795f275c
corrected media query
2022-10-22 22:36:48 +02:00
917248fc5b
moved footer to layout. changed some css
2022-10-22 10:46:17 +02:00
f6e158ab88
reduced font weight of message text
2022-10-22 10:46:17 +02:00
7c0474f14a
made trigger button antd component
2022-10-22 10:46:17 +02:00
f2f3dcfea7
Add mobile actions dropdown menu. Closes #2231
2022-10-21 23:58:39 -07:00
3fbbecc0e8
Refactor action buttons callback
2022-10-21 22:24:29 -07:00
fb9001949b
Fix follow modal height. Closes #2235
2022-10-20 20:36:44 -07:00
420d6c835d
Add missing slashes
2022-10-20 20:36:44 -07:00
4ca0e69be6
Open all links in a new tab. Closes #2160
2022-10-20 20:13:18 -07:00
5e761b13c4
Fix storybook build
2022-10-20 19:48:00 -07:00
2c45b420e5
Import server-rendered template as plain text + add title tag. Closes #2161
2022-10-20 19:40:33 -07:00
c6364959c9
Experiment with showing footer on about tab for mobile
2022-10-20 18:00:13 -07:00
f603979ad9
added hook to calculate height for btm content
2022-10-20 21:53:16 +02:00
fece33ccaf
small css adjustments
2022-10-20 20:25:54 +02:00
0ff49f1c32
changed statusbar colors
2022-10-20 20:25:54 +02:00
ecfb4a4c53
fixed mobile ui overflowing
2022-10-20 20:25:54 +02:00
5eebb10fe6
action buttons now wrap
2022-10-20 20:25:54 +02:00
b8ce91d39a
Coerce the iframe to fill the Modal a little better. ( #2229 )
2022-10-19 15:44:24 -07:00
de90e6a74c
Fix some broken social icons in frontend and admin
2022-10-18 23:38:26 -07:00
e75b20d6ca
Support customSocketOverride value for websocket. Closes #2225
2022-10-18 20:43:23 -07:00
91c7bed0e8
Add action message type to chat. Closes #2226
2022-10-18 19:47:38 -07:00
a58d4d6997
Remove debug logging
2022-10-18 19:44:46 -07:00
37cdbb8dbd
Add backgrounded stream+messages title notifier. Closes #2208
2022-10-18 19:21:08 -07:00
3e89937d2b
Handle websocket errors and reconnection. Closes #1869
2022-10-18 16:39:49 -07:00
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>
2022-10-17 21:54:26 -07:00
eb2c11b077
fix followers: align the followers to the left ( #2211 )
...
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-10-16 23:18:05 -07:00
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>
2022-10-16 23:07:21 -07:00
e3c038f48d
Revert "fix notification reminder popup -> purple background ( #2209 )"
...
This reverts commit ab573f67e9696ddc98370fbe0a2af8e730346e7c.
2022-10-16 22:49:43 -07:00
a2a294bc4c
No longer lazy load followers
2022-10-16 22:40:17 -07:00
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>
2022-10-16 22:37:03 -07:00
27565c2b02
Show play button on player pause. Closes #2206
2022-10-12 19:24:41 -07:00
ee283311ec
Do not render icon of action button if icon is not set. Closes #2203 #2202
2022-10-12 19:15:47 -07:00
d40e66b7ef
Stop playback metrics on player unmount
2022-10-12 19:15:47 -07:00
88bb8336f3
Fix player not staying inline on iOS. Closes #2097
2022-10-12 17:53:37 -07:00
61e1a49fd4
Replace markdown editor with CodeMirror
2022-10-10 20:16:14 -07:00
e1416e90e5
Use a real code editor for CSS editing. Closes #1843
2022-10-10 19:49:06 -07:00
7967106fcc
Restore the loading state of the app. Closes #2195
2022-10-10 18:33:22 -07:00
a526decef4
Refactor use of antd tab component. Closes #2098
2022-10-10 17:54:03 -07:00
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.
2022-10-10 17:11:29 -07:00
aa1b4819bb
Fix hook count error
2022-10-10 16:57:11 -07:00
80a012a3c7
Add current user object that holds user session values instead of standalone getters. Closes #2050
2022-10-10 16:40:13 -07:00
4c13c3618d
Remove admin stylesheets from loading with app. Closes #2183
2022-10-10 13:31:37 -07:00
dd5b8e7ce5
Start of empty follower tab state. For #1913
2022-10-09 20:31:14 -07:00
7843487b76
Fix followers request
2022-10-09 18:52:45 -07:00
34a5104a6d
Add and use additional light background color for custom page content
2022-10-09 18:41:52 -07:00
7788fe3327
Support custom text in notify button
2022-10-09 14:45:42 -07:00
9f2aa66527
chat story controls ( #2181 )
...
* chat story controls
* Prettified Code!
Co-authored-by: juliana-mol <juliana-mol@users.noreply.github.com>
2022-10-09 11:25:48 -07:00
9c1fac7468
Do not show raw error in the fatal error modal
2022-10-08 23:15:38 -07:00
cd3722d9f1
Limit chat input to max characters. Closes #2109
2022-10-08 22:33:50 -07:00