This commit is contained in:
Stephan D
2025-11-23 15:49:24 +01:00
parent f6a6be13d1
commit 1fcd77cd95
6 changed files with 3 additions and 108 deletions

48
.vscode/launch.json vendored
View File

@@ -1,48 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "pshared",
"cwd": "frontend/pshared",
"request": "launch",
"type": "dart"
},
{
"name": "pshared (profile mode)",
"cwd": "frontend/pshared",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pshared (release mode)",
"cwd": "frontend/pshared",
"request": "launch",
"type": "dart",
"flutterMode": "release"
},
{
"name": "pweb",
"cwd": "frontend/pweb",
"request": "launch",
"type": "dart"
},
{
"name": "pweb (profile mode)",
"cwd": "frontend/pweb",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pweb (release mode)",
"cwd": "frontend/pweb",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

View File

@@ -1,9 +0,0 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/pipeline/frontend/yaml/linter/schema/schema.json": [
".woodpecker/*.yml",
".woodpecker.yml",
"woodpecker.yml"
]
}
}

View File

@@ -1,48 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "pshared",
"cwd": "pshared",
"request": "launch",
"type": "dart"
},
{
"name": "pshared (profile mode)",
"cwd": "pshared",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pshared (release mode)",
"cwd": "pshared",
"request": "launch",
"type": "dart",
"flutterMode": "release"
},
{
"name": "pweb",
"cwd": "pweb",
"request": "launch",
"type": "dart"
},
{
"name": "pweb (profile mode)",
"cwd": "pweb",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pweb (release mode)",
"cwd": "pweb",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}

View File

@@ -1,5 +1,5 @@
name: pweb
description: "sendico B2B Web Client"
description: "Sendico B2B Web Client"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

View File

@@ -18,7 +18,7 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="sendico">
<meta name="description" content="Sendico">
<!-- iOS meta tags & icons -->
<meta name="mobile-web-app-capable" content="yes">

View File

@@ -5,7 +5,7 @@
"display": "standalone",
"background_color": "#0175C2",
"theme_color": "#0175C2",
"description": "sendico",
"description": "Sendico",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [