To add a direct upload button with server list for various media fields #106
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example, in the submit-mod page, the featured image url field, along with the multiples of screenshot fields, to have (next to them) a dropdown to select from multiple servers (list below), and a button to upload a file.
others fields are the profile picture and banner in profile settings page.
When the user uploads and it's done, the url is added to the field.
(note: someone adding a custom link is still a viable option / they don't have to upload)
List of servers (first one is default):
https://nostr.build/
https://nostrcheck.me/
https://nostpic.com/
https://files.sovbit.host/
https://void.cat/
Big note: If possible, if we can have drag-drop (and click to multi-select) multiple media files to upload, and it'd upload/add them one by one with their respective link.
https://github.com/quentintaranpino/nostrcheck-server/blob/main/DOCS.md#media
classes already added so no need to use styles (kept them here for ref), and dropdown got it from filters in /mods (adjust as needed when you grab package/code from other projects)