File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export const APP_VERSION = "0.0.0" ;
2- export const APP_COMMIT = "6d0ed5c0 " ;
2+ export const APP_COMMIT = "913f9fa1 " ;
33export const APP_BUILD_LABEL = `v${ APP_VERSION } +${ APP_COMMIT } ` ;
Original file line number Diff line number Diff line change @@ -2032,9 +2032,6 @@ export function Sidebar() {
20322032 </ div >
20332033 < details className = "compact-details" >
20342034 < summary > Credits & Attribution </ summary >
2035- < p className = "field-help subtle-note" >
2036- Build: { APP_BUILD_LABEL } ({ isCurrentTestEnvironment ( ) ? "test" : "production" } )
2037- </ p >
20382035 < p className = "field-help subtle-note" >
20392036 Inspired by{ " " }
20402037 < a href = { PRIMARY_ATTRIBUTION . projectUrl } rel = "noreferrer" target = "_blank" >
@@ -2048,6 +2045,9 @@ export function Sidebar() {
20482045 </ details >
20492046 </ details >
20502047 < / s e c t i o n >
2048+ < footer className = "sidebar-footer" >
2049+ Build: { APP_BUILD_LABEL } ({ isCurrentTestEnvironment ( ) ? "test" : "production" } )
2050+ </ footer >
20512051
20522052 { profilePopupUser ? (
20532053 < ModalOverlay aria-label = "User Profile" onClose = { ( ) => setProfilePopupUser ( null ) } tier = "raised" >
Original file line number Diff line number Diff line change @@ -186,31 +186,13 @@ input {
186186}
187187
188188.sidebar-footer {
189- border : 1px solid color-mix (in srgb, var (--border ) 80% , transparent);
190- background : color-mix (in srgb, var (--surface-2 ) 92% , transparent);
191- border-radius : 12px ;
192- padding : 10px 12px ;
193- font-size : 0.78rem ;
194- }
195-
196- .sidebar-footer p {
197- margin : 0 0 4px ;
189+ margin-top : 2px ;
190+ padding : 0 2px ;
191+ font-size : 0.74rem ;
192+ line-height : 1.35 ;
198193 color : var (--muted );
199194}
200195
201- .sidebar-footer p : last-child {
202- margin-bottom : 0 ;
203- }
204-
205- .sidebar-footer a {
206- color : var (--accent );
207- text-decoration : none;
208- }
209-
210- .sidebar-footer a : hover {
211- text-decoration : underline;
212- }
213-
214196.sidebar-panel > header {
215197 display : flex;
216198 flex-direction : column;
Original file line number Diff line number Diff line change 11export const APP_VERSION = "0.0.0" ;
2- export const APP_COMMIT = "6d0ed5c0 " ;
2+ export const APP_COMMIT = "913f9fa1 " ;
33export const APP_BUILD_LABEL = `v${ APP_VERSION } +${ APP_COMMIT } ` ;
You can’t perform that action at this time.
0 commit comments