Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
qoto-groups
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
QOTO
qoto-groups
Commits
c0a94a80
There was an error fetching the commit references. Please try again later.
Commit
c0a94a80
authored
4 years ago
by
Jeffrey Phillips Freeman
💥
Browse files
Options
Downloads
Patches
Plain Diff
Added favorited domains and tags to the navigation panel.
parent
395f6abb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/javascript/mastodon/features/getting_started/index.js
+5
-0
5 additions, 0 deletions
app/javascript/mastodon/features/getting_started/index.js
with
5 additions
and
0 deletions
app/javascript/mastodon/features/getting_started/index.js
+
5
−
0
View file @
c0a94a80
...
@@ -13,6 +13,8 @@ import { List as ImmutableList } from 'immutable';
...
@@ -13,6 +13,8 @@ import { List as ImmutableList } from 'immutable';
import
NavigationContainer
from
'
../compose/containers/navigation_container
'
;
import
NavigationContainer
from
'
../compose/containers/navigation_container
'
;
import
Icon
from
'
mastodon/components/icon
'
;
import
Icon
from
'
mastodon/components/icon
'
;
import
LinkFooter
from
'
mastodon/features/ui/components/link_footer
'
;
import
LinkFooter
from
'
mastodon/features/ui/components/link_footer
'
;
import
FavouriteDomainPanel
from
'
mastodon/features/ui/components/favourite_domain_panel
'
;
import
FavouriteTagPanel
from
'
mastodon/features/ui/components/favourite_tag_panel
'
;
import
TrendsContainer
from
'
./containers/trends_container
'
;
import
TrendsContainer
from
'
./containers/trends_container
'
;
const
messages
=
defineMessages
({
const
messages
=
defineMessages
({
...
@@ -207,6 +209,9 @@ class GettingStarted extends ImmutablePureComponent {
...
@@ -207,6 +209,9 @@ class GettingStarted extends ImmutablePureComponent {
{
navItems
}
{
navItems
}
<
/div
>
<
/div
>
<
FavouriteDomainPanel
/>
<
FavouriteTagPanel
/>
{
!
multiColumn
&&
<
div
className
=
'
flex-spacer
'
/>
}
{
!
multiColumn
&&
<
div
className
=
'
flex-spacer
'
/>
}
<
LinkFooter
withHotkeys
=
{
multiColumn
}
/
>
<
LinkFooter
withHotkeys
=
{
multiColumn
}
/
>
...
...
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