blackjackkent / RPThreadTrackerV3.FrontEnd

GNU General Public License v3.0
4 stars 5 forks source link

Persist nav bar open/closed state across visits/refreshes #137

Closed wharrrgarbl closed 5 years ago

wharrrgarbl commented 5 years ago

This is mostly copy/pasting the same saga machinery that persists the light/dark theme.

![navbar](https://user-images.githubusercontent.com/29510990/58433863-fc659700-8086-11e9-9404-40c8f096a7bb.gif)
codecov-io commented 5 years ago

Codecov Report

Merging #137 into development will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           development   #137   +/-   ##
==========================================
  Coverage          100%   100%           
==========================================
  Files              279    282    +3     
  Lines             2331   2346   +15     
  Branches           232    233    +1     
==========================================
+ Hits              2331   2346   +15
Impacted Files Coverage Δ
src/infrastructure/actions/ui/toggles.js 100% <ø> (ø) :arrow_up:
src/infrastructure/reducers/ui.js 100% <ø> (ø) :arrow_up:
src/infrastructure/sagas/ui/setSiteThemeSaga.js 100% <ø> (ø) :arrow_up:
src/display/shared/header/HeaderContainer.js 100% <100%> (ø) :arrow_up:
src/infrastructure/sagas/ui/loadSideBarOpenSaga.js 100% <100%> (ø)
src/infrastructure/sagas/ui/setSideBarOpenSaga.js 100% <100%> (ø)
src/infrastructure/actions/ui/sidebar.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0f340ae...c3fa564. Read the comment docs.