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
Wiki
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
Matrix-Sasuke
pleroma-fe
Commits
4fcd5112
Commit
4fcd5112
authored
3 months ago
by
Matrix-Sasuke
Browse files
Options
Downloads
Patches
Plain Diff
fix bookmarks not showing on mobile
parent
eef151e7
Branches
feature/object-normalization
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
show_bookmarks_on_mobile
Pipeline
#50863
passed
3 months ago
Stage: check-changelog
Stage: lint
Stage: build
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/show-bookmarks-on-mobile.fix
+1
-0
1 addition, 0 deletions
changelog.d/show-bookmarks-on-mobile.fix
src/components/navigation/navigation.js
+1
-2
1 addition, 2 deletions
src/components/navigation/navigation.js
with
2 additions
and
2 deletions
changelog.d/show-bookmarks-on-mobile.fix
0 → 100644
+
1
−
0
View file @
4fcd5112
Bookmarks on mobile were no longer showing
This diff is collapsed.
Click to expand it.
src/components/navigation/navigation.js
+
1
−
2
View file @
4fcd5112
...
...
@@ -32,8 +32,7 @@ export const TIMELINES = {
bookmarks
:
{
route
:
'
bookmarks
'
,
icon
:
'
bookmark
'
,
label
:
'
nav.bookmarks
'
,
criteria
:
[
'
!supportsBookmarkFolders
'
,
'
supportsBookmarkFolders
'
]
label
:
'
nav.bookmarks
'
},
favorites
:
{
routeObject
:
{
name
:
'
user-profile
'
,
query
:
{
tab
:
'
favorites
'
}
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment