Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
project_ss23_gameunity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Yusuf Akgül
project_ss23_gameunity
Commits
74736ec5
Commit
74736ec5
authored
1 year ago
by
Yusuf Akgül
Browse files
Options
Downloads
Plain Diff
Merge branches 'fix.Likes' and 'main' of gitlab.bht-berlin.de:s86116/project_ss23 into fix.Likes
parents
aa31d72d
6b26867f
No related branches found
No related tags found
1 merge request
!30
Rewrite.gweets
Pipeline
#38154
failed
1 year ago
Stage: build
Stage: test
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
app/layout.tsx
+0
-2
0 additions, 2 deletions
app/layout.tsx
app/loading.tsx
+5
-1
5 additions, 1 deletion
app/loading.tsx
package-lock.json
+6303
-6303
6303 additions, 6303 deletions
package-lock.json
package.json
+57
-57
57 additions, 57 deletions
package.json
with
6365 additions
and
6363 deletions
app/layout.tsx
+
0
−
2
View file @
74736ec5
...
...
@@ -2,10 +2,8 @@ import { Inter } from 'next/font/google'
import
'
./globals.css
'
import
Providers
from
'
@/components/react-query/provider
'
import
SiteLoad
from
'
@/components/site-loading
'
import
{
ThemeProvider
}
from
'
@/components/ui/theme-provider
'
import
{
Toaster
}
from
'
@/components/ui/toaster
'
import
{
Suspense
}
from
'
react
'
const
inter
=
Inter
({
subsets
:
[
'
latin
'
]
})
...
...
This diff is collapsed.
Click to expand it.
app/loading.tsx
+
5
−
1
View file @
74736ec5
...
...
@@ -6,7 +6,11 @@ export default function Loading() {
<
main
className
=
"main-content"
>
<
div
className
=
"flex justify-center"
>
<
Card
className
=
"p-6 w-full"
>
<
Skeleton
className
=
"bg-gray-300"
/>
<
div
className
=
"grid grid-cols-1 ss:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 2xl:grid-cols-5 gap-4 lg:gap-8"
>
{
Array
.
from
({
length
:
18
},
(
_
,
i
)
=>
i
+
1
).
map
((
i
)
=>
(
<
Skeleton
key
=
{
i
}
className
=
"aspect-[264/374] bg-gray-300"
/>
))
}
</
div
>
</
Card
>
</
div
>
</
main
>
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
6303
−
6303
View file @
74736ec5
This diff is collapsed.
Click to expand it.
package.json
+
57
−
57
View file @
74736ec5
{
"name"
:
"project_ss23_gameunity"
,
"version"
:
"0.2.0"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"next dev"
,
"turbo"
:
"next dev --turbo"
,
"build"
:
"next build"
,
"start"
:
"next start"
,
"lint"
:
"next lint"
,
"preview"
:
"next build && next start"
,
"vercel-build"
:
"prisma generate && prisma migrate deploy && next build"
},
"dependencies"
:
{
"
@auth/prisma-adapter
"
:
"
^1.0.0
"
,
"
@hookform/resolvers
"
:
"
^3.1.0
"
,
"
@prisma/client
"
:
"
^4.15.0
"
,
"
@radix-ui/react-aspect-ratio
"
:
"
^1.0.3
"
,
"
@radix-ui/react-avatar
"
:
"
^1.0.3
"
,
"
@radix-ui/react-dropdown-menu
"
:
"
^2.0.5
"
,
"
@radix-ui/react-label
"
:
"
^2.0.2
"
,
"
@radix-ui/react-scroll-area
"
:
"
^1.0.4
"
,
"
@radix-ui/react-select
"
:
"
^1.2.2
"
,
"
@radix-ui/react-separator
"
:
"
^1.0.3
"
,
"
@radix-ui/react-slot
"
:
"
^1.0.2
"
,
"
@radix-ui/react-toast
"
:
"
^1.1.4
"
,
"
@t3-oss/env-nextjs
"
:
"
^0.4.
0
"
,
"
@tanstack/react-query
"
:
"
^4.29.1
2
"
,
"
bcrypt
"
:
"
^5.1.0
"
,
"
class-variance-authority
"
:
"
^0.6.0
"
,
"
clsx
"
:
"
^1.2.1
"
,
"
lucide-react
"
:
"
^0.24
1
.0
"
,
"
next
"
:
"
^13.4.
5
"
,
"
next-auth
"
:
"
^4.22.1
"
,
"
next-themes
"
:
"
^0.2.1
"
,
"
normalize-diacritics
"
:
"
^4.0.0
"
,
"
react
"
:
"
18.2.0
"
,
"
react-dom
"
:
"
18.2.0
"
,
"
react-hook-form
"
:
"
^7.4
4.3
"
,
"
react-infinite-scroll-component
"
:
"
^6.1.0
"
,
"
tailwind-merge
"
:
"
^1.13.
1
"
,
"
tailwindcss-animate
"
:
"
^1.0.6
"
,
"
zod
"
:
"
^3.21.4
"
},
"devDependencies"
:
{
"
@tanstack/eslint-plugin-query
"
:
"
^4.29.9
"
,
"
@types/bcrypt
"
:
"
^5.0.0
"
,
"
@types/node
"
:
"
^20.3.
0
"
,
"
@types/react
"
:
"
^18.2.1
1
"
,
"
@types/react-dom
"
:
"
^18.2.
4
"
,
"
autoprefixer
"
:
"
10.4.14
"
,
"
eslint
"
:
"
^8.4
2
.0
"
,
"
eslint-config-next
"
:
"
^13.4.
5
"
,
"
postcss
"
:
"
8.4.24
"
,
"
prisma
"
:
"
^4.15.0
"
,
"
tailwindcss
"
:
"
3.3.2
"
,
"
typescript
"
:
"
^5.1.3
"
}
"name"
:
"project_ss23_gameunity"
,
"version"
:
"0.2.0"
,
"private"
:
true
,
"scripts"
:
{
"dev"
:
"next dev"
,
"turbo"
:
"next dev --turbo"
,
"build"
:
"next build"
,
"start"
:
"next start"
,
"lint"
:
"next lint"
,
"preview"
:
"next build && next start"
,
"vercel-build"
:
"prisma generate && prisma migrate deploy && next build"
},
"dependencies"
:
{
"
@auth/prisma-adapter
"
:
"
^1.0.0
"
,
"
@hookform/resolvers
"
:
"
^3.1.0
"
,
"
@prisma/client
"
:
"
^4.15.0
"
,
"
@radix-ui/react-aspect-ratio
"
:
"
^1.0.3
"
,
"
@radix-ui/react-avatar
"
:
"
^1.0.3
"
,
"
@radix-ui/react-dropdown-menu
"
:
"
^2.0.5
"
,
"
@radix-ui/react-label
"
:
"
^2.0.2
"
,
"
@radix-ui/react-scroll-area
"
:
"
^1.0.4
"
,
"
@radix-ui/react-select
"
:
"
^1.2.2
"
,
"
@radix-ui/react-separator
"
:
"
^1.0.3
"
,
"
@radix-ui/react-slot
"
:
"
^1.0.2
"
,
"
@radix-ui/react-toast
"
:
"
^1.1.4
"
,
"
@t3-oss/env-nextjs
"
:
"
^0.4.
1
"
,
"
@tanstack/react-query
"
:
"
^4.29.1
4
"
,
"
bcrypt
"
:
"
^5.1.0
"
,
"
class-variance-authority
"
:
"
^0.6.0
"
,
"
clsx
"
:
"
^1.2.1
"
,
"
lucide-react
"
:
"
^0.24
6
.0
"
,
"
next
"
:
"
^13.4.
6
"
,
"
next-auth
"
:
"
^4.22.1
"
,
"
next-themes
"
:
"
^0.2.1
"
,
"
normalize-diacritics
"
:
"
^4.0.0
"
,
"
react
"
:
"
18.2.0
"
,
"
react-dom
"
:
"
18.2.0
"
,
"
react-hook-form
"
:
"
^7.4
5.0
"
,
"
react-infinite-scroll-component
"
:
"
^6.1.0
"
,
"
tailwind-merge
"
:
"
^1.13.
2
"
,
"
tailwindcss-animate
"
:
"
^1.0.6
"
,
"
zod
"
:
"
^3.21.4
"
},
"devDependencies"
:
{
"
@tanstack/eslint-plugin-query
"
:
"
^4.29.9
"
,
"
@types/bcrypt
"
:
"
^5.0.0
"
,
"
@types/node
"
:
"
^20.3.
1
"
,
"
@types/react
"
:
"
^18.2.1
3
"
,
"
@types/react-dom
"
:
"
^18.2.
6
"
,
"
autoprefixer
"
:
"
10.4.14
"
,
"
eslint
"
:
"
^8.4
3
.0
"
,
"
eslint-config-next
"
:
"
^13.4.
6
"
,
"
postcss
"
:
"
8.4.24
"
,
"
prisma
"
:
"
^4.15.0
"
,
"
tailwindcss
"
:
"
3.3.2
"
,
"
typescript
"
:
"
^5.1.3
"
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment