mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2025-09-09 07:28:44 +00:00
update
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
## UI Enhancements
|
## UI Enhancements
|
||||||
|
|
||||||
- Add a copy Magnet button labeled "Seed".
|
- Add a copy Magnet button labeled "Seed".
|
||||||
- Add a warning disclaimer pop-up.
|
- add community guidline page
|
||||||
|
- add links to pop-up modal
|
||||||
- Convert "Logged in as" from public key to profile image and username (use npub as fallback).
|
- Convert "Logged in as" from public key to profile image and username (use npub as fallback).
|
||||||
- Add a sidebar for improved UI flexibility.
|
- Add a sidebar for improved UI flexibility.
|
||||||
- Customize home screen content via algorithms for better feeds. (trending, new, for you etc.)
|
- Customize home screen content via algorithms for better feeds. (trending, new, for you etc.)
|
||||||
@@ -20,7 +21,6 @@
|
|||||||
|
|
||||||
## Feature Additions
|
## Feature Additions
|
||||||
|
|
||||||
- Add an `npub` whitelist for login access.
|
|
||||||
- Allow users to set custom relay settings, stored in local cache.
|
- Allow users to set custom relay settings, stored in local cache.
|
||||||
- Add a "Publish" step in the video editing process.
|
- Add a "Publish" step in the video editing process.
|
||||||
- Add comments to the video modal.
|
- Add comments to the video modal.
|
||||||
|
@@ -361,13 +361,25 @@
|
|||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<div class="bg-gray-800 rounded-lg p-4">
|
<div class="bg-gray-800 rounded-lg p-4">
|
||||||
<h3 class="text-white font-semibold mb-2">
|
<h3 class="text-white font-semibold mb-2">
|
||||||
Content Responsibility
|
Early Access Status
|
||||||
</h3>
|
</h3>
|
||||||
<p class="text-gray-400">
|
<p class="text-gray-400">
|
||||||
We don't host or control any videos shared on bitvid. All
|
Currently, video posting is invite-only as we carefully
|
||||||
content is the responsibility of the creators who share it.
|
scale our platform. While anyone can watch videos, content
|
||||||
Please follow your local laws and use the platform
|
creation is limited to approved creators. This helps us
|
||||||
responsibly.
|
maintain quality content during our early stages.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="bg-gray-800 rounded-lg p-4">
|
||||||
|
<h3 class="text-white font-semibold mb-2">
|
||||||
|
Content Responsibility & Moderation
|
||||||
|
</h3>
|
||||||
|
<p class="text-gray-400">
|
||||||
|
While we don't host videos directly, we maintain community
|
||||||
|
standards through access control. Users who violate our
|
||||||
|
guidelines may be blocked from accessing the platform. All
|
||||||
|
content must follow local laws and platform guidelines.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user