Skip to content

Commit

Permalink
[desktop]: Migrate layout to primeng and tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Jan 26, 2025
1 parent 3bcbb03 commit 34f1623
Show file tree
Hide file tree
Showing 15 changed files with 775 additions and 798 deletions.
Binary file modified desktop/guider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified desktop/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified desktop/sequencer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions desktop/src/app/app.theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { definePreset } from '@primeng/themes'
import Aura from '@primeng/themes/aura'
import type { AuraBaseDesignTokens } from '@primeng/themes/aura/base'
import type { ButtonDesignTokens } from '@primeng/themes/types/button'
import type { CheckboxDesignTokens } from '@primeng/themes/types/checkbox'
import type { ChipDesignTokens } from '@primeng/themes/types/chip'
import type { DialogDesignTokens } from '@primeng/themes/types/dialog'
import type { FloatLabelDesignTokens } from '@primeng/themes/types/floatlabel'
Expand Down Expand Up @@ -59,7 +60,7 @@ export const AppTheme: AuraBaseDesignTokens = definePreset(Aura, {
},
formField: {
filledBorderColor: 'transparent',
disabledBackground: '{surface.900}',
disabledBackground: 'transparent',
background: '{surface.800}',
shadow: 'none',
borderColor: 'transparent',
Expand Down Expand Up @@ -106,7 +107,7 @@ export const AppTheme: AuraBaseDesignTokens = definePreset(Aura, {
borderColor: 'transparent',
hoverBorderColor: '{surface.800}',
focusBorderColor: '{surface.800}',
disabledBackground: '{surface.900}',
disabledBackground: 'transparent',
},
overlay: {
background: '{surface.800}',
Expand Down Expand Up @@ -198,5 +199,10 @@ export const AppTheme: AuraBaseDesignTokens = definePreset(Aura, {
color: '{red.500}',
},
} as ChipDesignTokens,
checkbox: {
root: {
filledBackground: '{surface.600}',
},
} as CheckboxDesignTokens,
},
} as AuraBaseDesignTokens)
Loading

0 comments on commit 34f1623

Please sign in to comment.