Gabe Kangas
be60d94045
chore(deps): update video.js to the 8.x release
2 years ago
Gabe Kangas
630a5bf782
fix(mobile): support a dynamic mobile browser theme color
2 years ago
Gabe Kangas
a1a2bf1a47
fix(mobile): fix offline banner overflow due to hard-coded height
...
Closes #2990
2 years ago
Gabe Kangas
3616717ceb
fix(chat): strip p tags from outgoing chat messages to fix markdown rendering
2 years ago
Gabe Kangas
f5657d9fdc
fix: provide fallback empty object for appearance variables
2 years ago
Gabe Kangas
afa6c8fd23
fix(chat): increase font weight of chat name change messages
2 years ago
Gabe Kangas
6d55c42282
fix(chat): increase font weight of chat join messages
2 years ago
Gabe Kangas
646c5616da
fix(footer): add dynamic right padding to fix footer overflowing. Closes #2988
2 years ago
Gabe Kangas
b41bb31473
fix(footer): allow overriding text color in the footer
2 years ago
Gabe Kangas
14d95a69f3
fix(ui): do not use hard-coded colors for text
2 years ago
Nathan
04848c1d8c
fix:#2954-player-gets-cut-off-vertically ( #2987 )
...
* fix:#2954-player-gets-cut-off-vertically
* Use header-height variable everywhere
---------
Co-authored-by: thisProjects <wibbet@wobbet.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2 years ago
Gabe Kangas
9e19af636e
fix(mobile): adjust padding for bottom mobile content. Closes #2986
2 years ago
Gabe Kangas
6982ce54b7
fix: increase line height of headers in page content
2 years ago
Gabe Kangas
c79834a752
fix(mobile): do not show action menu if there are no actions. Closes #2985
2 years ago
Gabe Kangas
4325c64205
fix(chat): limit image size within a chat message
2 years ago
Gabe Kangas
7d6fa8d1ac
fix(ui): add margin under page content. Closes #2963
2 years ago
Gabe Kangas
7261b1d49f
fix(embed): allow flexible player sizes for embeds. Closes #2984
2 years ago
Gabe Kangas
7aca27cb08
feat: add support for markdown in offline message. Closes #2921 ( #2977 )
2 years ago
Gabe Kangas
ea902520ff
fix(ui): reduce empty vertical space between action buttons and content header
2 years ago
Gabe Kangas
b225cd9dc7
feat(footer): use simpler version string
2 years ago
Gabe Kangas
9bef5730d9
fix(admin): make panel header text not so large
2 years ago
Gabe Kangas
02ac697bcf
fix(mobile): request to disable mobile web auto scaling. Closes #2970
2 years ago
Nathan
cd74c42967
fix : #2957 Portrait Buttons Make Action Buttons Wrap ( #2965 )
...
Co-authored-by: thisProjects <wibbet@wobbet.com>
2 years ago
Gabe Kangas
8c26137791
fix(mobile): remove footer on mobile. Closes #2962
2 years ago
Gabe Kangas
fbffb58c0c
fix(ui): vh->vw for content margin
2 years ago
Gabe Kangas
97fb5a80d0
fix(ui): restore page margin and background color. Closes #2959
2 years ago
Gabe Kangas
12d321b097
fix(mobile): remove extra margin around tabbed content
2 years ago
Gabe Kangas
a50f1fe7bb
fix(ui): allow dynamic tigher spacing of action buttons. fixes #2957
2 years ago
Gabe Kangas
913cc4aae2
fix(ui): remove default border on mobile action button menu
2 years ago
Gabe Kangas
d2afeef0e4
fix(embed): fix post-pr #2863 merge offline banner text color
2 years ago
Nathan
32c3f6a9b6
fix : #2668 Page Vertical Spacing Issues ( #2863 )
...
* fix : #2668 Page Vertical Spacing Issues
* Update test to reflect mobile work
* chore: refactor action buttons
---------
Co-authored-by: thisProjects <wibbet@wobbet.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2 years ago
Gabe Kangas
bb9cc28596
fix(embed): change text color of offline banner. Closes #2953
2 years ago
Gabe Kangas
5279eefb8e
fix(ui): increase left/right content header padding
2 years ago
Gabe Kangas
04107ba0fe
feat(header): give logo a slight border
2 years ago
Gabe Kangas
0f04e1d305
fix(header): remove padding from header avatar
2 years ago
gingervitis
44483a45d3
some webv2 UI polish ( #2940 )
...
* style tweaks for Action Button, UserMenu, Modal
* a bunch of misc polish; some around chat
* Prettified Code!
* cleanup
* fix formatting
* Reduce content padding a bit
* some stylesheet cleanup
* fix action button sizing
* Remove action button height completely
---------
Co-authored-by: gingervitis <gingervitis@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2 years ago
Gabe Kangas
90d2739afd
fix(mobile): fix action bar button not appearing. Closes #2938
2 years ago
Gabe Kangas
70e4d84c42
feat(header): use instance logo for header image
2 years ago
Dev Gupta
1a63880d01
adding tests for generateRndKey ( #2932 )
...
changing jest.config.js
transform option from -
transform: { '^.+\\.ts?$': 'ts-jest' },
to
transform: { '^.+\\.(js|jsx|ts|tsx)$': ['babel-jest', { presets: ['next/babel'] }], },
2 years ago
Gabe Kangas
b3ac4e1a15
fix(js): consolidate url and account validators
2 years ago
Gabe Kangas
6774f049f7
fix(followers): more followers style tweaks
2 years ago
Gabe Kangas
014acc1663
fix(followers): improve layout of single follower. Closes #2926
2 years ago
Gabe Kangas
dde512fa14
fix(notifications): do not support browser notifications for local servers
2 years ago
Gabe Kangas
74bdab81a3
fix(web): remove extra spacing above headers in modals
2 years ago
Gabe Kangas
c41742dc86
fix(chat): give social chat messages added spacing
2 years ago
Gabe Kangas
057b93b1b2
fix(web): improve spacing in custom bottom section with headers
2 years ago
Gabe Kangas
228d787bf9
fix(web): set document title via dom instead of javascript. Closes #2918
2 years ago
Bennett B Madavana
49420822f5
Fixed #2758 ( #2914 )
...
* Fixed #2758
* Prettified Code!
* Merge branch 'develop' of https://github.com/bennett1412/owncast into issue-#2758-fix
* Fixed prop value in chart component
* Prettified Code!
* Updated chart download button position
* Fixed linting errors
---------
Co-authored-by: bennett1412 <bennett1412@users.noreply.github.com>
2 years ago
Pranav Joglekar
cbdf0bd401
fix: Prevent storybook from making websocket connections ( #2896 )
...
* feat: mock window.WebSocket to prevent WS calls from Main layout story
* Prettified Code!
---------
Co-authored-by: Pranav2612000 <Pranav2612000@users.noreply.github.com>
2 years ago
Gabe Kangas
a37e40ab27
Change the info message shown when changing admin password. Closes #2905
2 years ago