dorj222
f06325c11c
fix a merge conflict
2 years ago
Gabe Kangas
38a52c501c
Do not show custom page content sections if it is empty. Closes #2752
2 years ago
Gabe Kangas
23a721857f
Do not support stream key UI or any persisted stream keys when overridden via cli flag. Closes #2749
2 years ago
Gabe Kangas
b7132eeaa5
Remove marquee tag as it throws off the UI tests
2 years ago
Gabe Kangas
ed2dc00345
Remove unused imports
2 years ago
Bennett B Madavana
5e155179ef
Fixed #2734 ( #2742 )
...
* Fixed #2734
* Prettified Code!
---------
Co-authored-by: bennett1412 <bennett1412@users.noreply.github.com>
2 years ago
Michael David Kuckuk
b38df2fbe3
Create stories for layout testing ( #2722 )
...
* Inject services with useContext
* Extract service for video settings
* Create mock factories for services
* Create test data for chat history
* Add story to visualize different layouts
* Fix renaming mistake
* Add landscape and portrait viewports
* Add landscape stories
---------
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2 years ago
Gabe Kangas
b1cc8c6f12
Increase diffThreshold again for chat text field UI test
2 years ago
Gabe Kangas
f76f7fbaf0
Only use username half of account as fallback value
3 years ago
Gabe Kangas
701e57a580
Fix CPU usage descripting mapping. Fixes #2682
3 years ago
Gabe Kangas
8b8f221eb4
Show streamTitle in header if set. Closes #2720
3 years ago
Gabe Kangas
e522bddf53
Add some slight side margin to offline banner for mobile
3 years ago
Gabe Kangas
9744d4680c
Fix disabled browser notifications showing up. Closes #2726
3 years ago
Gabe Kangas
e8ef6433e5
Addition bottom page content layout tweaks
3 years ago
Dhanu Saputra
0a653aaba7
Remove usage of the PropTypes dependency ( #2723 )
...
* Remove usage of the PropTypes dependency
* Prettified Code!
---------
Co-authored-by: dhanusaputra <dhanusaputra@users.noreply.github.com>
3 years ago
Gabe Kangas
3bb73af1c2
Standardize bottom section background + fix mobile tabs not hiding. Closes #2685
3 years ago
Gabe Kangas
d2a3e718e4
Continue to bump the diff threshold
3 years ago
dorj222
63e25fae3f
change the boolean variable isAdminPwdField to hasComplexityRequirements
3 years ago
Gabe Kangas
61b78b8f1b
Limit the number of chat messages that can collapse in a row
3 years ago
Gabe Kangas
8f2a345594
Reduce the time we allow message collapsing
3 years ago
Gabe Kangas
070a9fa675
Tweak offline tag color and cursor
3 years ago
Mohammad Yasir
87cdbebcc5
This commit suggests that if there is no name then the username will… ( #2700 )
...
* This commit suggests that if there is no name then the username will come in place of a name
* Unnecessary comments has been removed also,revert changes in package-lock.json
* Remove White Spaces
* File has been restored to its original version .
* Followed some checks description to improve code
3 years ago
Gabe Kangas
534a7dcb67
Remove log
3 years ago
Gabe Kangas
05a06796e2
Break out name change message to own component + fix text color. Closes #2718
3 years ago
Gabe Kangas
12b4452220
Support the HTML tags that are sent for message body. Closes #2717
3 years ago
Gabe Kangas
529a4c7d84
Allow social chat events to fit content. Use text fallback in avatar. Closes #2719
3 years ago
Gabe Kangas
564d058e2e
Improve chat container bottom scrolling handling. Closes #2342
3 years ago
Jacob Wrenn
591ead0064
fix placeholder styling ( fixes #2677 ) ( #2709 )
...
* fix placeholder styling
* Prettified Code!
* fix code style
---------
Co-authored-by: JacobWrenn <JacobWrenn@users.noreply.github.com>
3 years ago
Philipp
a290770ac9
Allow embedding HTML for external actions ( #2693 )
...
* Admin UI: implement HTML embeds
* Admin UI External Actions: set correct useHTML on edits
* Admin UI: edit by index, not URL
* External Actions: render HTML on stream frontend
* Don't open embeds externally
* Remove TODO comment
* Add HTML as unique action key
* Admin UI: Actions: use CodeMirror editor, dropdown
3 years ago
Gabe Kangas
61c8f075cb
Update spacing in custom page content component
3 years ago
Gabe Kangas
60f5b41a3d
Fix the incorrect header spacing across all text
3 years ago
Gabe Kangas
9f735d3c5d
Increase diff threshold for UI test. Hopefully helps #2629
3 years ago
Gabe Kangas
323fe65e58
Split out desktop and mobile layouts to make it easier to work on them
3 years ago
Gabe Kangas
903cc41d58
Remove htmlcomment as it gets stripped in build time
3 years ago
Gabe Kangas
b7e4298e58
Use non-animated image in example so it does not show as changed
3 years ago
Gabe Kangas
10400e1252
Update sidebar styling and chat always being highlighted. Closes #2651
3 years ago
Gabe Kangas
f475a37bb6
Add loading state to lazy loaded modals
3 years ago
Gabe Kangas
8592fb87ba
Update copy refering to Javascript. Closes #2694
3 years ago
Gabe Kangas
85e77379b2
Fix followers pagination. Closes #2695
3 years ago
Michael David Kuckuk
25119561fb
Give chat a min-height that other elements yield to on mobile clients ( #2676 )
...
* Add className prop to some components
* Give mobile chatbox height priority over other elements
* Optimize for mobile landscape mode
* Make thumbnail background black
* Fix overflow issues on narrow screens
* Adjust layout for offline mode on mobile
* Fix main content width on Desktop
* Fix offline layout for desktop
3 years ago
Jambaldorj Ochirpurev
b75c6a886a
Random Stream Key Generator ( #2690 )
...
* add a new random stream key generator
* fix a typo
3 years ago
dorj222
aa2504b354
put password regex rules into config-constants.tsx
3 years ago
dorj222
3711588909
refactor the Form Input field name from adminPassword to InputFieldPassword
3 years ago
dorj222
170f367538
refactor the Admin Password Input field and add a new boolean field for it
3 years ago
Gabe Kangas
642782a36c
Remove admin password generation+copy button. Add auto-generating stream keys. Closes #2683 and #2631
3 years ago
Gabe Kangas
313a81359a
Add Fediverse event chat views. Closes #2679
3 years ago
Gabe Kangas
57d8bdbdbe
Use same message highlighting on system messages
3 years ago
Gabe Kangas
1ee71aecaa
Add bot user badge. Closes #2681
3 years ago
Prachurjya
7ff71985ea
Issue#2662: Make Followers Content Fit With overflow ending in ellipsis ( #2678 )
...
* Issue#2662: Make Followers Content Fit With overflow ending in ellipsis
* Prettified Code!
* Fixed Linting Issue
* Resolved line break issue
---------
Co-authored-by: prachurjya15 <prachurjya15@users.noreply.github.com>
3 years ago
Gabe Kangas
e6d3da4f9c
Refactor how message content highlighting works + change to safe HTML rendering component. Closes #2669
3 years ago