mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-18 20:41:27 +00:00
Merge pull request #646 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
3907b444a8
2 changed files with 3 additions and 1 deletions
|
@ -5,11 +5,13 @@ namespace App\Listeners;
|
|||
use DB, Cache;
|
||||
use App\{
|
||||
Follower,
|
||||
Profile,
|
||||
User,
|
||||
UserFilter,
|
||||
UserSetting
|
||||
};
|
||||
use Illuminate\Queue\InteractsWithQueue;
|
||||
use App\Jobs\AvatarPipeline\CreateAvatar;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
|
||||
class AuthLogin
|
||||
|
|
|
@ -23,7 +23,7 @@ return [
|
|||
| This value is the version of your PixelFed instance.
|
||||
|
|
||||
*/
|
||||
'version' => '0.5.7',
|
||||
'version' => '0.5.8',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue