Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
807
Issues
807
List
Boards
Labels
Service Desk
Milestones
Merge Requests
54
Merge Requests
54
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
04c502a3
Commit
04c502a3
authored
2 hours ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Emit event on load to set querystring properly
parent
1b0e9eec
fix/default-preferred-state-1366
1 merge request
!433
[Sprint/InterestingIguana] Preferred hashtag remembered in local storage #1366
Pipeline
#70737719
passed with stages
in 28 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
sidebar-selector.component.ts
...s/hashtags/sidebar-selector/sidebar-selector.component.ts
+3
-4
No files found.
src/app/modules/hashtags/sidebar-selector/sidebar-selector.component.ts
View file @
04c502a3
...
...
@@ -54,8 +54,6 @@ export class SidebarSelectorComponent implements OnInit {
this
.
initialized
=
true
;
this
.
detectChanges
();
this
.
detectChanges
();
}
async
load
()
{
...
...
@@ -71,8 +69,9 @@ export class SidebarSelectorComponent implements OnInit {
}
catch
(
e
)
{
console
.
error
(
'
SidebarSelector
'
,
e
);
}
this
.
preferredChange
();
this
.
preferredChange
();
this
.
filterChange
.
emit
({
type
:
this
.
preferred
?
'
preferred
'
:
'
all
'
});
this
.
loading
=
false
;
this
.
detectChanges
();
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment