renovate[bot]
ee795a21af
fix(deps): update dependency react-hotkeys-hook to v4 ( #2568 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 13:57:14 -08:00
renovate[bot]
249469a688
fix(deps): update dependency chart.js to v4.1.2 ( #2559 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 13:15:53 -08:00
renovate[bot]
6a60aa9509
fix(deps): update dependency react-virtuoso to v4 ( #2563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 12:53:37 -08:00
renovate[bot]
75f4b95c9c
chore(deps): update dependency eslint-config-prettier to v8.6.0 ( #2552 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 10:49:59 -08:00
renovate[bot]
68d79ed04d
fix(deps): update dependency style-dictionary to v3.7.2 ( #2554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-09 10:46:50 -08:00
Gabe Kangas
c05a20a460
Use built-in Next layout support + lazy load
...
Instead of doing manual layout switching use the Nextjs nested layout
support. Also add some additional lazy loading of components. This is to
work on performance score re: #2167 .
2023-01-09 01:08:24 -08:00
Gabe Kangas
15747f86dd
Lazy load followers components
2023-01-09 01:08:24 -08:00
renovate[bot]
6925257fb4
chore(deps): update typescript-eslint monorepo to v5.48.0
2023-01-09 07:52:37 +00:00
Gabe Kangas
f95fbcc38b
Enable source maps in production
2023-01-08 20:41:46 -08:00
Gabe Kangas
e4a02dea91
No reason to use the Image component here
2023-01-08 20:03:06 -08:00
Gabe Kangas
81c505d731
Hack to force scroll to very bottom at mount. For #2500
2023-01-05 02:16:37 -08:00
gabek
f0b9ad867b
Prettified Code!
2023-01-05 00:35:08 +00:00
Gabe Kangas
2bd3ab82a9
Removing the attempt at an admin dark mode. #1904
2023-01-04 16:33:56 -08:00
Gabe Kangas
505b0bb7e8
Start on admin dark theme. Closes #1904
2023-01-04 16:06:32 -08:00
Gabe Kangas
2675150cdf
Revert "improve stream testing script ( #2525 )"
...
This reverts commit e748d8f765
.
2023-01-04 14:22:55 -08:00
Meisam
e748d8f765
improve stream testing script ( #2525 )
...
* merge testContent.sh into ocContent.sh
* detect ffmpeg
ffmpeg or ffmpeg.exe in path, current dir, or parent dir
* use ocTestStream in api test
* enable verbose logging for api tests
* log ffmpeg version
* change ffmpeg lookup order
* set path properly for using the local ffmpeg
* rm double space from transcoder error logs
* update tests for new video stream
do not test bitrate
* set test stream target to 127.0.0.1
* log ffmpeg path
* update ffmpeg to v4.4.1
* improve logs
* fix ffmpeg installer script
* fix api test runner
* fix logs
* install fonts
* cleanup
* use ocTestStream.sh for all automated tests
* cleanup ocTestStream.sh
* cleanup test/automated/hls/run.sh
* Fix misspell
* fix ffmpeg installer in automated test runners
* spell fix
* cleanup script
* rev quick api tests
* cleanup tmp paths properly in automated tests
* rm unused ffmpeg package
* cleanup
2023-01-04 14:12:05 -08:00
Harpreet Singh
2e56684314
Move enable save button logic to a use effect hook. This updates state without delay. ( #2548 )
2023-01-04 13:54:34 -08:00
renovate[bot]
0d7fee33b6
chore(deps): lock file maintenance
2023-01-03 18:58:43 +00:00
renovate[bot]
4e5a5e59e0
chore(deps): update dependency eslint to v8.31.0
2023-01-03 09:16:11 +00:00
renovate[bot]
706879a5a9
fix(deps): update dependency yaml to v2.2.1
2023-01-02 19:27:40 +00:00
renovate[bot]
1856c6764c
fix(deps): update dependency @uiw/react-codemirror to v4.19.5
2023-01-02 12:59:29 +00:00
renovate[bot]
ee46281196
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.5
2023-01-02 06:33:51 +00:00
renovate[bot]
45e34678ec
chore(deps): update dependency storybook-dark-mode to v2.0.5
2023-01-02 01:00:55 +00:00
Michael David Kuckuk
2f2300db8d
Add initiallyMuted
query parameter to embed player ( #2539 )
...
* Add query param to initially mute embed player
* Add stories for embed player
* Improve VideoJS typing
2022-12-31 16:08:54 -08:00
Harpreet Singh
41499c78c3
Update logic for canSave() to allow saving regardless of the enabled value. ( #2538 )
2022-12-31 14:44:49 -08:00
renovate[bot]
3428ead3ed
Update nextjs monorepo to v13.1.1
2022-12-30 14:49:22 +00:00
renovate[bot]
96afe9481e
Update typescript-eslint monorepo to v5.47.1
2022-12-30 08:34:38 +00:00
Gabe Kangas
48f7a18419
Do not show followers bg color on mobile
2022-12-29 23:00:23 -08:00
Gabe Kangas
04b0f4548c
Remove duplicate API call + explicitly set loading state
2022-12-29 22:59:53 -08:00
Gabe Kangas
a971a79296
Fix name change clearing chat history. Closes #2532
2022-12-29 20:11:20 -08:00
renovate[bot]
8b80ab1a7e
Update dependency @types/node to v18.11.18
2022-12-30 01:05:56 +00:00
Gabe Kangas
533d33847c
Hide disabled features ( #2473 )
...
* Hide/show on notify and fediverse feature disable/enable
* Update browser tests to enable features for testing
* Hide/show features in mobile action menu
* Do not show fediauth option if fediverse features are not enabled.
* Force showing tabs when in Storybook
2022-12-29 16:26:04 -08:00
André Rusakow
15533d3d8a
wrap promise response in set timeout to keep local state in sync ( #2531 )
2022-12-29 13:19:23 -08:00
Jambaldorj Ochirpurev
31a3868216
fix Notify Reminder Popup Design ( #2529 )
2022-12-29 12:04:28 -08:00
André Rusakow
0a602edf5e
Double scrollbars ( #2509 )
...
* hide footer on mobile to avoid double scrollbars
* fix double scrollbars on desktop by removing scroll behaviour from main section
* add scrollbar styles to body and html
* add vertical scrolling back to main section
* prevent header from collapsing and messing around with scrolling
* prevent body from scrolling for main layout
* move tablet breakpoint into breakpoint mixin
* preffify code
* remove js height calc for lower section on mobile and use css
* enable scrolling within a tab on mobile
* remove scrollbar from main section on mobile
* adjust header height on mobile
* add react use to web
* lock body scroll for main layout
2022-12-29 10:14:12 -08:00
André Rusakow
05c8ce223b
Filesize limit for logoupload ( #2522 )
...
* add readable byts helper function
* adjust wording for logo upload
* limit file size to 2 MB
* remove log
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-12-28 15:41:49 -08:00
Gabe Kangas
a88da10c74
Rework some of the css var state to fix flaky customization UI. Fixes #2505
2022-12-28 13:05:35 -08:00
Gabe Kangas
6b0ac9d0bc
Revert "chore(deps): update nextjs monorepo to v13.1.1"
...
This reverts commit 2af6a0b99d
.
2022-12-28 10:44:15 -08:00
renovate[bot]
2af6a0b99d
chore(deps): update nextjs monorepo to v13.1.1
2022-12-28 11:29:05 +00:00
Shashwat Agrawal
397f940669
Center followers list 2515 ( #2520 )
...
* centered the follower
* left-align in desktop devices
Co-authored-by: Shashwat <shashwat>
2022-12-27 22:49:41 -08:00
Gabe Kangas
5a41f4a1ea
Reorganize admin pages and consolidate some sections. For #1904
2022-12-27 18:51:13 -08:00
Rishav Raj
1a9b3f85bb
Footer text wrap solved. ( #2508 )
...
* Font size reduced
* Update Footer.module.scss
2022-12-27 12:08:49 -08:00
Jambaldorj Ochirpurev
f8a481ff70
Fix/issue#2441 ( #2443 )
...
* fix the rendering issues related to More Info
* update
* update Chat Moderation Details component
2022-12-27 11:57:44 -08:00
Anderer Zyklus
35e6c69612
updated 'Help' menu item on admin panel to point to '/admin/help'. ( #2516 )
2022-12-27 11:39:16 -08:00
Gabe Kangas
b55b7a54ea
Specify what element the popup should draw in to fix scrolling. For #2358
2022-12-26 20:05:00 -08:00
Gabe Kangas
b21dfaa2b9
Tweak the border of account in follow modal
2022-12-26 20:04:59 -08:00
André Rusakow
53d3a67533
hide user name in user dropdown on mobile ( #2512 )
...
* hide user name in user dropdown on mobile
* truncate title in header
* prettify code
* Add line height to prevent cutting of lower length letters
2022-12-26 14:09:52 -08:00
renovate[bot]
a56d3d185d
chore(deps): lock file maintenance
2022-12-26 13:27:52 +00:00
Meisam
c74d5b4f31
add shellcheck to CI ( #2478 )
...
* add shellcheck to ci
* test ci
* install bash for shellcheck
* set globstar for bash
* cleanup shell scripts
* do not ignore automated hls tests
* rm legacy build script
* update shell scripts
* cleanup ci
* Fix misspell
* cleanup ci
* fail on curl error in ci
2022-12-25 19:17:13 -08:00
Gabe Kangas
d4ffe02645
Fix title getting lost due to multiple callbacks firing. Closes #2351
2022-12-25 16:04:01 -08:00
renovate[bot]
02fc945d05
chore(deps): update dependency @babel/core to v7.20.7
2022-12-25 09:52:20 +00:00
Gabe Kangas
353e9c5896
Add logging to troubleshoot #2351
2022-12-24 21:21:39 -08:00
Gabe Kangas
5c01efd3e2
Wrap title in header tag. Do not allow it to wrap. Closes #2474 #2446
2022-12-24 16:45:45 -08:00
Gabe Kangas
fb1aca165f
Give the chat text input surrounding a background color
2022-12-24 15:32:15 -08:00
Gabe Kangas
c871251769
Tweak positioning of emoji picker popover
2022-12-24 15:08:46 -08:00
Gabe Kangas
01082c5e0b
Reduce top padding in content header
2022-12-24 14:59:03 -08:00
renovate[bot]
6caca2daad
fix(deps): update dependency sharp to v0.31.3
2022-12-24 17:43:13 +00:00
renovate[bot]
50c349022a
fix(deps): update dependency yaml to v2.2.0
2022-12-24 13:08:17 +00:00
renovate[bot]
ff443e9209
fix(deps): update dependency slate-react to v0.88.0
2022-12-23 22:40:58 +00:00
renovate[bot]
5cc566fda3
chore(deps): update dependency chromatic to v6.14.0 ( #2479 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-23 14:21:45 -08:00
renovate[bot]
888fe15844
chore(deps): update dependency sass to v1.57.1 ( #2476 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-23 14:20:55 -08:00
Meisam
d814ff77ac
update SocialLinks module width ( #2477 )
2022-12-23 13:49:09 -08:00
renovate[bot]
f96da5a50d
fix(deps): update dependency xstate to v4.35.1 ( #2481 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-23 13:31:56 -08:00
renovate[bot]
ff1d82ef84
chore(deps): update typescript-eslint monorepo to v5.47.0 ( #2482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-23 13:31:04 -08:00
renovate[bot]
d68296da82
chore(deps): update storybook monorepo to v6.5.15
2022-12-23 20:18:37 +00:00
Gabe Kangas
508ca8c5cb
Downgrade nextjs to get rid of the React error.
...
Revert "chore(deps): update nextjs monorepo to v13.0.7"
This reverts commit 3676e737b3
.
2022-12-23 11:59:34 -08:00
renovate[bot]
b6021547f0
fix(deps): update dependency chart.js to v4.1.1
2022-12-22 05:58:51 +00:00
Gabe Kangas
3b1a8828bb
Tweak modal drop shadow
2022-12-21 17:35:36 -08:00
gabek
ce4293891a
Prettified Code!
2022-12-21 07:57:09 +00:00
Gabe Kangas
c9768bd8f8
Add appearance setting for rounded corners. Closes #2471
2022-12-20 23:55:07 -08:00
renovate[bot]
d813280487
chore(deps): update dependency @types/node to v18.11.17
2022-12-21 01:21:09 +00:00
renovate[bot]
89eb8a9b93
chore(deps): update dependency eslint to v8.30.0
2022-12-20 19:34:05 +00:00
renovate[bot]
3676e737b3
chore(deps): update nextjs monorepo to v13.0.7
2022-12-20 15:51:00 +00:00
Gabe Kangas
31f77cf1f0
Tweaks to chat bottom handling for #2342
2022-12-20 00:37:22 -08:00
Meisam
8f29acb7dd
properly detect lowestVariant for system health ( #2455 )
2022-12-19 23:19:21 -08:00
Gabe Kangas
c597a0de9e
Add accessibility properties to chat text input. Closes #2444
2022-12-19 21:49:11 -08:00
Gabe Kangas
e85f7c8086
Remove unused imports
2022-12-19 18:38:07 -08:00
Gabe Kangas
8376420e86
Add additional descriptive text to compose post modal.
2022-12-19 18:38:06 -08:00
Gabe Kangas
edfb44d7a8
Change style of compose post button + remove thumbnail preview. Closes #2463
2022-12-19 18:38:06 -08:00
Gabe Kangas
58e4a118a6
Add custom document in order to support lang attr on html. Closes #2445
2022-12-19 18:38:05 -08:00
renovate[bot]
7fd95a05d2
chore(deps): update dependency @types/node to v18.11.16
2022-12-19 23:03:01 +00:00
renovate[bot]
f4a056f77b
chore(deps): lock file maintenance
2022-12-19 16:37:13 +00:00
renovate[bot]
995a3dc981
fix(deps): update dependency chart.js to v4.1.0
2022-12-19 07:43:32 +00:00
renovate[bot]
f7d99fa524
fix(deps): update dependency @uiw/react-codemirror to v4.19.4
2022-12-18 22:26:51 +00:00
renovate[bot]
96e4b04176
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.4
2022-12-18 16:13:40 +00:00
renovate[bot]
0119cf6bd4
fix(deps): update dependency slate-react to v0.87.1
2022-12-18 00:48:34 +00:00
Silk Sow
df5e956801
Replace FediAuthModal placeholder explainer text ( #2464 )
...
* Replace placeholder explainer text
Fixes https://github.com/owncast/owncast/issues/2453
* Prettified Code!
Co-authored-by: silksow <silksow@users.noreply.github.com>
2022-12-17 14:05:11 -08:00
renovate[bot]
9347f9fcd9
chore(deps): update dependency css-loader to v6.7.3 ( #2461 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-17 13:21:52 -08:00
renovate[bot]
6ca7aa9f8f
chore(deps): update dependency chromatic to v6.13.1
2022-12-17 15:58:59 +00:00
renovate[bot]
a429674e76
chore(deps): update dependency @mdx-js/react to v2.2.1
2022-12-17 11:06:55 +00:00
renovate[bot]
18f4f39e35
chore(deps): update dependency chromatic to v6.13.0
2022-12-17 05:20:26 +00:00
Gabe Kangas
f0953a957a
Fix exception with appearance reset. Closes #2459
2022-12-16 21:13:29 -08:00
Gabe Kangas
0ebb968074
Handle subdirectories of emoji in copying, fetching and deleting. For #1916
2022-12-16 20:23:58 -08:00
Gabe Kangas
f992df8209
Add key to menu item
2022-12-16 18:06:03 -08:00
Gabe Kangas
aa5d5fc32d
Some admin related appearance tweaks. For working on #1904
2022-12-16 17:35:03 -08:00
renovate[bot]
81c03d763b
chore(deps): update dependency @types/node to v18.11.15
2022-12-16 22:36:04 +00:00
renovate[bot]
d6745665e0
chore(deps): update dependency @types/node to v18.11.14
2022-12-16 07:22:54 +00:00
Gabe Kangas
b75ef37952
Fix text color. Closes #2447
2022-12-15 22:00:15 -08:00
Gabe Kangas
9ed14ca73f
Refactor player button to fix Safari issues. Closes #2440
2022-12-15 21:28:09 -08:00
Gabe Kangas
fb7cff54d0
Tweak badge styles
2022-12-15 19:40:26 -08:00
Gabe Kangas
a2445e1fcf
Show hide/show chat instead of toggle in user menu. Closes #2454
2022-12-15 19:23:43 -08:00
renovate[bot]
22dd1ac8e6
chore(deps): update typescript-eslint monorepo to v5.46.1
2022-12-15 22:11:48 +00:00
renovate[bot]
d4252e9bbd
fix(deps): update dependency @uiw/react-codemirror to v4.19.3
2022-12-15 16:19:44 +00:00
renovate[bot]
fd551b1766
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.3
2022-12-15 10:37:00 +00:00
Gabe Kangas
3d4c26ce39
Fix modal content height. Closes #2070
2022-12-14 23:54:48 -08:00
Gabe Kangas
7d2e2537cf
Fix default protocol validation list
2022-12-14 23:54:46 -08:00
Gabe Kangas
5951ce527b
Fix typo
2022-12-14 23:54:44 -08:00
Gabe Kangas
890ebdfff6
Tweak style of scroll to bottom button
2022-12-14 12:54:31 -08:00
Gabe Kangas
ba0c62e8a0
Support different link validation methods for platforms. Closes #2449
2022-12-14 11:53:13 -08:00
Gabe Kangas
11c4d80e28
Export new url validation functions
2022-12-14 11:52:11 -08:00
renovate[bot]
963a0a67ab
chore(deps): update dependency @types/node to v18.11.13
2022-12-13 19:58:07 +00:00
renovate[bot]
da6115cb12
fix(deps): update dependency @uiw/react-codemirror to v4.19.2
2022-12-13 17:19:33 +00:00
renovate[bot]
f2c5e5edfd
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.2
2022-12-13 12:52:54 +00:00
Gabe Kangas
e64da8003c
More component selectors for CSS overrides for #2193
2022-12-12 22:54:52 -08:00
Gabe Kangas
660ea10dab
Change loading state. Closes #2248
2022-12-12 19:10:49 -08:00
Gabe Kangas
9ddc41b2fc
Fix broken Fediverse logo in admin. Closes #2380
2022-12-12 17:43:29 -08:00
Gabe Kangas
efdce41d53
Fix sidebar link title
2022-12-12 17:25:15 -08:00
Gabe Kangas
2fdbb1e482
Support CSP nonce for webv2. Closes #2127
2022-12-12 17:04:00 -08:00
renovate[bot]
2a67eb1daa
chore(deps): update dependency chromatic to v6.12.0
2022-12-12 21:00:35 +00:00
Gabe Kangas
9317efc253
Fix story using the wrong prop name
2022-12-12 10:30:13 -08:00
Philipp
dc54dfe363
Feature: emoji editor ( #2411 )
...
* Custom emoji editor: implement backend
This reuses the logo upload code
* Implement emoji edit admin interface
Again reuse base64 logic from the logo upload
* Allow toggling between uploaded and default emojis
* Add route that always serves uploaded emojis
This is needed for the admin emoji interface,
as otherwise the emojis will 404 if custom emojis are disabled
* Fix linter warnings
* Remove custom/uploaded emoji logic
* Reset timer after emoji deletion
* Setup: copy built-in emojis to emoji directory
2022-12-12 08:40:43 -08:00
renovate[bot]
7b9e5b351c
chore(deps): lock file maintenance ( #2435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 06:51:48 -08:00
renovate[bot]
6e6cb187c4
chore(deps): update dependency sass to v1.56.2 ( #2432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-12-12 00:45:20 -08:00
renovate[bot]
ef7404eb81
chore(deps): lock file maintenance ( #2434 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 00:43:31 -08:00
Gabe Kangas
c231fd3592
First pass at CSS identifiers + test to verify they are set. For #2193
2022-12-11 21:06:20 -08:00
renovate[bot]
d1e4142618
chore(deps): update dependency @types/node to v18.11.12
2022-12-11 19:43:18 +00:00
renovate[bot]
608f02b2b1
chore(deps): update typescript-eslint monorepo to v5.46.0
2022-12-11 09:45:39 +00:00
renovate[bot]
94bc68265c
chore(deps): update dependency typescript to v4.9.4
2022-12-11 05:52:27 +00:00
renovate[bot]
22eb9f3309
fix(deps): update dependency slate-react to v0.87.0 ( #2427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 19:59:19 -08:00
renovate[bot]
1ea6356964
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.1 ( #2428 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 19:16:38 -08:00
renovate[bot]
2507598c7f
chore(deps): update dependency prettier to v2.8.1 ( #2429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 17:58:00 -08:00
renovate[bot]
872b72178d
chore(deps): update dependency storybook-dark-mode to v2.0.4
2022-12-10 17:07:54 +00:00
renovate[bot]
8fcd069aaa
fix(deps): update dependency @uiw/react-codemirror to v4.19.1
2022-12-10 10:03:07 +00:00
renovate[bot]
d31d8b7e13
fix(deps): update dependency xstate to v4.35.0
2022-12-10 04:29:08 +00:00
renovate[bot]
54472c6173
fix(deps): update dependency @uiw/react-codemirror to v4.17.1
2022-12-09 20:37:46 +00:00
renovate[bot]
9398ef2191
chore(deps): update dependency cypress to v12 ( #2421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-09 12:32:25 -08:00
renovate[bot]
adabdedd65
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.17.1
2022-12-09 14:29:10 +00:00
renovate[bot]
7a55a00e9d
chore(deps): update dependency @types/node to v18.11.11
2022-12-09 05:06:07 +00:00
Gabe Kangas
047e61133a
Reduce the height of the header
2022-12-08 14:35:57 -08:00
renovate[bot]
06c80f4540
chore(deps): update dependency storybook-dark-mode to v2 ( #2422 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-08 13:46:33 -08:00
renovate[bot]
91753d403c
chore(deps): update typescript-eslint monorepo to v5.45.1
2022-12-08 19:33:21 +00:00
renovate[bot]
69dfa94d03
chore(deps): update dependency eslint-plugin-storybook to v0.6.8
2022-12-08 13:23:26 +00:00
renovate[bot]
aafc7914bd
fix(deps): update dependency slate to v0.87.0
2022-12-08 05:23:40 +00:00
Jambaldorj Ochirpurev
cc81f2a68e
Fix video config admin modal layout ( #2414 )
...
* update the UI of admin video config modal
* fix the Video Config UI
* Prettified Code!
* update the VideoVarientForm.tsx
* Prettified Code!
Co-authored-by: dorj222 <dorj222@users.noreply.github.com>
2022-12-07 16:15:38 -08:00
renovate[bot]
ecf08d7c2a
chore(deps): update dependency eslint to v8.29.0
2022-12-06 09:14:48 +00:00
Gabe Kangas
1d245dbbc1
Fix user settings dropdown story not rendering. Closes #2350
2022-12-05 23:13:55 -08:00
Gabe Kangas
87f6741bfb
Fix styling of notification modal. Closes #2080
2022-12-05 22:11:11 -08:00
Gabe Kangas
4bcfc82a30
Make the push notification modal slightly more correct. Closes #2163
2022-12-05 21:53:14 -08:00
Gabe Kangas
5bc7fe04b6
Give scrollbar thumb a slight radius
2022-12-05 21:53:13 -08:00
Gabe Kangas
0c3d3f1c17
Move footer to not be sticky. Closes #2288
2022-12-05 21:04:59 -08:00
Americo Barros
a8fea0df80
Fix URL Modal scrolling and size ( #2410 )
...
* Change iframe style to block
- this removes the double scrollbar issue that was occurring
* Change and Add default modal sizes
2022-12-05 19:42:08 -08:00
renovate[bot]
571242e0d5
chore(deps): lock file maintenance
2022-12-06 01:34:44 +00:00
renovate[bot]
2a71b13ac1
chore(deps): update dependency @types/react to v18.0.26
2022-12-05 14:55:19 +00:00
renovate[bot]
48c9557e22
chore(deps): update nextjs monorepo to v13.0.6
2022-12-05 08:40:27 +00:00
renovate[bot]
2ee86c5284
chore(deps): update storybook monorepo to v6.5.14
2022-12-05 03:11:02 +00:00
renovate[bot]
f3ae354276
chore(deps): update dependency @types/node to v18.11.10
2022-12-04 14:49:20 +00:00
renovate[bot]
2bbf152198
fix(deps): update dependency react-markdown to v8.0.4
2022-12-04 09:19:36 +00:00
Gabe Kangas
8a14173066
Increase the bottom threshold for chat container. Closes #2342
2022-12-01 19:26:16 -08:00
renovate[bot]
fe544535cc
chore(deps): update typescript-eslint monorepo to v5.45.0
2022-12-01 17:45:08 +00:00
renovate[bot]
81e84b05e0
chore(deps): update dependency @babel/core to v7.20.5
2022-12-01 11:33:00 +00:00
Gabe Kangas
d503c8a2e0
Updates to the admin to reflect new stream keys and admin password split
2022-11-29 16:05:44 -08:00
Philipp
1b4a88392e
Edit external actions ( #2391 )
...
* Initial action editing
* Set previous values in form when editing
* Show previous values when editing an action
* Fix typo
2022-11-29 14:14:11 -08:00
Meisam
268af5c20e
activate save on s3 bucket change in admin ( #2392 )
2022-11-29 11:12:06 -08:00
Gabe Kangas
49b4300e2e
Replace search button on auth modals. Closes #2377
2022-11-28 22:41:33 -08:00
renovate[bot]
9a63bde62e
chore(deps): lock file maintenance
2022-11-28 19:14:31 +00:00
renovate[bot]
c1316af6bf
chore(deps): lock file maintenance
2022-11-28 11:51:13 +00:00
renovate[bot]
ade2cc6827
chore(deps): update nextjs monorepo to v13.0.5
2022-11-26 14:11:30 +00:00
renovate[bot]
7f3fe99bd5
fix(deps): update dependency react-virtuoso to v3.1.5
2022-11-26 09:18:59 +00:00
renovate[bot]
eb86ec6714
chore(deps): update dependency prettier to v2.8.0
2022-11-24 21:25:24 +00:00
renovate[bot]
fc5a60bc8d
chore(deps): update typescript-eslint monorepo to v5.44.0
2022-11-24 13:04:33 +00:00
renovate[bot]
c42551762a
fix(deps): update dependency chart.js to v4
2022-11-24 07:11:46 +00:00
renovate[bot]
2784af4812
fix(deps): update dependency antd to v4.24.3
2022-11-24 00:15:42 +00:00
renovate[bot]
1f6673aa9f
chore(deps): update dependency css-loader to v6.7.2
2022-11-23 23:36:14 +00:00
renovate[bot]
5d8664b385
chore(deps): update dependency eslint to v8.28.0 ( #2363 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-11-23 15:16:35 -08:00
renovate[bot]
8ee903e753
chore(deps): lock file maintenance ( #2365 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-23 14:51:31 -08:00
renovate[bot]
a07f701b81
fix(deps): update dependency @ant-design/icons to v4.8.0 ( #2366 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-23 13:35:04 -08:00
renovate[bot]
34d335f1fe
fix(deps): update dependency slate to v0.86.0 ( #2368 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-23 13:33:32 -08:00
Gabe Kangas
dab83505a8
Add ID to name change button
2022-11-23 11:41:58 -08:00
Philipp
56a3f350ee
Chat name & color modal ( #2347 )
...
* Improve name & color change modal design
* Resend user info after color change
That way the name change dialog shows the correct
color when opening it the next time
* Name change modal: allow overflow of color picker
* Allow submitting form only if button is enabled
* Prettified Code!
* Make button & text input same height
Co-authored-by: xarantolus <xarantolus@users.noreply.github.com>
2022-11-23 10:52:39 -08:00
renovate[bot]
636aa8503a
fix(deps): update dependency slate-react to v0.86.0
2022-11-22 08:10:03 +00:00
renovate[bot]
2913339a50
fix(deps): update dependency @uiw/react-codemirror to v4.15.1
2022-11-22 02:44:22 +00:00
renovate[bot]
6561f30756
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.15.1
2022-11-21 21:10:13 +00:00
renovate[bot]
d752ceb9fb
chore(deps): update typescript-eslint monorepo to v5.43.0
2022-11-21 14:32:15 +00:00
renovate[bot]
3f55b9ef5a
chore(deps): update nextjs monorepo to v13.0.4
2022-11-21 07:42:16 +00:00
renovate[bot]
db6cc0bba1
chore(deps): update dependency typescript to v4.9.3
2022-11-21 00:31:59 +00:00
Gabe Kangas
4838562af8
Fix online app state not being set during goodbye state
2022-11-20 13:27:43 -08:00
Gabe Kangas
4eb25e3509
Remove log message
2022-11-20 13:27:42 -08:00
renovate[bot]
5d962c7055
chore(deps): update dependency eslint-plugin-react to v7.31.11 ( #2361 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-20 11:20:11 -08:00
renovate[bot]
a4eb58de37
fix(deps): update dependency react-virtuoso to v3.1.4
2022-11-20 02:53:03 +00:00
renovate[bot]
d90739f818
fix(deps): update dependency antd to v4.24.2
2022-11-19 22:52:13 +00:00
Gabe Kangas
d0cc0d8e56
Play around with sizing and placement of player. For #2204 and #2303
2022-11-19 13:35:37 -08:00
Gabe Kangas
76b4f5eef4
Remove forced scrollbars in modal + round corners
2022-11-19 12:56:57 -08:00
Gabe Kangas
ce1c564797
Add margin under bottom chat message
2022-11-19 12:56:38 -08:00
Gabe Kangas
7ba2730736
Fix action button icon sizing. Closes #2137
2022-11-19 11:00:45 -08:00
Gabe Kangas
2e0f0d1a53
Use absolute URL for og:image if set. Closes #2250
2022-11-18 21:37:54 -08:00
Gabe Kangas
d29591f3fa
Update global style of input fields. Closes #2357
2022-11-18 20:39:34 -08:00
Gabe Kangas
67121426a5
Fire action in story when button is pressed
2022-11-18 17:10:14 -08:00
Gabe Kangas
a75c838ef3
Populate user message tooltip. Closes #2343
2022-11-18 17:08:46 -08:00
Gabe Kangas
62c556aa2a
Add video playlist cachebuster. Closes #2349
2022-11-17 22:10:53 -08:00
Gabe Kangas
18d92dbe9d
Wire up follower empty state. Closes #1913
2022-11-17 21:32:26 -08:00
Gabe Kangas
c9031d8d6b
Migrate to the updated antd menu items. Closes #2228
2022-11-17 20:42:50 -08:00
Gabe Kangas
5020152a47
Use button color for notification popup
2022-11-17 20:41:02 -08:00
renovate[bot]
7136497620
chore(deps): update nextjs monorepo to v13.0.3 ( #2325 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-14 17:01:44 -08:00
renovate[bot]
5f3e44500a
chore(deps): lock file maintenance ( #2346 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-14 16:33:40 -08:00
Gabe Kangas
32d0850854
Fix another first-launch bug
2022-11-13 19:29:10 -08:00
Gabe Kangas
f5355f244c
Change status handling
2022-11-13 16:03:37 -08:00
Gabe Kangas
c5f02a091b
Handle all server status changes
2022-11-13 14:50:20 -08:00
Gabe Kangas
d2f65380a1
Fix issue when trying to collapse non-user message
2022-11-13 14:49:49 -08:00
Gabe Kangas
447779b439
Reduce textfield padding
2022-11-13 13:18:17 -08:00
Gabe Kangas
aaabc57a15
Add scrollbar color var
2022-11-13 13:17:26 -08:00
Gabe Kangas
2667614ce0
Change bright yellow chat user color
2022-11-13 12:52:24 -08:00
Gabe Kangas
bc6af8251e
Add padding to chat messages
2022-11-13 12:43:15 -08:00
Gabe Kangas
d3ab62a98b
Fix footer link colors
2022-11-13 12:39:20 -08:00
Gabe Kangas
769f05db2c
Allow for custom scrollbar styling
2022-11-13 12:37:31 -08:00
Gabe Kangas
f348203016
Fix delay in app state being set
2022-11-13 10:47:28 -08:00
renovate[bot]
d569c16f51
fix(deps): update dependency @uiw/react-codemirror to v4.13.2 ( #2340 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-13 10:03:21 -08:00
renovate[bot]
f26c96236e
fix(deps): update dependency @codemirror/lang-markdown to v6.0.5
2022-11-13 16:42:33 +00:00
renovate[bot]
d38799a670
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.13.2
2022-11-13 14:54:02 +00:00
renovate[bot]
9245763c86
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.13.1
2022-11-13 14:49:15 +00:00
Gabe Kangas
9ca012cc8b
Fix settings items not being returned
2022-11-12 23:42:33 -08:00
Gabe Kangas
ac32e691a0
Fix some playery errors and layout issues
2022-11-12 23:36:00 -08:00
Gabe Kangas
d81b6803d2
Settings items text color
2022-11-12 23:35:59 -08:00
Gabe Kangas
00dc8c6802
Use updated MenuButton creation
2022-11-12 23:35:59 -08:00
renovate[bot]
e11cc45ca0
chore(deps): update dependency sass-loader to v13.2.0
2022-11-13 04:32:49 +00:00
Gabe Kangas
813f8692f0
Support color customization from the admin ( #2338 )
...
* Add user-customizable theming. Closes #1915
* Prettified Code!
* Add user-customizable theming. Closes #1915
* Add explicit color for page content background
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
2022-11-12 20:26:55 -08:00
renovate[bot]
6af55a9bad
chore(deps): update dependency cypress to v11
2022-11-12 18:37:23 +00:00
renovate[bot]
44e584d79a
fix(deps): update dependency @uiw/react-codemirror to v4.13.0
2022-11-12 18:32:05 +00:00
renovate[bot]
9e68f21dca
fix(deps): update dependency react-highlighter-ts to v18
2022-11-12 18:26:44 +00:00
renovate[bot]
84d0b77c14
fix(deps): update dependency slate to v0.85.0
2022-11-12 18:16:20 +00:00
renovate[bot]
dd881b00d3
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.13.0
2022-11-12 18:08:12 +00:00
renovate[bot]
8c26a91f16
chore(deps): update dependency eslint to v8.27.0
2022-11-12 18:02:29 +00:00
renovate[bot]
097f60d02f
fix(deps): update dependency react-virtuoso to v3.1.3
2022-11-12 17:58:29 +00:00
renovate[bot]
e86e159dfd
chore(deps): update typescript-eslint monorepo to v5.42.1
2022-11-12 17:53:35 +00:00
renovate[bot]
b3349dfbbf
chore(deps): update dependency sass to v1.56.1
2022-11-12 17:50:42 +00:00
renovate[bot]
a103544308
chore(deps): lock file maintenance
2022-11-12 17:44:53 +00:00
renovate[bot]
ae6a5c9924
fix(deps): update dependency antd to v4.24.1
2022-11-07 20:00:58 +00:00
renovate[bot]
7453a38625
chore(deps): update nextjs monorepo to v13.0.2
2022-11-07 19:59:16 +00:00
renovate[bot]
953259b052
fix(deps): update dependency sharp to v0.31.2
2022-11-07 19:57:34 +00:00
renovate[bot]
2d39cbb13f
chore(deps): update dependency @types/react to v18.0.25
2022-11-07 19:54:00 +00:00
renovate[bot]
5a948110e5
chore(deps): update dependency @babel/core to v7.20.2
2022-11-07 03:16:15 +00:00
renovate[bot]
b5f6f97ae1
chore(deps): update dependency babel-loader to v9.1.0
2022-11-07 00:18:32 +00:00
Gabe Kangas
20e9d030ed
Fix logo alignment for mobile. Closes #2263
2022-11-06 16:09:05 -08:00
Gabe Kangas
b9f5b1da19
Fix change name modal story not rendering. Closes #2255
2022-11-06 15:33:21 -08:00
Gabe Kangas
4cdbcc642d
Tweak Chromatic diffThreshold to reduce false negative tests
2022-11-05 17:27:44 -07:00
renovate[bot]
697b8f9732
fix(deps): update dependency @codemirror/lang-markdown to v6.0.4 ( #2306 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-05 09:57:29 -07:00
renovate[bot]
46f4269663
chore(deps): update dependency sass to v1.56.0 ( #2301 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-11-04 21:06:15 -07:00
Gabe Kangas
352447e3d4
Web UI frontend automated browser tests ( #2223 )
...
* First pass at basic browser tests for #1926
* Run tests against dev web server not go server
* Bundle the web code into the server before running tests
* Move cypress UI tests into its own npm project + add tests
* Add additional tests + wire up with cypress dashboard
* Limit concurrency of workflow jobs
* Temporarily comment out some tests that do not pass in mobile. Will fix later.
2022-11-04 20:04:13 -07:00
Gabe Kangas
595865c11d
Fix infinite load on first launch. Closes #2302
2022-11-04 18:35:50 -07:00
renovate[bot]
3a2aed0df8
fix(deps): update dependency antd to v4.24.0
2022-11-04 20:24:38 +00:00
renovate[bot]
9c33bf5327
chore(deps): update dependency chromatic to v6.11.4
2022-11-04 10:40:14 +00:00
renovate[bot]
551a701923
chore(deps): update dependency eslint-plugin-storybook to v0.6.7
2022-11-04 10:33:56 +00:00
renovate[bot]
c135699954
chore(deps): update dependency @types/node to v18.11.9
2022-11-04 10:31:42 +00:00
renovate[bot]
824c971ca9
chore(deps): update nextjs monorepo to v13
2022-11-04 04:16:17 +00:00
renovate[bot]
fdc7510a68
chore(deps): update dependency chromatic to v6.11.3
2022-11-04 02:37:45 +00:00
renovate[bot]
6a752fcfc8
chore(deps): update typescript-eslint monorepo to v5.42.0
2022-11-03 19:27:45 +00:00
renovate[bot]
030b69f7f0
chore(deps): update dependency babel-loader to v9.0.1
2022-11-03 19:23:56 +00:00
Matthew Heller
3021dd7795
Always show the 'send chat message' button. Re #2293 . ( #2298 )
2022-11-03 10:36:03 -07:00
renovate[bot]
674b5e1300
fix(deps): update dependency react-virtuoso to v3.1.2
2022-11-02 20:22:46 +00:00
renovate[bot]
76a2bffe15
chore(deps): update dependency @types/node to v18.11.8
2022-11-02 20:12:26 +00:00
Matthew Heller
64b20cf070
Use 16px font size to prevent auto zoom on iOS Safari. Shorten the 'type here' message so it doesn't wrap to a second line when the chat pane becomes a column on the right side of larger screens. Re #2276 . ( #2294 )
2022-11-02 12:34:57 -07:00
renovate[bot]
1ac13d0fa1
fix(deps): update dependency xstate to v4.34.0
2022-11-02 07:45:53 +00:00
Gabe Kangas
50f23a0807
Changes to troubleshoot #2291
2022-11-02 00:02:32 -07:00
Gabe Kangas
a89bceea37
Do not show empty state when loading followers. Closes #2249
2022-11-01 21:10:55 -07:00
Matthew Heller
8320f282d8
More renames from 'visible' to 'open'. ( #2290 )
2022-11-01 14:50:23 -07:00
renovate[bot]
32b54d6659
chore(deps): lock file maintenance
2022-10-31 18:14:32 +00:00
renovate[bot]
64af8108a5
chore(deps): lock file maintenance
2022-10-31 10:53:26 +00:00
renovate[bot]
67ce9b484b
fix(deps): update dependency autoprefixer to v10.4.13
2022-10-30 23:37:00 +00:00
renovate[bot]
ba81904b8b
chore(deps): update dependency @svgr/webpack to v6.5.1
2022-10-30 19:20:19 +00:00
renovate[bot]
a08f8919b6
chore(deps): update dependency babel-loader to v9
2022-10-30 12:15:41 +00:00
renovate[bot]
a69f9eb200
chore(deps): update dependency @types/react to v18.0.24
2022-10-30 12:09:32 +00:00
renovate[bot]
83642460f8
chore(deps): update dependency chromatic to v6.11.2
2022-10-29 23:28:30 +00:00
renovate[bot]
841fdadaba
chore(deps): update dependency @types/node to v18.11.7
2022-10-29 13:41:07 +00:00
renovate[bot]
ab56263385
chore(deps): update dependency @types/node to v18.11.6
2022-10-29 13:34:12 +00:00
renovate[bot]
7dd5eb4fb7
fix(deps): update dependency picmo to v5.7.2
2022-10-29 09:20:08 +00:00
Gabe Kangas
0e8f14a58a
Fix text input width. Closes #2184
2022-10-28 22:47:21 -07:00
Gabe Kangas
e0b7ae5b3a
Fix auth modal story not rendering. Closes #2254
2022-10-28 22:22:56 -07:00
renovate[bot]
5a9726f6ef
chore(deps): update dependency chromatic to v6.11.1
2022-10-29 05:15:10 +00:00
Gabe Kangas
42facacd24
Set next setting to not try to optimize images
2022-10-28 20:19:11 -07:00
Gabe Kangas
628d70e37c
Add rel=me to social links. Closes #2269
2022-10-28 20:16:30 -07:00
Gabe Kangas
64a2fbd3e8
Add to anchor rel attributes do not overwrite
2022-10-28 20:15:49 -07:00
Gabe Kangas
d91f682d21
Lazy load chat container
2022-10-28 12:19:39 -07:00
Gabe Kangas
6564fc69bf
Support web vitals attribution
2022-10-28 12:19:39 -07:00
Gabe Kangas
2e7787f70b
Force the bundler to build the player as its own file
2022-10-28 12:19:39 -07:00
Gabe Kangas
91edad5024
Add webpack bundle analyzer for debugging
2022-10-28 12:19:38 -07:00
Gabe Kangas
65fcbb9d3f
Use Next Image component for social links
2022-10-28 12:19:38 -07:00
renovate[bot]
1a806c30a7
chore(deps): update dependency @types/react to v18.0.23
2022-10-28 19:15:24 +00:00
renovate[bot]
78931569c9
chore(deps): update dependency chromatic to v6.11.0
2022-10-28 00:13:26 +00:00
renovate[bot]
dce49accac
chore(deps): update dependency @types/node to v18.11.5
2022-10-28 00:06:30 +00:00
renovate[bot]
c0f6e1ff94
chore(deps): update typescript-eslint monorepo to v5.41.0
2022-10-27 19:36:12 +00:00
renovate[bot]
45a3f2d2eb
chore(deps): update dependency @types/react to v18.0.22
2022-10-27 19:27:57 +00:00
renovate[bot]
0270f078a7
fix(deps): update codemirror
2022-10-27 08:07:42 +00:00
Gabe Kangas
ec57feac94
Enable React strict mode
2022-10-26 22:45:13 -07:00
renovate[bot]
7d6a36b8ab
chore(deps): update storybook monorepo to v6.5.13
2022-10-27 02:40:16 +00:00
renovate[bot]
18e3f88321
chore(deps): update dependency eslint to v8.26.0
2022-10-27 02:13:43 +00:00
renovate[bot]
3ed5704dea
chore(deps): update typescript-eslint monorepo to v5.40.1
2022-10-27 02:07:40 +00:00
renovate[bot]
257ea2b536
chore(deps): update dependency chromatic to v6.10.5
2022-10-27 02:04:48 +00:00
renovate[bot]
9a41f717a4
chore(deps): update dependency @babel/core to v7.19.6
2022-10-27 01:56:17 +00:00
renovate[bot]
49580d32b4
chore(deps): update dependency @types/node to v18.11.4
2022-10-27 01:46:33 +00:00
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>
2022-10-26 15:23:49 -07:00
Evgeniy Kosov
2f03a077f3
Add missing federation action images to webv2 ( #2266 )
...
* Add missing federation action images to webv2
* Commit updated API documentation
Co-authored-by: Owncast <owncast@owncast.online>
2022-10-26 15:22:13 -07:00
Matthew Heller
125343808d
Fix display of auth modal. Re #2262 . ( #2265 )
2022-10-26 14:35:46 -07:00
Gabe Kangas
e7a4d53453
Remove buttons from offline banner and add inline links. Closes #2261
2022-10-24 22:24:14 -07:00
Gabe Kangas
952b28f8bf
Explicitly set state for config+status when hydrated
2022-10-24 21:26:03 -07:00
Gabe Kangas
da66f3b051
Do not display go template tag in dev
2022-10-24 18:27:01 -07:00
renovate[bot]
1d776a9290
chore(deps): lock file maintenance
2022-10-24 12:30:53 +00:00
Gabe Kangas
a0093fb0c9
Fix server rendered title tag. Closes #2251
2022-10-23 23:09:21 -07:00
Gabe Kangas
77369a3cbe
Add follow+notify to actions menu and refactor how those modals are displayed. Closes #2247
2022-10-23 21:59:25 -07:00
renovate[bot]
61ecc85caf
fix(deps): update dependency slate to v0.84.0 ( #2232 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-23 19:30:50 -07:00
Gabe Kangas
8aed27e44d
Refactor server-rendered tags. Closes #2246
2022-10-22 16:51:09 -07:00
t1enne
b285115a3e
fixed linter error
2022-10-22 22:38:44 +02:00
t1enne
bddb895189
styled the default button and the mobile dropdown
2022-10-22 22:36:48 +02:00
t1enne
b7795f275c
corrected media query
2022-10-22 22:36:48 +02:00
t1enne
917248fc5b
moved footer to layout. changed some css
2022-10-22 10:46:17 +02:00
t1enne
f6e158ab88
reduced font weight of message text
2022-10-22 10:46:17 +02:00
t1enne
7c0474f14a
made trigger button antd component
2022-10-22 10:46:17 +02:00
Gabe Kangas
f2f3dcfea7
Add mobile actions dropdown menu. Closes #2231
2022-10-21 23:58:39 -07:00
Gabe Kangas
3fbbecc0e8
Refactor action buttons callback
2022-10-21 22:24:29 -07:00
renovate[bot]
b9ffbf0a55
fix(deps): update dependency react-virtuoso to v3
2022-10-21 04:47:42 +00:00
Gabe Kangas
fb9001949b
Fix follow modal height. Closes #2235
2022-10-20 20:36:44 -07:00
Gabe Kangas
420d6c835d
Add missing slashes
2022-10-20 20:36:44 -07:00
Gabe Kangas
4ca0e69be6
Open all links in a new tab. Closes #2160
2022-10-20 20:13:18 -07:00
Gabe Kangas
5e761b13c4
Fix storybook build
2022-10-20 19:48:00 -07:00
Gabe Kangas
2c45b420e5
Import server-rendered template as plain text + add title tag. Closes #2161
2022-10-20 19:40:33 -07:00
Gabe Kangas
c6364959c9
Experiment with showing footer on about tab for mobile
2022-10-20 18:00:13 -07:00
t1enne
283d6ce081
overrides for enabling scrolling inside tabs
2022-10-20 21:53:31 +02:00
t1enne
f603979ad9
added hook to calculate height for btm content
2022-10-20 21:53:16 +02:00
t1enne
fece33ccaf
small css adjustments
2022-10-20 20:25:54 +02:00
t1enne
f0a2900f01
increased font size on mobile
2022-10-20 20:25:54 +02:00
t1enne
0ff49f1c32
changed statusbar colors
2022-10-20 20:25:54 +02:00
t1enne
ecfb4a4c53
fixed mobile ui overflowing
2022-10-20 20:25:54 +02:00
t1enne
5eebb10fe6
action buttons now wrap
2022-10-20 20:25:54 +02:00
renovate[bot]
c15968539d
fix(deps): update dependency antd to v4.23.6
2022-10-20 00:48:34 +00:00
Matthew Heller
b8ce91d39a
Coerce the iframe to fill the Modal a little better. ( #2229 )
2022-10-19 15:44:24 -07:00
Gabe Kangas
de90e6a74c
Fix some broken social icons in frontend and admin
2022-10-18 23:38:26 -07:00
Gabe Kangas
ca320660f0
rc-util is no longer required to be explicitly added
2022-10-18 23:23:11 -07:00
Gabe Kangas
2f8c5ec131
rc-overflow is no longer explicitly required to be added
2022-10-18 23:23:11 -07:00
Gabe Kangas
d8e1b037d9
Remove some unused storybook addons
2022-10-18 23:11:18 -07:00
renovate[bot]
dbcf2ac2c4
chore(deps): update dependency @svgr/webpack to v6.5.0
2022-10-19 06:01:34 +00:00
renovate[bot]
a1f53a2d7d
chore(deps): update dependency @mdx-js/react to v2.1.5
2022-10-19 05:47:20 +00:00
renovate[bot]
1776b19c2e
fix(deps): update dependency ua-parser-js to v1.0.32
2022-10-19 05:42:29 +00:00
renovate[bot]
7f872f54f0
fix(deps): update dependency @fontsource/open-sans to v4.5.13
2022-10-19 05:40:05 +00:00
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>
2022-10-18 22:33:42 -07:00
Gabe Kangas
e75b20d6ca
Support customSocketOverride value for websocket. Closes #2225
2022-10-18 20:43:23 -07:00
Gabe Kangas
0c127a65ce
Add action message type to chat. Closes #2226
2022-10-18 20:43:23 -07:00
Gabe Kangas
91c7bed0e8
Add action message type to chat. Closes #2226
2022-10-18 19:47:38 -07:00
Gabe Kangas
a58d4d6997
Remove debug logging
2022-10-18 19:44:46 -07:00
Gabe Kangas
37cdbb8dbd
Add backgrounded stream+messages title notifier. Closes #2208
2022-10-18 19:21:08 -07:00
Gabe Kangas
3e89937d2b
Handle websocket errors and reconnection. Closes #1869
2022-10-18 16:39:49 -07:00
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>
2022-10-17 21:54:26 -07:00
renovate[bot]
e63bbc2f19
chore(deps): lock file maintenance ( #2222 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-17 07:10:45 -07:00
renovate[bot]
e96ddd9265
chore(deps): pin dependencies ( #2217 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-16 23:33:30 -07:00
Pranav Joglekar
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
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>
2022-10-16 23:07:21 -07:00
Gabe Kangas
e3c038f48d
Revert "fix notification reminder popup -> purple background ( #2209 )"
...
This reverts commit ab573f67e9
.
2022-10-16 22:49:43 -07:00
Gabe Kangas
a2a294bc4c
No longer lazy load followers
2022-10-16 22:40:17 -07:00
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>
2022-10-16 22:37:03 -07:00
Gabe Kangas
6745759904
Tell storybook to use mdxv2
2022-10-16 21:48:19 -07:00
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.
2022-10-15 13:20:39 -07:00
Gabe Kangas
27565c2b02
Show play button on player pause. Closes #2206
2022-10-12 19:24:41 -07:00
Gabe Kangas
ee283311ec
Do not render icon of action button if icon is not set. Closes #2203 #2202
2022-10-12 19:15:47 -07:00
Gabe Kangas
d40e66b7ef
Stop playback metrics on player unmount
2022-10-12 19:15:47 -07:00
Gabe Kangas
88bb8336f3
Fix player not staying inline on iOS. Closes #2097
2022-10-12 17:53:37 -07:00
renovate[bot]
89f167c6b0
chore(deps): pin dependencies ( #2197 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-12 00:39:30 -07:00
renovate[bot]
bf6a00c9f5
fix(deps): pin dependencies ( #2196 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-12 00:21:44 -07:00
Gabe Kangas
2e435628b9
Add mdx-js/react to silence missing dependency error
2022-10-11 23:09:31 -07:00
Matthew Heller
a831b9805c
React 18 ( #2198 )
...
* Update npm dependencies.
* Move @storybook/react to devDependencies. Minor update to recoil.
* Exempt stories.tsx files from the extraneous dependency check so that we can use npm audit --omit=dev to get a clearer idea of vulnerabilities present in a production build.
* Prettified Code!
Co-authored-by: heller <heller@users.noreply.github.com>
2022-10-11 22:53:51 -07:00
Gabe Kangas
61e1a49fd4
Replace markdown editor with CodeMirror
2022-10-10 20:16:14 -07:00
Gabe Kangas
e1416e90e5
Use a real code editor for CSS editing. Closes #1843
2022-10-10 19:49:06 -07:00
Gabe Kangas
7967106fcc
Restore the loading state of the app. Closes #2195
2022-10-10 18:33:22 -07:00
Gabe Kangas
a526decef4
Refactor use of antd tab component. Closes #2098
2022-10-10 17:54:03 -07:00
gabek
6c903dea74
Prettified Code!
2022-10-11 00:17:19 +00:00
Gabe Kangas
83fb88ad70
Use the new light background color for chat bg color
2022-10-10 17:15:48 -07:00
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.
2022-10-10 17:11:29 -07:00
Gabe Kangas
aa1b4819bb
Fix hook count error
2022-10-10 16:57:11 -07:00
Gabe Kangas
80a012a3c7
Add current user object that holds user session values instead of standalone getters. Closes #2050
2022-10-10 16:40:13 -07:00
gabek
b820eb4ae0
Prettified Code!
2022-10-10 20:33:13 +00:00
Gabe Kangas
4c13c3618d
Remove admin stylesheets from loading with app. Closes #2183
2022-10-10 13:31:37 -07:00
renovate[bot]
5ed67bf77b
chore(deps): lock file maintenance
2022-10-10 10:12:53 +00:00
Gabe Kangas
8f0541a0f1
Remove hardcoded websocket host
2022-10-09 21:17:55 -07:00
Gabe Kangas
dd5b8e7ce5
Start of empty follower tab state. For #1913
2022-10-09 20:31:14 -07:00
Gabe Kangas
7843487b76
Fix followers request
2022-10-09 18:52:45 -07:00
gabek
370eb60cc4
Prettified Code!
2022-10-10 01:43:24 +00:00
Gabe Kangas
34a5104a6d
Add and use additional light background color for custom page content
2022-10-09 18:41:52 -07:00
Gabe Kangas
7788fe3327
Support custom text in notify button
2022-10-09 14:45:42 -07:00
juliana-mol
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
renovate[bot]
592de39a17
fix(deps): update dependency slate-react to v0.83.1 ( #2169 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-09 00:07:44 -07:00
Gabe Kangas
9c1fac7468
Do not show raw error in the fatal error modal
2022-10-08 23:15:38 -07:00
Gabe Kangas
cd3722d9f1
Limit chat input to max characters. Closes #2109
2022-10-08 22:33:50 -07:00
Gabe Kangas
8a946b8444
Do not show status bar unless live
2022-10-08 18:53:45 -07:00
Gabe Kangas
7e284aa4df
Remove the restricted width of the page content
2022-10-08 18:53:45 -07:00
Gabe Kangas
23b5468ed4
Fix error thrown by player after player is unmounted
2022-10-08 17:51:17 -07:00
Gabe Kangas
6773fc37a5
Fix space bar moving page. Closes #2110
2022-10-08 17:15:19 -07:00
gabek
4e4bbb8bd3
Prettified Code!
2022-10-08 23:53:03 +00:00
Gabe Kangas
ded47a0c25
Make live indicator use our theme colors. For #1899
2022-10-08 16:51:49 -07:00
Gabe Kangas
2de23a3458
Only client-render server-rendered templates in production builds. Closes #2176
2022-10-08 15:34:11 -07:00
Gabe Kangas
6c2e25e597
Update the offline banner. Filed #2179 to discuss text
2022-10-08 15:05:52 -07:00
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
2022-10-06 18:57:49 -07:00
renovate[bot]
cd0db12ac6
chore(deps): update typescript-eslint monorepo to v5.39.0
2022-10-06 09:01:38 +00:00
Gabe Kangas
19e4e99127
First pass at the social/federated chat component. Closes #2172
2022-10-05 22:43:24 -07:00
renovate[bot]
e83498fbb7
fix(deps): update fontsource monorepo
2022-10-05 19:23:06 +00:00
renovate[bot]
20dfa82381
fix(deps): update dependency picmo to v5.7.1
2022-10-05 06:04:16 +00:00
renovate[bot]
bf3c717bd4
fix(deps): update dependency antd to v4.23.4
2022-10-05 03:26:09 +00:00
Gabe Kangas
45c7fa4f7e
Only show chat send button on mobile
2022-10-04 19:14:50 -07:00
Gabe Kangas
6c9f9f6507
Add additional example chat items to story
2022-10-04 19:14:50 -07:00
Gabe Kangas
5742845b7c
Fix values in the follow form
2022-10-04 18:43:15 -07:00
renovate[bot]
cf3333dcb6
fix(deps): update dependency react-virtuoso to v2.19.1
2022-10-04 20:52:13 +00:00
Evgeniy Kosov
fcf488c577
Fix slider marks by changing the corresponding labels to non-empty string ( #2171 )
2022-10-04 13:19:23 -07:00
Evgeniy Kosov
d2024d30d2
Add ability to move social handles up/down ( #2168 )
2022-10-04 11:22:01 -07:00
renovate[bot]
a0a7c9fe5d
chore(deps): update dependency @svgr/webpack to v6.4.0
2022-10-04 06:57:28 +00:00
Gabe Kangas
215a3096db
Do not allow enabling federation features on if not port 443. Closes #2008
2022-10-03 22:24:12 -07:00
Gabe Kangas
b1484f4c9f
Lazy load some components that aren't needed at load. For #2167
2022-10-03 21:06:46 -07:00
renovate[bot]
9c5316c25b
chore(deps): lock file maintenance
2022-10-03 15:29:03 +00:00
t1enne
b87076759c
styled chat join messages
2022-10-03 10:15:41 +02:00
t1enne
91bc45dbef
moved borders to the right for own msgs. Closes #2074
2022-10-03 09:51:28 +02:00
Gabe Kangas
a931fe0ddf
Update the chat moderation modal with slightly better layout. Closes #2073
2022-10-02 11:02:33 -07:00
Gabe Kangas
65b6feb40d
Do not point to localhost
2022-10-02 11:02:33 -07:00
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>
2022-10-02 09:42:06 -07:00
t1enne
adea618a44
improved ui of chat text input
2022-10-01 10:34:59 +02:00
renovate[bot]
ddf97d2317
fix(deps): update dependency antd to v4.23.3
2022-10-01 04:33:00 +00:00
renovate[bot]
51fe283cf7
chore(deps): update dependency typescript to v4.8.4
2022-10-01 04:31:27 +00:00
renovate[bot]
2138cb2bcb
chore(deps): update dependency @babel/core to v7.19.3
2022-09-30 12:19:21 +00:00
t1enne
44ef64b3b5
fixed chat container not showing in SB + minor changes
2022-09-30 13:17:22 +02:00
t1enne
892532dfa2
moved scroll to bottom btn to own comp
2022-09-30 13:16:35 +02:00
t1enne
f90295269e
Updated styles to match design for chat msgs
2022-09-30 09:57:12 +02:00
t1enne
a9f97346a7
added chat bg variable and updated bg color to match design
2022-09-30 09:56:10 +02:00
renovate[bot]
5c36ac0cb7
chore(deps): update dependency chromatic to v6.10.1
2022-09-30 05:45:09 +00:00
renovate[bot]
5eb8686383
chore(deps): update nextjs monorepo to v12.3.1
2022-09-30 02:53:50 +00:00
renovate[bot]
e8e9f0e2b1
Update dependency slate-react to v0.83.0 ( #2135 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-29 13:35:05 -07:00
renovate[bot]
3da849ac46
chore(deps): update typescript-eslint monorepo to v5.38.1
2022-09-29 11:56:09 +00:00
renovate[bot]
a3cb3c9551
fix(deps): update dependency react-virtuoso to v2.19.0
2022-09-29 08:37:56 +00:00
renovate[bot]
d49c69893a
chore(deps): update dependency sass to v1.55.0
2022-09-29 08:26:16 +00:00
renovate[bot]
bc33a2c738
fix(deps): update dependency rc-util to v5.24.4
2022-09-29 08:21:57 +00:00
renovate[bot]
c2e73bc86d
fix(deps): update dependency autoprefixer to v10.4.12
2022-09-29 03:50:07 +00:00
renovate[bot]
015ce2a02b
chore(deps): update storybook monorepo to v6.5.12
2022-09-29 01:48:25 +00:00
renovate[bot]
c20e3c2ca3
chore(deps): update dependency @types/react to v18.0.21
2022-09-29 01:44:52 +00:00
renovate[bot]
9a59436fa8
chore(deps): update dependency eslint to v8.24.0
2022-09-28 23:24:35 +00:00
renovate[bot]
b794e2a173
Lock file maintenance
2022-09-26 14:23:17 +00:00
renovate[bot]
7639be0b8f
Lock file maintenance
2022-09-20 02:31:52 +00:00
t1enne
683399c340
Removed fixed *px sizes in favor or *rem
2022-09-19 22:04:58 +02:00
renovate[bot]
99f4abb83a
Update dependency rc-util to v5.24.3
2022-09-18 10:27:24 +00:00
Gabe Kangas
da153b83c9
Update some links in storybook readme.
2022-09-17 13:57:56 -07:00
renovate[bot]
7c6db31f77
Update dependency autoprefixer to v10.4.11
2022-09-17 19:10:04 +00:00
renovate[bot]
5e9c741535
Update dependency @babel/core to v7.19.1
2022-09-17 16:50:54 +00:00
renovate[bot]
1c3962a233
Update dependency storybook-dark-mode to v1.1.2
2022-09-16 23:53:29 +00:00
renovate[bot]
d6e71822df
Update dependency @types/react to v18.0.20
2022-09-16 17:21:00 +00:00
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>
2022-09-16 09:19:55 -07:00
renovate[bot]
82291e17fc
Update dependency date-fns to v2.29.3
2022-09-16 14:00:57 +00:00
renovate[bot]
357279204e
Update dependency classnames to v2.3.2
2022-09-16 01:37:33 +00:00
renovate[bot]
5ee2a9ba69
Update dependency eslint to v8.23.1
2022-09-15 22:32:58 +00:00
renovate[bot]
01fccc7deb
Update dependency slate-react to v0.82.2 ( #2113 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-14 22:19:49 -07:00
t1enne
0b35919357
Fixed messages not wrapping + changed some styles to accomodate scrollbar better
2022-09-13 08:43:59 +02:00
renovate[bot]
59e693f7d3
Lock file maintenance
2022-09-12 22:48:52 +00:00
renovate[bot]
a4309f416b
Update dependency antd to v4.23.1
2022-09-12 19:15:39 +00:00
renovate[bot]
53184ce154
Update dependency xstate to v4.33.6
2022-09-12 11:51:25 +00:00
renovate[bot]
f044550e1f
Update dependency eslint-plugin-react to v7.31.8
2022-09-12 05:47:58 +00:00
renovate[bot]
74a64b88d3
Update dependency picmo to v5.7.0
2022-09-12 05:42:39 +00:00
renovate[bot]
d1780f25ba
Update dependency eslint-config-next to v12.3.0
2022-09-11 22:20:24 +00:00
renovate[bot]
716eaeaca7
Update dependency typescript to v4.8.3
2022-09-11 10:17:21 +00:00
gabek
5c1d7fd15d
Prettified Code!
2022-09-11 05:39:40 +00:00
Gabe Kangas
d7a5364c40
Fix modal close icon color
2022-09-10 22:33:49 -07:00
Gabe Kangas
a17a364e04
Change tabs separator color. Closes #2099
2022-09-10 22:19:32 -07:00
Gabe Kangas
88919efde9
Add read-write chat embed. Closes #1906
2022-09-10 21:19:35 -07:00
Gabe Kangas
b42876e34e
Update max width of custom content. Closes #2092
2022-09-10 20:16:36 -07:00
Gabe Kangas
8ee9be5d88
Support disabled chat. Closes #1979
2022-09-10 20:03:58 -07:00
gabek
c98872c698
Prettified Code!
2022-09-11 01:49:52 +00:00
Gabe Kangas
13167c331b
Additional style tweaks
2022-09-10 18:48:32 -07:00
Gabe Kangas
8d02f4068d
Polish up the initial loading experience
2022-09-10 18:08:56 -07:00
Gabe Kangas
5b29abd42d
Some additional style overrides
2022-09-10 18:08:56 -07:00
renovate[bot]
8d61e143d1
Update dependency sass to v1.54.9
2022-09-11 00:14:10 +00:00
Gabe Kangas
42ff0cdb01
Add server-side hydration of initial config+status. Closes #1964
2022-09-10 15:37:07 -07:00
Gabe Kangas
0430adc502
Add mobile-specific tabs+content
2022-09-10 12:08:28 -07:00
Gabe Kangas
a2fa754922
Delete example form story
2022-09-10 12:08:28 -07:00
renovate[bot]
661a7d2b53
Pin dependency next to 12.3.0 ( #2096 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-10 00:26:10 -07:00
renovate[bot]
60c8312641
Update dependency react-virtuoso to v2.18.0
2022-09-10 06:56:13 +00:00
Gabe Kangas
c5947f5de4
Delete old chat doc
2022-09-09 23:40:16 -07:00
Gabe Kangas
20ea5d051f
Clean up some styles and fix mobile rendering
2022-09-09 23:23:24 -07:00
Gabe Kangas
02de9cf6df
Support clickable links in description
2022-09-09 23:03:49 -07:00
Gabe Kangas
8b3c4571fd
Bump Nextjs version
2022-09-09 20:16:48 -07:00
Gabe Kangas
a5d9d4dd36
Remove unused react-contenteditable
2022-09-09 17:43:57 -07:00
Gabe Kangas
4ead1b9840
Remove unused package
2022-09-09 17:43:30 -07:00
Gabe Kangas
129d08144b
Fix bad default bool
2022-09-08 22:23:43 -07:00
Gabe Kangas
b914408a11
Make footer not translucent
2022-09-08 22:23:28 -07:00
Gabe Kangas
2774f4260a
Add FediAuth modal
2022-09-08 21:44:52 -07:00
Gabe Kangas
b966babf64
Point to light ant styles by default
2022-09-08 21:44:06 -07:00
Gabe Kangas
cedfd18208
Fix next builds
2022-09-08 21:43:32 -07:00
renovate[bot]
859f70c039
Update dependency rc-util to v5.24.2
2022-09-08 23:31:01 +00:00
renovate[bot]
2860e6bf9b
Update dependency @babel/core to v7.19.0
2022-09-08 23:26:42 +00:00
renovate[bot]
1acfd2b57c
Update dependency eslint-plugin-react to v7.31.7
2022-09-08 23:25:12 +00:00
Gabe Kangas
0def4fe66a
Increase change threshold for Chromatic UI tests
2022-09-08 13:09:11 -07:00
renovate[bot]
0f2783078c
Update dependency sharp to v0.31.0
2022-09-08 14:29:29 +00:00
renovate[bot]
feadc2ec55
Update dependency picmo to v5.6.3
2022-09-07 18:28:37 +00:00
renovate[bot]
6db78da254
Update dependency antd to v4.23.0
2022-09-07 14:36:00 +00:00
James Young
d1f3fffe2f
reafctor: normalize component formatting ( #2082 )
...
* refactor: move/rename BanUserButton file
* refactor: move/rename Chart file
* refactor: update generic component filenames to PascalCase
* refactor: update config component filenames to PascalCase
* refactor: update AdminLayout component filename to PascalCase
* refactor: update/move VideoJS component
* chore(eslint): disable bad react/require-default-props rule
* refactor: normalize ActionButton component
* refactor: normalize ActionButtonRow component
* refactor: normalize FollowButton component
* refactor: normalize NotifyButton component
* refactor: normalize ChatActionMessage component
* refactor: normalize ChatContainer component
* refactor: normalize ChatJoinMessage component
* refactor: normalize ChatModerationActionMenu component
* refactor: normalize ChatModerationDetailsModal component
* refactor: normalize ChatModeratorNotification component
* refactor: normalize ChatSocialMessage component
* refactor: normalize ChatSystemMessage component
* refactor: normalize ChatTextField component
* refactor: normalize ChatUserBadge component
* refactor: normalize ChatUserMessage component
* refactor: normalize ContentHeader component
* refactor: normalize OwncastLogo component
* refactor: normalize UserDropdown component
* chore(eslint): modify react/function-component-definition rule
* refactor: normalize CodecSelector component
* refactor: update a bunch of functional components using eslint
* refactor: update a bunch of functional components using eslint, pt2
* refactor: update a bunch of functional components using eslint, pt3
* refactor: replace all component->component default imports with named imports
* refactor: replace all component-stories->component default imports with named imports
* refactor: remove default exports from most components
* chore(eslint): add eslint config files for the components and pages dirs
* fix: use-before-define error in ChatContainer
* Fix ChatContainer import
* Only process .tsx files in Next builds
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-09-07 00:00:28 -07:00
renovate[bot]
d0a14e2f37
Update typescript-eslint monorepo to v5.36.2 ( #2093 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 23:31:38 -07:00
Gabe Kangas
121c9415f1
Wire up emoji+custom emote selector to text input. Closes #1887
2022-09-06 17:52:09 -07:00
renovate[bot]
aea3b1e9cc
Update dependency chromatic to v6.9.0 ( #2085 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-05 09:00:47 -07:00
Gabe Kangas
065c36a0a6
Fix invalid linter error about onLoad on an iframe
2022-09-04 22:52:32 -07:00
renovate[bot]
62f2217b09
Update dependency eslint-plugin-react to v7.31.6 ( #2084 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-04 22:38:40 -07:00
Gabe Kangas
c61bea29ee
Add read-only chat embed page. Closes #1905
2022-09-04 21:53:04 -07:00
Gabe Kangas
b8a108ba03
Fix chat message story
2022-09-04 18:09:30 -07:00
Gabe Kangas
ac7e095fdf
Handle hide/show chat messages via moderation. Closes #1986
2022-09-04 17:58:06 -07:00
renovate[bot]
c3a3d0bea3
Update dependency xstate to v4.33.5
2022-09-04 20:17:10 +00:00
renovate[bot]
cdba71c0b0
Update dependency sass to v1.54.8
2022-09-03 20:44:25 +00:00
gabek
682b525eb8
Prettified Code!
2022-09-03 18:39:18 +00:00
James Young
5ebbbb8bf2
refactor(stories): co-locate stories with components ( #2078 )
...
* refactor: move ActionButton component
* refactor: move BanUserButton component
* refactor: move ChatActionMessage component
* refactor: move ChatContainer component
* refactor: move AuthModal component
* refactor: move BrowserNotifyModal component
* refactor: move ChatUserMessage component
* refactor: move ChatJoinMessage component
* refactor: move ChatTextField component
* refactor: move ChatUserBadge component
* refactor: move FollowerCollection and SingleFollower components
* fix: bad import path
* refactor: move FollowModal component
* refactor: move Modal component
* refactor: move ContentHeader component
* refactor: move ChatSystemMessage component
* refactor: move Header component
* refactor: move Footer component
* refactor: move StatusBar component
* refactor: move OfflineBanner component
* refactor: move OwncastPlayer component
* refactor: move IndieAuthModal component
* refactor: move SocialLinks component
* refactor: move VideoPoster component
* refactor: move FollowModal component
* refactor: move FediAuthModal.tsx component
* refactor: move UserDropdown component
* refactor: move ChatSocialMessage component
* refactor: move Logo component
* refactor: move NotifyReminderPopup component
* refactor: move NameChangeModal component
* refactor: move FatalErrorStateModal component
* refactor: move ChatModeratorNotification component
* refactor: move ChatModerationActionMenu and ChatModerationDetailsModal components
* refactor: move CustomPageContent component
* refactor: move storybook Introduction file
* refactor: update storybook story import path
* refactor: move storybook preview styles
* refactor: move storybook doc pages
* refactor: move Color and ImageAsset components
* fix: bad import path
* fix: bad import path in story file
2022-09-03 11:38:52 -07:00
renovate[bot]
d40e87c58b
Update dependency picmo to v5.6.2 ( #2079 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-03 10:23:25 -07:00
renovate[bot]
2a84ff9343
Update dependency eslint-plugin-react to v7.31.1
2022-09-03 05:29:03 +00:00
renovate[bot]
ff1db45750
Update typescript-eslint monorepo to v5.36.1
2022-09-03 01:47:48 +00:00
renovate[bot]
592dd0bbaf
Update dependency typescript to v4.8.2
2022-09-03 01:22:00 +00:00
renovate[bot]
0c2a9a1b89
Update dependency eslint to v8.23.0
2022-09-03 01:17:06 +00:00
renovate[bot]
eb11add620
Update dependency storybook-preset-less to v1.1.3
2022-09-03 01:03:53 +00:00
renovate[bot]
9432a4b525
Update dependency antd to v4.22.8
2022-09-02 20:11:51 +00:00
renovate[bot]
1dc483ad8f
Update dependency @types/react to v18.0.18
2022-09-02 20:07:53 +00:00
Gabe Kangas
dbcccb79f5
Add margin below content
2022-09-01 22:00:16 -07:00
Gabe Kangas
7a9332408e
Change font+weight of action buttons
2022-09-01 22:00:16 -07:00
Gabe Kangas
46166a78d9
Set message content as renderable html
2022-09-01 22:00:16 -07:00
Gabe Kangas
6d7f0302bf
Replace the auth chat message badge with an icon
2022-09-01 22:00:15 -07:00
Gabe Kangas
aa0b43074f
Fix chat user color variable
2022-09-01 19:37:21 -07:00
Gabe Kangas
e0926b9350
Set modal header font
2022-09-01 19:37:21 -07:00
Gabe Kangas
8801f814db
Import ant overrides in storybook
2022-08-30 11:55:33 -07:00
Gabe Kangas
277dc700fa
Fix error background
2022-08-30 11:41:11 -07:00
Gabe Kangas
113c3deaea
Make action buttons primary for now
2022-08-30 11:41:11 -07:00
gabek
70ef1e0e98
Prettified Code!
2022-08-30 17:59:04 +00:00
Gabe Kangas
ef30ddc892
Fix font not being defined
2022-08-30 10:58:26 -07:00
Gabe Kangas
b3281ddc56
Remove odd imports
2022-08-29 23:39:01 -07:00
Gabe Kangas
6c06f4fd67
Update footer
2022-08-29 23:33:53 -07:00
gingervitis
d5fa81f76e
Draft: rough-ish draft of proposed color theme changes ( #2067 )
...
* color experimentation and troubleshooting
* create color scheme, assign colors, more ant overrides
* fun selection color
* Prettified Code!
* Correctly import opensans
* Prettified Code!
* Organize+standardize colors/names and update the app to use them
* Prettified Code!
* Use css var references instead of resolving value of vars in css files
* Prettified Code!
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
2022-08-29 23:17:12 -07:00
renovate[bot]
a1f97afe61
Lock file maintenance ( #2069 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-29 12:52:41 -07:00
renovate[bot]
d9a0033fc3
Update dependency xstate to v4.33.4
2022-08-29 14:43:35 +00:00
renovate[bot]
254ce3b79e
Update typescript-eslint monorepo to v5.35.1 ( #2063 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 19:17:52 -07:00
renovate[bot]
6bff5480da
Update dependency picmo to v5.6.1 ( #2059 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 19:17:02 -07:00
renovate[bot]
a6ad513537
Update dependency slate-react to v0.82.1 ( #2058 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 15:00:12 -07:00
renovate[bot]
95534872c1
Update dependency @babel/core to v7.18.13
2022-08-26 20:14:33 +00:00
renovate[bot]
0ee7356ecf
Update dependency slate to v0.82.1 ( #2057 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-26 13:12:43 -07:00
renovate[bot]
b00384ae35
Update dependency antd to v4.22.7 ( #2060 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-24 17:21:06 -07:00
Gabe Kangas
f3d611e762
Fix content header not rendering properly on mobile
2022-08-22 21:50:17 -07:00
Gabe Kangas
c2bd9436ba
Show moderation menu for moderators. Closes #1864
2022-08-22 19:25:16 -07:00
Gabe Kangas
be6e3d9ad9
Add remote fediverse follow modal. Closes #1862
2022-08-22 18:30:58 -07:00
Gabe Kangas
1a9b9f53fc
Add remote fediverse follow modal. Closes #1862
2022-08-22 18:27:47 -07:00
renovate[bot]
0a693331ba
Lock file maintenance
2022-08-22 13:06:58 +00:00
renovate[bot]
9d1670de65
Update dependency react-virtuoso to v2.17.2 ( #2054 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-21 19:27:01 -07:00
Gabe Kangas
d8cf30a723
Only show send button on mobile. Make buttons inline with input field
2022-08-21 18:47:12 -07:00
Gabe Kangas
cd81aa56ed
Tighten up collapsed message spacing
2022-08-21 17:22:27 -07:00
Gabe Kangas
9e18cf2f0c
Fix incorrect font variable being used
2022-08-21 16:01:41 -07:00
Gabe Kangas
6cc184ea6f
Add standalone join message with user badge
2022-08-21 15:50:27 -07:00
Gabe Kangas
3cfcad7a93
Add user chat message badges. Closes #1988
2022-08-21 14:04:16 -07:00
renovate[bot]
dbfc3f9cfa
Update dependency date-fns to v2.29.2 ( #2052 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 22:52:10 -07:00
renovate[bot]
edfea06b93
Pin dependency sharp to 0.30.7 ( #2051 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 17:07:24 -07:00
Gabe Kangas
ea0dc28c61
Install sharp to fix importing pngs
2022-08-20 16:22:10 -07:00
Gabe Kangas
c4479a0ffc
Add first pass at IndieAuth modal. For #1863
2022-08-20 16:16:24 -07:00
renovate[bot]
60218366aa
Update dependency sass to v1.54.5 ( #2049 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-20 14:31:32 -07:00
renovate[bot]
c9a5e2917e
Update typescript-eslint monorepo to v5.33.1
2022-08-20 16:57:35 +00:00
renovate[bot]
872dae8ab2
Update dependency picmo to v5.5.2
2022-08-20 13:30:26 +00:00
renovate[bot]
4c744d5f04
Update dependency eslint to v8.22.0
2022-08-20 13:23:52 +00:00
renovate[bot]
2560ef112e
Update dependency xstate to v4.33.2
2022-08-20 13:21:18 +00:00
renovate[bot]
e359f437d0
Update dependency antd to v4.22.6
2022-08-20 05:18:52 +00:00
Gabe Kangas
75b90179b8
Experiment with some custom player styling. For #1899
2022-08-18 19:59:17 -07:00
Gabe Kangas
a521ba21d8
Add admin field for setting offline message. Closes #1901
2022-08-16 21:48:06 -07:00
Gabe Kangas
6ffe720d90
Update to the page content header
2022-08-16 17:55:12 -07:00
renovate[bot]
5fcab95846
Pin dependency style-dictionary to 3.7.1 (webv2) ( #2043 )
...
* Pin dependency style-dictionary to 3.7.1
* Bundle embedded web app
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2022-08-15 20:56:39 -07:00
gabek
4a25082167
Prettified Code!
2022-08-16 03:30:40 +00:00
Gabe Kangas
8eb3762056
Standardize color ids
2022-08-15 20:30:05 -07:00
Gabe Kangas
f1fd1955eb
Set yaml to 2.0.0
2022-08-15 20:25:30 -07:00
Gabe Kangas
7dc2a1a4bc
Limit message collapsing to 2 minutes between messages
2022-08-15 19:44:29 -07:00
Gabe Kangas
052a669c2c
Fix build error with updated typescript
2022-08-15 18:58:34 -07:00
renovate[bot]
00f40ed7b8
Update dependency style-loader to v3
2022-08-16 01:20:56 +00:00
renovate[bot]
50f5fd9bc3
Update dependency sass-loader to v13
2022-08-16 01:16:55 +00:00
renovate[bot]
d7f80d7781
Update dependency markdown-it to v13
2022-08-16 01:12:36 +00:00
renovate[bot]
e30838ae3f
Update dependency less-loader to v11
2022-08-16 01:08:49 +00:00
renovate[bot]
99d2eebb1a
Update dependency css-loader to v6
2022-08-16 01:03:25 +00:00
renovate[bot]
5a85498d50
Update dependency typescript to v4.7.4
2022-08-16 00:59:24 +00:00
Gabe Kangas
1f4493aaf9
Fix linter warnings
2022-08-15 17:49:15 -07:00
renovate[bot]
5eb467d4de
Update dependency rc-util to v5.23.0
2022-08-16 00:21:41 +00:00
renovate[bot]
32eccd18a5
Update dependency prettier to v2.7.1
2022-08-16 00:18:08 +00:00
renovate[bot]
b403c05a1a
Update dependency eslint-plugin-react-hooks to v4.6.0
2022-08-16 00:14:44 +00:00
renovate[bot]
8c9e3482ed
Update dependency eslint-plugin-react to v7.30.1
2022-08-16 00:11:08 +00:00
renovate[bot]
8990d820b4
Update dependency eslint-plugin-prettier to v4.2.1
2022-08-16 00:07:49 +00:00
renovate[bot]
e0e9981366
Update dependency eslint-plugin-jsx-a11y to v6.6.1
2022-08-16 00:04:18 +00:00
renovate[bot]
5b3cc2d059
Update dependency eslint-plugin-import to v2.26.0
2022-08-16 00:01:00 +00:00
renovate[bot]
f27956d6cb
Update dependency eslint-config-prettier to v8.5.0
2022-08-15 23:57:33 +00:00
renovate[bot]
f11c1b2021
Update dependency date-fns to v2.29.1
2022-08-15 23:54:06 +00:00
renovate[bot]
1c7dedd366
Update dependency chartkick to v4.2.0
2022-08-15 23:50:41 +00:00
renovate[bot]
2fe9a412e7
Update dependency chart.js to v3.9.1
2022-08-15 23:47:51 +00:00
Gabe Kangas
b632699c87
Fix chat error with only a single message
2022-08-15 16:35:54 -07:00
renovate[bot]
640300beae
Update dependency react-markdown-editor-lite to v1.3.3
2022-08-15 23:34:33 +00:00
renovate[bot]
63fe51f310
Update dependency react-markdown to v8.0.3
2022-08-15 23:32:29 +00:00
renovate[bot]
60579c605d
Update dependency rc-overflow to v1.2.8
2022-08-15 23:30:09 +00:00
renovate[bot]
fcaf44bc00
Update dependency @types/prop-types to v15.7.5
2022-08-15 23:27:58 +00:00
renovate[bot]
125c7d41c1
Update dependency @types/chart.js to v2.9.37
2022-08-15 23:26:19 +00:00
renovate[bot]
f3f9775ec3
Update dependency eslint-config-next to v12.2.5
2022-08-15 23:24:57 +00:00
renovate[bot]
baa9ef4d8c
Update dependency slate to v0.82.0 ( #2036 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 14:26:15 -07:00
renovate[bot]
f46e3adb0e
Update dependency slate-react to v0.82.0 ( #2037 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 13:22:39 -07:00
renovate[bot]
964cfd7c3e
Update dependency react-chartkick to v0.5.3 ( #2033 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 11:43:22 -07:00
renovate[bot]
76b049fa4a
Update dependency eslint-plugin-storybook to v0.6.4
2022-08-15 18:25:07 +00:00
renovate[bot]
daad6036c9
Update dependency @storybook/testing-library to v0.0.13
2022-08-15 18:22:56 +00:00
renovate[bot]
12c22552db
Pin dependencies ( #2032 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-15 09:42:17 -07:00
Gabe Kangas
44dde66b08
Reduce the custom content width and center it. For #1860
2022-08-14 18:33:04 -07:00
Gabe Kangas
c9321b2dda
Re-generate package-lock
2022-08-14 17:20:28 -07:00
Gabe Kangas
194090e1e4
Force storybook cli to install
2022-08-14 12:05:07 -07:00
gabek
ef56827bf2
Prettified Code!
2022-08-14 18:45:37 +00:00
Gabe Kangas
9e5ff5f35c
Regenerate styles
2022-08-14 11:45:01 -07:00
Gabe Kangas
4da64a6b35
Use actual moderation menu and remove the placeholder
2022-08-10 22:17:08 -07:00
Gabe Kangas
a7bbb06ea5
Fix mod menu showing. Closes #1990
2022-08-10 21:41:56 -07:00
Gabe Kangas
cf03a37aed
Remove category icon component
2022-08-10 20:32:16 -07:00
Gabe Kangas
f8429beef4
Add+style system style chat message. Closes #1998
2022-08-10 20:22:00 -07:00
Gabe Kangas
681067ab93
Add custom offline message+api. Part of #1901
2022-08-09 22:09:43 -07:00
Gabe Kangas
2c1624127a
Fix message collapsing incorrectly. Closes #2001
2022-08-09 20:58:10 -07:00
Gabe Kangas
423ed88fbd
Allow a fallback for storybook building
2022-08-09 20:12:21 -07:00
gabek
2bf7eb8c22
Prettified Code!
2022-08-10 02:58:09 +00:00
Gabe Kangas
68414445c2
Add support for changing user color in name modal. Closes #1805
2022-08-09 19:56:45 -07:00
Gabe Kangas
9187a7a435
Experiment with using image component for logo. Closes #2019
2022-08-09 14:38:23 -07:00
Gabe Kangas
80742097e6
Fix bad message moderation endpoint. Closes #2020
2022-08-02 12:51:18 -07:00
Gabe Kangas
0574725be8
Use vh instead of % to fix storybook rendering of chat container.
2022-07-21 12:15:03 -07:00
Gabe Kangas
25d52c4e1a
Bump Nextjs version
2022-07-21 00:20:26 -07:00
Gabe Kangas
f3a16be0dd
Add user detail API + modal. Closes #2002
2022-07-20 22:36:20 -07:00
Gabe Kangas
82a0b492a5
Add API mocking library
2022-07-20 20:41:03 -07:00
Gabe Kangas
00f8fea929
WIP of chat moderation menu, actions and modal
2022-07-16 17:34:19 -07:00
Gabe Kangas
f4fb7a1d41
Add chat system message component. For #1998
2022-07-15 13:15:20 -07:00
Gabe Kangas
2c8621c873
Add chat join messages
2022-07-14 21:05:34 -07:00
Gabe Kangas
9a2a43d916
Add moderator status chat message. Closes #1999
2022-07-14 20:36:47 -07:00
Gabe Kangas
756ab368c1
Action message component
2022-07-14 20:12:42 -07:00
Gabe Kangas
3d9fdab743
Import global.scss into storybook
2022-07-14 20:10:19 -07:00
Gabe Kangas
b490903a35
Add style and story for generic chat action message
2022-07-14 20:09:40 -07:00
Gabe Kangas
533bdf9e3d
Remove duplicate summary
2022-07-12 17:43:17 -07:00
Gabe Kangas
c6e1a452ab
Render actual external action buttons. Closes #1997
2022-07-12 17:37:40 -07:00
Gabe Kangas
9212db100b
Use the actual summary text
2022-07-12 17:37:05 -07:00
Gabe Kangas
6ee2866260
Handle player being removed
2022-07-12 14:30:21 -07:00
Gabe Kangas
678d5c9fd6
Move statusbar back to under the player
2022-07-12 14:30:21 -07:00
Gabe Kangas
9cdc3b99f2
Fix var name
2022-07-12 14:30:21 -07:00
gabek
594507ad14
Prettified Code!
2022-07-12 20:16:59 +00:00
Gabe Kangas
662ba32f3a
Fix components having transparent backgrounds because colors are unset
2022-07-12 13:16:22 -07:00
Gabe Kangas
c4f51ec2c1
Guard against followers being unset
2022-07-12 13:14:39 -07:00
Gabe Kangas
506d1fa4cf
Merge remote-tracking branch 'origin/develop' into webv2
2022-07-11 21:21:07 -07:00
Gabe Kangas
8c2ffd5a0b
Pull followers from API. For #1861
2022-07-11 21:10:49 -07:00
Gabe Kangas
e0634abc98
Add Followers list and single follower component. Closes #1861
2022-07-11 18:29:58 -07:00
Gabe Kangas
24db1d6c6d
Fix more build errors
2022-07-10 17:41:20 -07:00
Gabe Kangas
fc40953bcc
Add link color
2022-07-10 17:37:51 -07:00
Gabe Kangas
0a5f183c2d
Update colors and typography stories
2022-07-10 17:28:03 -07:00
Gabe Kangas
100b43dd3a
Fix build errors
2022-07-10 17:00:56 -07:00
Gabe Kangas
255585cd9f
Update components to use the new style/color names
2022-07-10 16:45:19 -07:00
Gabe Kangas
9ec1d75d32
Recreate theme variables with new style values
2022-07-10 16:45:17 -07:00
t1enne
b39c84747d
Prettified Code!
2022-07-10 07:01:29 +00:00
t1enne
f130abb8f9
Minor styling changes
2022-07-10 09:00:29 +02:00
t1enne
efbe6907ac
Reworked mobile UI for some components
2022-07-08 22:20:22 +02:00
t1enne
37ad329072
Fixed linter error
2022-07-08 09:12:26 +02:00
t1enne
ffc73f2760
Added chat tab on mobile layouts and other changes to mobile UI
2022-07-08 09:10:18 +02:00
t1enne
d12712a107
Changed chat behaviour
...
added recoil value isMobile to determine which chat to display and
style. #1978
changed the player to actually span across the viewport without the
black borders around it.
2022-07-03 12:36:30 +02:00
t1enne
4fcdfdc730
clamp to determine font-size on the body
2022-07-03 12:35:42 +02:00
t1enne
e73013affb
Logo now uses clamp to determine size
2022-07-03 12:34:55 +02:00
t1enne
b279f8f707
small fixes on chat behaviour
2022-07-02 09:56:03 +02:00
t1enne
1bbca87afb
Prettified Code!
2022-07-02 07:13:50 +00:00
t1enne
26f9a41508
Few changes to chat
...
Added moderator icon
changed styling for a name change message
Now usernames collapse as long as the user is the same
Imported two weights of Poppins and the OpenSans variable instead of def
400
This is some progress on #1859 and #1625
2022-07-02 09:08:36 +02:00
t1enne
e6cc3a39d1
Added moderator menu to messages and some other styling.
...
created new ant overrides file.
Ignore the static directory
2022-07-01 22:53:56 +02:00
Gabe Kangas
1cf90fb581
Add fonts to global css file
2022-07-01 13:21:02 -07:00
t1enne
455d8f8169
Few changes to chat.
...
Changed the way the background is set on self sent messages and some
styling.
Fixed chat container not scrolling. Added 'go to bottom' button.
2022-07-01 19:35:14 +02:00
Gabe Kangas
e7d078fbdb
Add explicit editorconfig block for yaml
2022-06-29 14:29:17 -07:00
Gabe Kangas
32e900f1d0
Fix linter warnings
2022-06-29 14:12:31 -07:00
Gabe Kangas
3c43db4d86
Make video poster fill player and not use the logo. For #1857
2022-06-29 14:01:41 -07:00
Gabe Kangas
ccb97197c5
Fix chat array not being properly appended to
2022-06-29 11:50:56 -07:00
t1enne
d93922f1d0
Added background to own messages in chat and the rounded border.
...
Closes #1985
2022-06-29 08:22:22 +02:00
Gabe Kangas
5e4334ac01
Use user color for name change messages
2022-06-28 20:40:18 -07:00
Gabe Kangas
23e3751303
Update mock data
2022-06-28 19:15:01 -07:00
Gabe Kangas
aec65af87d
Use a numbered pre-named set of user colors instead of random. Closes #1974
2022-06-28 19:01:47 -07:00
t1enne
c9938cf414
Added alternative styling for own messages in chat
...
Added alternative styling for messages sent by self in chat
Prettiered the file
2022-06-28 09:12:22 +02:00
Gabe Kangas
577ce5718d
Wire up notify popup to hide/show at correct times. Closes #1911
2022-06-26 23:01:52 -07:00
Gabe Kangas
8fc922588b
Add noreferrer automatically to link tags. Closes #1941
2022-06-26 20:09:07 -07:00
Gabe Kangas
b08393295f
Add option to hide viewer count. Closes #1939
2022-06-26 00:46:55 -07:00
Gabe Kangas
bb1c934c4b
Fix goodbye state not going back online. Closes #1977
2022-06-25 21:26:41 -07:00
Gabe Kangas
e6b857f3b2
Add toggle chat keyboard shortcut. Closes #1892
2022-06-24 23:27:17 -07:00
Gabe Kangas
6de93f9651
Move the favicons
2022-06-24 21:53:16 -07:00
Gabe Kangas
f4de7ed31f
Insert custom CSS styles into layout. Closes #1972
2022-06-24 21:42:42 -07:00
Gabe Kangas
e08037b64a
Wire up chat message props. Add username highlighting. Closes #1921
2022-06-24 21:30:54 -07:00
Gabe Kangas
b7df2949e4
Remove interfont and use Open Sans + Poppins fonts instead. #1625
2022-06-24 16:27:45 -07:00
Gabe Kangas
5d65b4b3b1
Add undesigned functionality of follow modal. For #1862
2022-06-24 15:55:53 -07:00
Gabe Kangas
78dc183c11
Fix warning
2022-06-21 17:28:12 -07:00
Gabe Kangas
0c439ccba4
Add AirPlay support to player. Closes #1963
2022-06-21 15:38:37 -07:00
Gabe Kangas
8624358dde
Add latency compensator to player. Closes #1931
2022-06-19 21:23:26 -07:00
Gabe Kangas
ff968616ba
Support server-rendered index.html for all clients. Closes #1871
2022-06-19 16:35:55 -07:00
Gabe Kangas
1dbeac422f
Add player settings menu. Closes #1932
2022-06-19 13:49:42 -07:00
Gabe Kangas
221b9c8f0f
Add playback performance metrics. Closes #1930
2022-06-02 14:34:32 -07:00
Gabe Kangas
04597908a5
Add keyboard shortcuts for player controls. For #1892
2022-06-02 13:50:16 -07:00
Gabe Kangas
1684979187
Add working but unstyled notify registration modal
2022-05-29 22:08:57 -07:00
Gabe Kangas
bf7319db9a
Install service worker at launch
2022-05-29 21:51:00 -07:00
Gabe Kangas
1b26a44fb6
Fix concurrent rendering error + make logs debug level
2022-05-28 18:45:30 -07:00
Gabe Kangas
aae63e4e2c
Display global error if server is unreachable
2022-05-27 22:53:55 -07:00
Gabe Kangas
ce9d403269
Remove random image
2022-05-27 20:37:54 -07:00
Gabe Kangas
680cfc977a
Removing fetch retries for now until I write it from scratch
2022-05-27 18:44:26 -07:00
Gabe Kangas
7ac66faf48
Support retries fetching server config
2022-05-27 18:16:40 -07:00
Gabe Kangas
24738d7410
I cannot deal with the purple modals anymore
2022-05-27 14:43:43 -07:00
Gabe Kangas
dacfaba32b
Experiment with chromatic to streamline visual UI testing
2022-05-27 14:31:22 -07:00
Gabe Kangas
bf8a7e9f1a
Fix svg related errors with storybook
2022-05-27 13:44:38 -07:00
Gabe Kangas
db184c74dd
Comment out the old ant overrides and try to make colors match design
2022-05-26 22:25:44 -07:00
Gabe Kangas
da0a2f5f5d
Fix play button z-index + add basic player theme
2022-05-26 21:44:54 -07:00
Gabe Kangas
8ed01ed4da
../
...
First pass at the emoji picker
2022-05-26 18:59:16 -07:00
Gabe Kangas
1d213b71d4
Support changing your own name and handling name change events
2022-05-26 13:52:04 -07:00
Gabe Kangas
5a51b2d779
Change cursor to pointer
2022-05-26 11:31:45 -07:00
Gabe Kangas
b3407cbdea
Remove user menu when chat is not available
2022-05-26 11:08:37 -07:00
Gabe Kangas
f041727f07
Add first pass for offline banner component
2022-05-25 22:52:27 -07:00
Gabe Kangas
281829a473
Support re-authing on invalid access token
2022-05-25 22:51:17 -07:00
Gabe Kangas
09ea1951be
Fix lint warning
2022-05-25 21:49:30 -07:00
Gabe Kangas
7b1667bf6a
Refactor app state to be a state machine with access selectors
2022-05-25 21:47:09 -07:00
Gabe Kangas
dde9878a46
Fix favicon 404s in dev
2022-05-25 21:33:06 -07:00
t1enne
fd131a25af
Fixed two error logs
...
no nesting buttons inside buttons
mismatch between server and client redendered html
2022-05-24 22:26:04 +02:00
t1enne
a947e67968
ported some formatting logic from webroot
2022-05-24 08:47:22 +02:00
t1enne
d692a2bb5c
Styled chat messages
2022-05-22 16:10:34 +02:00
t1enne
b6dd441107
Fixed import and lint-errors
2022-05-22 15:05:40 +02:00
t1enne
018ee135b2
Moved chat header into ChatContainer and created component folder
2022-05-22 14:55:52 +02:00
t1enne
b53c1cc32e
Changed button hover and focus color
2022-05-22 14:41:09 +02:00
t1enne
3a785c2a48
Lowered font-size in chat input
2022-05-22 14:28:51 +02:00
t1enne
6a0d0970d6
Added icons and formatted with prettier
2022-05-22 14:27:06 +02:00
t1enne
0ddeb5dfb8
Added icons to voices in menu
2022-05-22 14:20:11 +02:00
t1enne
d1ea0fa81b
Destructured props
2022-05-22 14:19:39 +02:00
t1enne
abc210477f
Added icons to buttons
2022-05-22 14:18:16 +02:00
t1enne
3c72114d5e
Changed some button and dropdown overrides
2022-05-22 14:17:26 +02:00
t1enne
bef99afa05
Few changes to Chat input
2022-05-22 08:37:23 +02:00
t1enne
e045ab605b
Changed user dropdown to include icon and removed font size
2022-05-22 08:36:52 +02:00
Gabe Kangas
99f40e28cb
Add placeholders for moderation actions
2022-05-20 13:23:46 -07:00
Gabe Kangas
3c291556e0
Add mock to follower
2022-05-20 13:12:16 -07:00
Gabe Kangas
3bc13fd08a
Add more mocks
2022-05-20 12:32:26 -07:00
Gabe Kangas
c03be0cf9f
Add some detail around how colors are defined
2022-05-19 13:38:05 -07:00
t1enne
1b9c04210b
Fixed Slate error by providing initial value
2022-05-18 08:16:46 +02:00
Gabe Kangas
0bf1c7ce48
Add category icons as customizable svgs
2022-05-17 21:20:27 -07:00
Gabe Kangas
0d5d89a1c8
Fix empty state for text field
2022-05-17 17:58:51 -07:00
Gabe Kangas
f6525412c8
Fix typo + var defined in generated file
2022-05-17 17:58:06 -07:00
Gabe Kangas
97b2e64f58
Position the logo and title components
2022-05-17 16:08:39 -07:00
Gabe Kangas
51a12dc905
Fix logo to support non-square sizes
2022-05-17 16:08:38 -07:00
Gabe Kangas
8925e1b4e2
Organize stories into folders
2022-05-17 16:08:38 -07:00
Gabe Kangas
8ce045aa9a
Fix dark mode on storybook
2022-05-17 16:08:38 -07:00
t1enne
b6aa20b0aa
worked on chat styling
2022-05-17 16:36:07 +02:00
t1enne
5f9995bab9
Merge branch 'webv2' of https://github.com/owncast/owncast into webv2
2022-05-17 08:43:01 +02:00
t1enne
a69ec7511a
Changed Layout a bit
...
now we use less state for the layout. Chat and header are now sticky.
Moved some css vars.
2022-05-17 08:41:39 +02:00
Gabe Kangas
f6eeee2463
Use icon instead of the word viewers
2022-05-16 23:20:56 -07:00
Gabe Kangas
8d7a5d6d6e
Add placeholder embed pages
2022-05-16 22:55:22 -07:00
Gabe Kangas
5645f0070f
Add start of chat documentation
2022-05-16 22:18:07 -07:00
Gabe Kangas
528ae4c1ad
Add logo component and social links
2022-05-16 21:44:09 -07:00
Gabe Kangas
a1c06ec9de
Add notification reminder popup component
2022-05-16 20:08:22 -07:00
Gabe Kangas
f14b8ea8ba
Wire up placeholder name change modal
2022-05-13 15:07:49 -07:00
Gabe Kangas
e0f8a1f702
More accurately hide/show and track chat state
2022-05-13 14:44:16 -07:00
Gabe Kangas
de4ed9bb62
Fix some styling
2022-05-12 21:27:21 -07:00
Gabe Kangas
67cec2dcbb
Expand documentation for web project. Closes #1848
2022-05-12 20:58:08 -07:00
Gabe Kangas
ae78716572
Add more placeholder components and some mocks
2022-05-12 20:52:19 -07:00
Gabe Kangas
d427c0ad70
Organize stories and populate readme
2022-05-12 17:59:40 -07:00
Gabe Kangas
363787faa3
Add some links and context to readme
2022-05-12 15:41:54 -07:00
Gabe Kangas
f1e3adbec5
Split up design/style pages
2022-05-12 14:45:56 -07:00
Gabe Kangas
72c01e1b9a
Fix web project build errors
2022-05-11 23:31:31 -07:00
Gabe Kangas
b66617961d
Remove old web workflows and add new ones
2022-05-11 20:41:32 -07:00
Gabe Kangas
ff6886575f
Add player poster
2022-05-10 15:36:09 -07:00
Gabe Kangas
9bb37679c0
Add some images+icons to assets section
2022-05-09 19:02:10 -07:00
Gabe Kangas
92fe213b9b
Remove unused images
2022-05-09 16:40:41 -07:00
Gabe Kangas
92a1da4df6
Add custom Modal component
2022-05-09 15:34:02 -07:00