this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Experimental back button for status page

+14
+3
src/pages/status.css
··· 8 8 overflow: hidden; 9 9 white-space: nowrap; 10 10 } 11 + .status-deck header h1 .deck-back { 12 + margin-left: -16px; 13 + } 11 14 12 15 .status-deck header.inview h1 { 13 16 font-weight: bold;
+11
src/pages/status.jsx
··· 666 666 </div> */} 667 667 <div class="header-grid header-grid-2"> 668 668 <h1> 669 + {!!/\/s\//i.test(snapStates.prevLocation?.pathname) && ( 670 + <button 671 + type="button" 672 + class="plain deck-back" 673 + onClick={() => { 674 + history.back(); 675 + }} 676 + > 677 + <Icon icon="chevron-left" size="xl" /> 678 + </button> 679 + )} 669 680 {!heroInView && heroStatus && uiState !== 'loading' ? ( 670 681 <> 671 682 <span class="hero-heading">