mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
add proper carousel to store page
uses the VueCarousel library to add an actual carousel to the store page for the images. uses responsive styles
This commit is contained in:
@ -41,6 +41,14 @@ model LinkedAuthMec {
|
||||
@@id([userId, mec])
|
||||
}
|
||||
|
||||
model Invitation {
|
||||
id String @id @default(uuid())
|
||||
isAdmin Boolean @default(false)
|
||||
|
||||
username String?
|
||||
email String?
|
||||
}
|
||||
|
||||
enum ClientCapabilities {
|
||||
DownloadAggregation
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user