Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions arches/app/src/arches/themes/default.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import { definePreset, palette } from "@primeuix/themes";

// eslint-disable-next-line
// @ts-ignore: This is a workaround for PrimeVue theme import issues after v1.20
import Aura from "@primeuix/themes/aura";

const archesColors = Object.freeze({
Expand Down
1 change: 1 addition & 0 deletions releases/8.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Arches 8.0.4 Release Notes
- Fix bug related to scrolling for bulk importers [#12398] (https://github.com/archesproject/arches/pull/12398)
- Fix resource editor failure to render [#12408](https://github.com/archesproject/arches/pull/12408)
- Fix issue with the attached files not found for the branch/tile excel importers [#12426](https://github.com/archesproject/arches/pull/12426)
- Add workaround for PrimeVue theme import issues after upgrading to v1.20+ [#12443](https://github.com/archesproject/arches/issues/12443)

### Dependency changes:
```
Expand Down