5 Commits

Author SHA1 Message Date
06beb73068 1.8.2 2026-01-26 14:43:47 +07:00
c3185b6a5a Change theme and manifest bg color 2026-01-26 14:43:13 +07:00
b6484aee9d Improve settings sidebar 2026-01-26 14:42:56 +07:00
ace2697de5 Add ember-cli as dev dependency
So we can run generators etc.
2026-01-26 14:23:25 +07:00
14e02f3641 Complete package.json 2026-01-26 14:23:16 +07:00
12 changed files with 2481 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ export default class SettingsPane extends Component {
<p>
Connect your own <a href="https://remotestorage.io/"
target="_blank" rel="noopener">remote storage</a> to sync place bookmarks across
devices.
apps and devices.
</p>
<ul class="link-list">
<li>

View File

@@ -288,6 +288,15 @@ body {
margin-top: 1rem;
}
.settings-section p a {
color: #007bff;
text-decoration: none;
}
.settings-section p a:hover {
text-decoration: underline;
}
.btn-full {
width: 100%;
}

View File

@@ -9,7 +9,7 @@
<!-- App identity -->
<meta name="application-name" 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 -->
<link rel="manifest" href="/manifest.webmanifest">

View File

@@ -1,11 +1,14 @@
{
"name": "marco",
"version": "1.8.1",
"version": "1.8.2",
"private": true,
"description": "Small description for marco goes here",
"repository": "",
"license": "MIT",
"author": "",
"description": "Unhosted maps app",
"repository": {
"type": "git",
"url": "git+https://gitea.kosmos.org/raucao/marco.git"
},
"license": "AGPL-3.0-only",
"author": "Râu Cao <raucao@kosmos.org>",
"type": "module",
"imports": {
"#app/*": "./app/*",
@@ -57,6 +60,7 @@
"babel-plugin-ember-template-compilation": "^3.0.1",
"concurrently": "^9.2.1",
"decorator-transforms": "^2.3.1",
"ember-cli": "^6.10.0",
"ember-cli-deprecation-workflow": "^4.0.0",
"ember-modifier": "^4.2.2",
"ember-page-title": "^9.0.3",

2454
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,8 +5,8 @@
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#F6E9A6",
"theme_color": "#F6E9A6",
"background_color": "#f8f9fa",
"theme_color": "#333333",
"icons": [
{
"src": "/icons/icon-192.png",

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

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
<!-- App identity -->
<meta name="application-name" 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 -->
<link rel="manifest" href="/manifest.webmanifest">
@@ -26,8 +26,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-CYQJLBu1.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-B9HZHSjP.css">
<script type="module" crossorigin src="/assets/main-UPJ86bLK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-BcLOwTwc.css">
</head>
<body>
</body>

View File

@@ -1,12 +1,12 @@
{
"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": "/",
"scope": "/",
"display": "standalone",
"background_color": "#F6E9A6",
"theme_color": "#F6E9A6",
"background_color": "#f8f9fa",
"theme_color": "#333333",
"icons": [
{
"src": "/icons/icon-192.png",