blackjackkent / RPThreadTrackerV3.FrontEnd

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

Moved nav toggle to left of title #166

Open nicm42 opened 3 years ago

nicm42 commented 3 years ago

Description

Swapped the positions of the title and nav toggle, so the nag toggle is on the left of the tiel.

Motivation and Context

Fixes issue 165

How Has This Been Tested?

Tested in various browsers in Linux Mint and Windows 10. Also re-ran relevant tests

Screenshots (if appropriate):

Before (Windows): before windows

Before (Linux) before linux

After (both): after

Types of changes

Checklist:

codecov[bot] commented 3 years ago

Codecov Report

Merging #166 (8b62ada) into development (a7affeb) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           development      #166   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files              285       285           
  Lines             3178      3188   +10     
  Branches           584       586    +2     
=============================================
+ Hits              3178      3188   +10     
Impacted Files Coverage Δ
...isplay/shared/header/components/HeaderLogoBlock.js 100.00% <ø> (ø)
.../display/views/help/components/AboutTrackerPane.js 100.00% <ø> (ø)
src/display/shared/columns/threads/LastPoster.js 100.00% <100.00%> (ø)
.../display/views/threads/components/CheckboxTable.js 100.00% <100.00%> (ø)
...rc/display/views/threads/components/_getTdProps.js 100.00% <100.00%> (ø)

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 7691747...8b62ada. Read the comment docs.