Skip to content

Commit

Permalink
feat: Improve dark mode and fix npm build assets github actions (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts authored Aug 15, 2024
1 parent 524078a commit d07c609
Show file tree
Hide file tree
Showing 92 changed files with 415 additions and 279 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.3
- name: Install dependencies
run: pnpm install
run: |
composer install --no-interaction
pnpm install
- name: Build assets
run: pnpm build
- name: Pull changes
Expand Down
4 changes: 3 additions & 1 deletion packages/admin/config/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@

/*
|--------------------------------------------------------------------------
| Admin Brand Name
| Admin Brand Logo
|--------------------------------------------------------------------------
|
| This will be displayed on the login page and in the sidebar's header.
| This is your site's logo. It will be loaded directly from the public folder
| Ex: '/images/logo.svg'
|
*/

Expand Down
Loading

0 comments on commit d07c609

Please sign in to comment.