Skip to content

Commit e1a5851

Browse files
fix: Update SVG viewBox dimensions for mobile and desktop feature illustrations in features-mobile.svg and features.svg. (#201)
1 parent 7c2dd80 commit e1a5851

File tree

7 files changed

+8
-3
lines changed

7 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Bug #197: Update workflows and documentation for improved CI/CD processes and feature clarity (@terabytesoftw)
77
- Bug #198: Add `Super-Linter` badge to `README.md` for enhanced CI visibility (@terabytesoftw)
88
- Bug #199: Correct indentation in console configuration section of `README.md` (@terabytesoftw)
9+
- Bug #201: Update SVG viewBox dimensions for mobile and desktop feature illustrations in `features-mobile.svg` and `features.svg` (@terabytesoftw)
910

1011
## 0.1.1 September 03, 2025
1112

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Start the server in daemon mode
7777
./rr serve -d
7878
```
7979

80+
> [!IMPORTANT]
8081
> Your application will be available at `https://localhost:8443` or at the address set in the `rr.yaml` file.
8182
8283
#### Directory structure
@@ -143,7 +144,7 @@ final class SiteController extends Controller
143144

144145
## Quality code
145146

146-
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=main&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic)
147+
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/app-basic/tree/road-runner)
147148
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white)](https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml?query=branch%3Aroad-runner)
148149
[![Super-Linter](https://img.shields.io/github/actions/workflow/status/yii2-extensions/app-basic/linter.yml?style=for-the-badge&label=Super-Linter&logo=github)](https://github.com/yii2-extensions/app-basic/actions/workflows/linter.yml?query=branch%3Aroad-runner)
149150
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=styleci&logoColor=white)](https://github.styleci.io/repos/165419144?branch=road-runner)

docs/svgs/features-mobile.svg

Lines changed: 1 addition & 1 deletion
Loading

docs/svgs/features.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/Acceptance.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for acceptance tests.

tests/Functional.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for functional tests

tests/Unit.suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Codeception Test Suite Configuration
23
#
34
# Suite for unit or integration tests.

0 commit comments

Comments
 (0)