Skip to content

Commit

Permalink
Merge pull request #15 from iMattPro/updates
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
iMattPro authored Jan 1, 2025
2 parents b992e22 + 4c63e93 commit cf9a559
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ jobs:

- name: Send code coverage
if: ${{ matrix.COVERAGE == 1 }}
uses: codecov/codecov-action@v3
with:
files: ./phpBB3/build/logs/clover.xml
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# END MySQL and MariaDB Job

# START PostgreSQL Job
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@

Under development...

Gives phpBB board admins ability to manage web app icons and colour themes for their site.

[![Build Status](https://github.com/phpbb-extensions/pwakit/workflows/Tests/badge.svg)](https://github.com/phpbb-extensions/pwakit/actions)
[![codecov](https://codecov.io/gh/phpbb-extensions/pwakit/graph/badge.svg?token=34V2MQSY3H)](https://codecov.io/gh/phpbb-extensions/pwakit)

## To Do

- [x] Track existing images during install?
- [x] Ability to delete images from acp
- [x] Add a color picker next to the color fields
- [ ] Support multiple styles for color assignments
- [ ] Allow editing of site name and short name in ACP too
- [ ] tests
- [ ] ~~Allow editing of site name and short name in ACP too~~
- [ ] Add functional tests

## License

Expand Down

0 comments on commit cf9a559

Please sign in to comment.