Skip to content

Commit

Permalink
Remove some react container from page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Oct 9, 2024
1 parent 8a1ef75 commit 2301853
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion resources/views/beatmapsets/discussion.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
])

@section('content')
<div class="js-react--beatmap-discussions osu-layout osu-layout--full"></div>
<div class="js-react--beatmap-discussions u-contents"></div>
@endsection

@section ("script")
Expand Down
2 changes: 1 addition & 1 deletion resources/views/beatmapsets/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
])

@section('content')
<div class="js-react--beatmapset-page osu-layout osu-layout--full"></div>
<div class="js-react--beatmapset-page u-contents"></div>
@if (Auth::user()?->isModerator() ?? false)
<div class="admin-menu">
<button class="admin-menu__button js-menu" data-menu-target="admin-beatmapset" type="button">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/changelog/build.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
])

@section('content')
<div class="js-react--changelog-build osu-layout osu-layout--full"></div>
<div class="js-react--changelog-build u-contents"></div>

<script id="json-build" type="application/json">
{!! json_encode($buildJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/changelog/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@extends('master', compact('titlePrepend'))

@section('content')
<div class="js-react--changelog-index osu-layout osu-layout--full"></div>
<div class="js-react--changelog-index u-contents"></div>

<script id="json-index" type="application/json">
{!! json_encode($indexJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/chat/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
])

@section("content")
<div class="js-react--chat osu-layout osu-layout--full"></div>
<div class="js-react--chat u-contents"></div>
@endsection

@section("script")
Expand Down
2 changes: 1 addition & 1 deletion resources/views/follows/comment.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@extends('master', ['titlePrepend' => osu_trans('follows.comment.page_title')])

@section('content')
<div class="js-react--follows-comment osu-layout osu-layout--full"></div>
<div class="js-react--follows-comment u-contents"></div>

<script id="json-follows-comment" type="application/json">
{!! json_encode($followsJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/follows/mapping.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@extends('master', ['titlePrepend' => osu_trans('follows.mapping.page_title')])

@section('content')
<div class="js-react--follows-mapping osu-layout osu-layout--full"></div>
<div class="js-react--follows-mapping u-contents"></div>

<script id="json-follows-mapping" type="application/json">
{!! json_encode($followsJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/news/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

@section('content')
<div
class="js-react--news-index osu-layout osu-layout--full"
class="js-react--news-index u-contents"
data-props="{{ json_encode(['data' => $postsJson]) }}"
></div>

Expand Down
2 changes: 1 addition & 1 deletion resources/views/news/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
])

@section('content')
<div class="js-react--news-show osu-layout osu-layout--full"></div>
<div class="js-react--news-show u-contents"></div>

<script id="json-show" type="application/json">
{!! json_encode($postJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/notifications/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@extends('master')

@section('content')
<div class="js-react--notifications-index osu-layout osu-layout--full"></div>
<div class="js-react--notifications-index u-contents"></div>
@endsection

@section("script")
Expand Down
2 changes: 1 addition & 1 deletion resources/views/scores/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
])

@section('content')
<div class="js-react--scores-show osu-layout osu-layout--full"></div>
<div class="js-react--scores-show u-contents"></div>

<script id="json-show" type="application/json">
{!! json_encode($scoreJson) !!}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/users/beatmapset_activities.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@section('content')
@include('users._restricted_banner', compact('user'))

<div class="js-react--modding-profile osu-layout osu-layout--full"></div>
<div class="js-react--modding-profile u-contents"></div>
@endsection

@section ("script")
Expand Down
2 changes: 1 addition & 1 deletion resources/views/users/multiplayer/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@section('content')
@include('users._restricted_banner', compact('user'))

<div class="js-react--user-multiplayer-index osu-layout osu-layout--full"></div>
<div class="js-react--user-multiplayer-index u-contents"></div>
@endsection

@section ("script")
Expand Down
2 changes: 1 addition & 1 deletion resources/views/users/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@include('users._restricted_banner', compact('user'))

<div
class="js-react--profile-page osu-layout osu-layout--full"
class="js-react--profile-page u-contents"
data-initial-data="{{ json_encode($initialData) }}"
></div>
@endsection
Expand Down

0 comments on commit 2301853

Please sign in to comment.