diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9fe2095..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 56d4e72..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - ] - } -} \ No newline at end of file diff --git a/frontend/.vscode/launch.json b/frontend/.vscode/launch.json deleted file mode 100644 index dc71d8c..0000000 --- a/frontend/.vscode/launch.json +++ /dev/null @@ -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" - } - ] -} \ No newline at end of file diff --git a/frontend/pweb/pubspec.yaml b/frontend/pweb/pubspec.yaml index 00784a0..7d5ecc6 100644 --- a/frontend/pweb/pubspec.yaml +++ b/frontend/pweb/pubspec.yaml @@ -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 diff --git a/frontend/pweb/web/index.html b/frontend/pweb/web/index.html index b0cabc4..02926d6 100644 --- a/frontend/pweb/web/index.html +++ b/frontend/pweb/web/index.html @@ -18,7 +18,7 @@ - + diff --git a/frontend/pweb/web/manifest.json b/frontend/pweb/web/manifest.json index 5181b90..ebf2709 100644 --- a/frontend/pweb/web/manifest.json +++ b/frontend/pweb/web/manifest.json @@ -5,7 +5,7 @@ "display": "standalone", "background_color": "#0175C2", "theme_color": "#0175C2", - "description": "sendico", + "description": "Sendico", "orientation": "portrait-primary", "prefer_related_applications": false, "icons": [