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
Merge requests
!6
Sort + Search UI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sort + Search UI
sortSearch
into
main
Overview
0
Commits
7
Pipelines
1
Changes
14
Merged
Yusuf Akgül
requested to merge
sortSearch
into
main
1 year ago
Overview
0
Commits
7
Pipelines
1
Changes
14
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6f65bfce
7 commits,
1 year ago
14 files
+
744
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
app/(content)/(gaming)/games/layout.tsx deleted
100644 → 0
+
0
−
15
Options
"
use client
"
export
default
function
DashboardLayout
({
children
,
}:
{
children
:
React
.
ReactNode
;
})
{
return
(
<
section
>
<
div
>
{
children
}
</
div
>
</
section
>
);
}
\ No newline at end of file
Loading