Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pleroma-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Show more breadcrumbs
Pleroma
pleroma-fe
Merge requests
!2013
Fixes Roundup 3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixes Roundup 3
fixes-roundup3
into
develop
Overview
0
Commits
22
Pipelines
8
Changes
43
Merged
HJ
requested to merge
fixes-roundup3
into
develop
2 months ago
Overview
0
Commits
22
Pipelines
8
Changes
43
Expand
Fixed contrast on fun text on sgsgb2 theme, finding contrastful text is more gradual now
Bookmarks and mute quick actions now shows menu on click instead of hover (it was annoying)
Added 12h/24h setting for absolute time
fixed 2.7 -> develop missing default pinned quick actions
Removed duplicate setting (mobile post button related)
Brought back
title
attribute to quick actions
Removed extra dot in
backup_pleroma.json
exported file
Mute reason fixes
Edited
2 months ago
by
HJ
0
0
Merge request reports
Compare
develop
version 6
02cc040c
2 months ago
version 5
7f9fe6b6
2 months ago
version 4
e690ce19
2 months ago
version 3
d01e069b
2 months ago
version 2
8be36ae0
2 months ago
version 1
031f8e65
2 months ago
develop (base)
and
latest version
latest version
d7f76f2f
22 commits,
2 months ago
version 6
02cc040c
17 commits,
2 months ago
version 5
7f9fe6b6
16 commits,
2 months ago
version 4
e690ce19
15 commits,
2 months ago
version 3
d01e069b
14 commits,
2 months ago
version 2
8be36ae0
13 commits,
2 months ago
version 1
031f8e65
12 commits,
2 months ago
43 files
+
311
−
266
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
43
Search (e.g. *.vue) (Ctrl+P)
build/build.js
+
1
−
1
Options
@@ -9,7 +9,7 @@ var ora = require('ora')
var
webpack
=
require
(
'
webpack
'
)
var
webpackConfig
=
require
(
'
./webpack.prod.conf
'
)
console
.
log
(
console
.
info
(
'
Tip:
\n
'
+
'
Built files are meant to be served over an HTTP server.
\n
'
+
'
Opening index.html over file:// won
\'
t work.
\n
'
Loading