Offline-capable geomap, meant for storing location bookmarks
0
fork

Configure Feed

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

chore: cleanup icons

+8 -4
+6 -2
www/index.ts
··· 69 69 main: 'r-settings-downloads', 70 70 header: () => ({ 71 71 tag: 'ui-header-content', 72 - attrs: { title: 'Offline Maps', back: '', 'fallback-href': '/settings' }, 72 + attrs: { 73 + title: 'Offline Maps', 74 + back: '', 75 + 'fallback-href': '#!/settings', 76 + }, 73 77 }), 74 78 }, 75 79 }, ··· 78 82 main: 'r-settings-about', 79 83 header: () => ({ 80 84 tag: 'ui-header-content', 81 - attrs: { title: 'About', back: '', 'fallback-href': '/settings' }, 85 + attrs: { title: 'About', back: '', 'fallback-href': '#!/settings' }, 82 86 }), 83 87 }, 84 88 },
+2 -2
www/manifest.json
··· 39 39 "orientation": "any", 40 40 "start_url": "/", 41 41 "display": "standalone", 42 - "theme_color": "#6baed6", 43 - "background_color": "#6baed6" 42 + "theme_color": "#327759", 43 + "background_color": "#327759" 44 44 }
www/static/brand/icon.png

This is a binary file and will not be displayed.

www/static/brand/spec.afdesign

This is a binary file and will not be displayed.

www/static/brand/title.png

This is a binary file and will not be displayed.