This commit is contained in:
Keep Creating Online
2025-01-08 23:02:38 -05:00
parent 1fdebf1eeb
commit d91b5345ca
2 changed files with 19 additions and 7 deletions

View File

@@ -3,7 +3,8 @@
## UI Enhancements
- 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).
- Add a sidebar for improved UI flexibility.
- Customize home screen content via algorithms for better feeds. (trending, new, for you etc.)
@@ -20,7 +21,6 @@
## Feature Additions
- Add an `npub` whitelist for login access.
- Allow users to set custom relay settings, stored in local cache.
- Add a "Publish" step in the video editing process.
- Add comments to the video modal.

View File

@@ -361,13 +361,25 @@
<div class="space-y-4">
<div class="bg-gray-800 rounded-lg p-4">
<h3 class="text-white font-semibold mb-2">
Content Responsibility
Early Access Status
</h3>
<p class="text-gray-400">
We don't host or control any videos shared on bitvid. All
content is the responsibility of the creators who share it.
Please follow your local laws and use the platform
responsibly.
Currently, video posting is invite-only as we carefully
scale our platform. While anyone can watch videos, content
creation is limited to approved creators. This helps us
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>
</div>