Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Hide favorites when using SQLite #3419

Merged
merged 7 commits into from
Apr 3, 2019
Merged

Hide favorites when using SQLite #3419

merged 7 commits into from
Apr 3, 2019

Conversation

nwmac
Copy link
Contributor

@nwmac nwmac commented Mar 1, 2019

No description provided.

@nwmac nwmac self-assigned this Mar 1, 2019
@cfdreddbot
Copy link

✅ Hey nwmac! The commit authors and yourself have already signed the CLA.

@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #3419 into v2-master will increase coverage by 0.1%.
The diff coverage is 78.57%.

@@             Coverage Diff              @@
##           v2-master    #3419     +/-   ##
============================================
+ Coverage      51.44%   51.54%   +0.1%     
============================================
  Files            697      699      +2     
  Lines          19418    19444     +26     
  Branches        3428     3437      +9     
============================================
+ Hits            9989    10022     +33     
+ Misses          9429     9422      -7

Copy link
Contributor

@richard-cox richard-cox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor UXy things, both when stratos is pushed to cf & using SQLlite

  • After log in the nav bar blips (shrinks and grows)
  • Minor, after log in or nav'ing direct to /home the back button fails (due to auto forward)
    • If there's an easy way to remove it from the history we should try, or I think shift the redirect into a route gate as per AuthGuardService

@richard-cox richard-cox added needs attention This PR needs attention and removed in review labels Mar 3, 2019
@nwmac nwmac added comments-addressed and removed needs attention This PR needs attention labels Mar 14, 2019
@richard-cox richard-cox added needs attention This PR needs attention and removed in review labels Mar 18, 2019
- happened everywhere, except most cases ux is too quick too see
- most visually prominent when pushed to cf
- on log in, with home disabled, there's a redirect which ends up firing
`this.router.events` in dashboard-base.componet. this closed the side nav
under certain conditionsm. unfortunatly these conditions included a stale
default that we later changed ('over'-->'side') which led to us flip flopping
the side nav from open to close and back to open
- fix is to start on the desired state
- tested with wide and thin browser
@richard-cox richard-cox removed the needs attention This PR needs attention label Apr 3, 2019
@richard-cox richard-cox merged commit 2eeac37 into v2-master Apr 3, 2019
@richard-cox richard-cox deleted the hide-favorites branch April 3, 2019 14:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants