An app for logging board climbs
0
fork

Configure Feed

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

feat: update icon

+4 -3
+2 -2
www/index.ts
··· 81 81 landmarks: { 82 82 header: () => ({ 83 83 tag: 'ui-header-content', 84 - attrs: { title: 'Session', back: '', 'fallback-href': '/sessions' }, 84 + attrs: { title: 'Session', back: '', 'fallback-href': '#!/sessions' }, 85 85 }), 86 86 main: (ctx) => ({ 87 87 tag: 'session-page', ··· 114 114 landmarks: { 115 115 header: () => ({ 116 116 tag: 'ui-header-content', 117 - attrs: { title: 'About', back: '', 'fallback-href': '/settings' }, 117 + attrs: { title: 'About', back: '', 'fallback-href': '#!/settings' }, 118 118 }), 119 119 main: 'settings-about-page', 120 120 },
www/static/brand/design.afdesign

This is a binary file and will not be displayed.

www/static/brand/icon.png

This is a binary file and will not be displayed.

+2 -1
www/static/theme.css
··· 442 442 white-space: nowrap; 443 443 } 444 444 445 + ui-calendar-grid, 445 446 .cal-grid { 446 - grid-template-rows: repeat(7, 10px); 447 + grid-template-rows: repeat(7, auto); 447 448 grid-auto-flow: column; 448 449 } 449 450