-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make user modding history public #3080
Make user modding history public #3080
Conversation
links need text :D
Are we removing global overview ?_? (as in not specific to certain user) |
This reverts commit 1e30f29.
I guess not |
996fec6
to
776690c
Compare
<span class="beatmap-discussion-post__user-text u-ellipsis-overflow">{!! link_to_user($post->user) !!}</span> | ||
</div> | ||
</div> | ||
@component('beatmapset_activities._user', ['user' => $post->user]) |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
resources/lang/es/layout.php
Outdated
@@ -118,7 +118,7 @@ | |||
'settings' => 'Opciones', | |||
'logout' => 'Cerrar sesión', | |||
'help' => 'Ayuda', | |||
'beatmapset_activities' => 'actividades del usuario en el beatmap', | |||
'user-modding-history' => 'actividades del usuario en el beatmap', // needs update |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
@props.user.username | ||
|
||
a | ||
className: "#{bn}__user-modding-history-link" |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
style: | ||
color: userColor | ||
|
||
a |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
routes/web.php
Outdated
Route::get('users/{user}/posts', 'UsersController@posts')->name('users.posts'); | ||
|
||
Route::group(['as' => 'users.modding.', 'namespace' => 'Users'], function () { |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
</a> | ||
</span> | ||
<div class="beatmapset-activities__user-upvote-list"> | ||
<h3>{{ trans('users.beatmapset_activities.votes_received.title_most') }}</h3> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
<span class="beatmap-discussion-post__user-text u-ellipsis-overflow">{{$userVotes->sum('score') > 0 ? '+' : ''}}{{$userVotes->sum('score')}} ({{count($userVotes)}} votes)</span> | ||
</a> | ||
<div class="beatmapset-activities__user-upvote-list"> | ||
<h3>{{ trans('users.beatmapset_activities.votes_made.title_most') }}</h3> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
fixes #2675
moves the user modding history stuff toAdds user-specific modding history stuff to/users/{user}/modding
/users/{user}/modding