Compare commits
8 Commits
af1b4e92ac
...
v1.8.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
b085783ad8
|
|||
|
245f79d6f4
|
|||
|
06beb73068
|
|||
|
c3185b6a5a
|
|||
|
b6484aee9d
|
|||
|
ace2697de5
|
|||
|
14e02f3641
|
|||
|
5a14db5601
|
@@ -1,8 +1,13 @@
|
|||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="public/icons/icon-rounded.svg" width="128" height="128" alt="Marco App Icon">
|
<img src="public/icons/icon-rounded.svg" width="128" height="128" alt="Marco App Icon">
|
||||||
<h1>Marco</h1>
|
<h1>Marco</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
Marco (as in [Marco Polo][1]) is an unhosted maps application that respects
|
Marco (as in [Marco Polo][1]) is an unhosted maps application that respects
|
||||||
your privacy and choices. It allows users to connect their own remote storage
|
your privacy and choices. It allows users to connect their own remote storage
|
||||||
to sync place bookmarks across apps and devices.
|
to sync place bookmarks across apps and devices.
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ export default class SettingsPane extends Component {
|
|||||||
<p>
|
<p>
|
||||||
Connect your own <a href="https://remotestorage.io/"
|
Connect your own <a href="https://remotestorage.io/"
|
||||||
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
|
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
|
||||||
devices.
|
apps and devices.
|
||||||
</p>
|
</p>
|
||||||
<ul class="link-list">
|
<ul class="link-list">
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -288,6 +288,15 @@ body {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings-section p a {
|
||||||
|
color: #007bff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.settings-section p a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-full {
|
.btn-full {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,10 +9,10 @@
|
|||||||
<!-- App identity -->
|
<!-- App identity -->
|
||||||
<meta name="application-name" content="Marco">
|
<meta name="application-name" content="Marco">
|
||||||
<meta name="apple-mobile-web-app-title" content="Marco">
|
<meta name="apple-mobile-web-app-title" content="Marco">
|
||||||
<meta name="theme-color" content="#F6E9A6">
|
<meta name="theme-color" content="#333333">
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- PWA Manifest -->
|
||||||
<link rel="manifest" href="/manifest.webmanifest">
|
<link rel="manifest" href="/web-app-manifest.json">
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
|
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
|
||||||
|
|||||||
14
package.json
14
package.json
@@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "marco",
|
"name": "marco",
|
||||||
"version": "1.8.1",
|
"version": "1.8.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Small description for marco goes here",
|
"description": "Unhosted maps app",
|
||||||
"repository": "",
|
"repository": {
|
||||||
"license": "MIT",
|
"type": "git",
|
||||||
"author": "",
|
"url": "git+https://gitea.kosmos.org/raucao/marco.git"
|
||||||
|
},
|
||||||
|
"license": "AGPL-3.0-only",
|
||||||
|
"author": "Râu Cao <raucao@kosmos.org>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"imports": {
|
"imports": {
|
||||||
"#app/*": "./app/*",
|
"#app/*": "./app/*",
|
||||||
@@ -57,6 +60,7 @@
|
|||||||
"babel-plugin-ember-template-compilation": "^3.0.1",
|
"babel-plugin-ember-template-compilation": "^3.0.1",
|
||||||
"concurrently": "^9.2.1",
|
"concurrently": "^9.2.1",
|
||||||
"decorator-transforms": "^2.3.1",
|
"decorator-transforms": "^2.3.1",
|
||||||
|
"ember-cli": "^6.10.0",
|
||||||
"ember-cli-deprecation-workflow": "^4.0.0",
|
"ember-cli-deprecation-workflow": "^4.0.0",
|
||||||
"ember-modifier": "^4.2.2",
|
"ember-modifier": "^4.2.2",
|
||||||
"ember-page-title": "^9.0.3",
|
"ember-page-title": "^9.0.3",
|
||||||
|
|||||||
2454
pnpm-lock.yaml
generated
2454
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -5,8 +5,8 @@
|
|||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#F6E9A6",
|
"background_color": "#f8f9fa",
|
||||||
"theme_color": "#F6E9A6",
|
"theme_color": "#333333",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-192.png",
|
"src": "/icons/icon-192.png",
|
||||||
File diff suppressed because one or more lines are too long
1
release/assets/main-BcLOwTwc.css
Normal file
1
release/assets/main-BcLOwTwc.css
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -9,10 +9,10 @@
|
|||||||
<!-- App identity -->
|
<!-- App identity -->
|
||||||
<meta name="application-name" content="Marco">
|
<meta name="application-name" content="Marco">
|
||||||
<meta name="apple-mobile-web-app-title" content="Marco">
|
<meta name="apple-mobile-web-app-title" content="Marco">
|
||||||
<meta name="theme-color" content="#F6E9A6">
|
<meta name="theme-color" content="#333333">
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- PWA Manifest -->
|
||||||
<link rel="manifest" href="/manifest.webmanifest">
|
<link rel="manifest" href="/web-app-manifest.json">
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
|
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
|
||||||
@@ -26,8 +26,8 @@
|
|||||||
<meta name="msapplication-TileColor" content="#F6E9A6">
|
<meta name="msapplication-TileColor" content="#F6E9A6">
|
||||||
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
|
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/main-CYQJLBu1.js"></script>
|
<script type="module" crossorigin src="/assets/main-UPJ86bLK.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/main-B9HZHSjP.css">
|
<link rel="stylesheet" crossorigin href="/assets/main-BcLOwTwc.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "Marco",
|
"name": "Marco",
|
||||||
"short_name": "Marco",
|
"short_name": "Marco",
|
||||||
"description": "Marco (as in Marco Polo) is an unhosted maps application that respects your privacy and choices",
|
"description": "Marco is an unhosted maps application that respects your privacy and choices",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#F6E9A6",
|
"background_color": "#f8f9fa",
|
||||||
"theme_color": "#F6E9A6",
|
"theme_color": "#333333",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/icons/icon-192.png",
|
"src": "/icons/icon-192.png",
|
||||||
Reference in New Issue
Block a user