mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Merge branch 'main' of https://github.com/D4M13N-D3V/neroshitron
This commit is contained in:
commit
c0a382e4a7
@ -45,7 +45,11 @@ This is where all mail being sent shows up from the application for developers.
|
||||
http://localhost:8080/
|
||||
Configuration is done through the Owncast administration page located on your server under /admin. The login username is admin and the password is your stream key, the default being abc123.
|
||||
|
||||
# User Flow Diagram
|
||||

|
||||
|
||||
# Database Diagram
|
||||

|
||||
|
||||
# React Components
|
||||
## Gallery Component
|
||||
@ -68,6 +72,8 @@ The example below will load the images of the the gallery with an ID of `5820155
|
||||
```tsx
|
||||
<Gallery id={"58201557-b392-471e-ac55-dcf6171cd18d"} closeMenu={() => setIsOpen(false)}></Gallery>
|
||||
```
|
||||
|
||||
|
||||
## GalleryThumbnail Component
|
||||
The `GalleryThumbnail` component is a React component used to display a thumbnail of a gallery. It fetches the thumbnail image from an API and displays it. When clicked, it triggers a callback function with the gallery ID.
|
||||
### Props
|
||||
|
Loading…
x
Reference in New Issue
Block a user