Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c4d3ebc
core(MWE-183): updated packages
Yogyerek1 Oct 1, 2025
3325c64
chore(MWE-183): partial cookie concent component implementation
Yogyerek1 Oct 2, 2025
f2ce862
chore(MWE-183): partial cookie concent component frontend fixed
Yogyerek1 Oct 2, 2025
aee27d0
chore(MWE-183): added refacted component
Yogyerek1 Oct 4, 2025
e58d833
chore(MWE-183): updated packages
Yogyerek1 Oct 4, 2025
c8f3435
chore(MWE-183): fixed import
Yogyerek1 Oct 4, 2025
00a0624
chore(MWE-183): fixed tailwind styles to be included in the client apps
vycos-zen Oct 4, 2025
147b7e6
chore(MWE-183): fixed tailwind styles to be included in the client apps
vycos-zen Oct 4, 2025
3ab981c
chore(MWE-183): added CookieService
Yogyerek1 Oct 4, 2025
057d3dd
chore(MWE-183): repair of buttons
Yogyerek1 Oct 4, 2025
58ff512
chore(MWE-183): fixed bugs
Yogyerek1 Oct 5, 2025
88fe75a
chore(MWE-183): imported button component
Yogyerek1 Oct 8, 2025
e2e55c7
Merge branch 'main' into feature/mwe-183_cookie_consent
vycos-zen Oct 8, 2025
a6b5d80
chore(MWE-183): updated dependencies
vycos-zen Oct 8, 2025
2512895
chore(MWE-183): add reusable checkbox component and start CookieConse…
Yogyerek1 Oct 9, 2025
8f4a897
chore(MWE-183): added dynamics
Yogyerek1 Oct 14, 2025
a2ba1be
Merge branch 'main' into feature/mwe-183_cookie_consent
vycos-zen Oct 17, 2025
5675dc0
chore(MWE-183): updated packages, fixed build issues
vycos-zen Oct 17, 2025
1d92e25
chore(MWE-183): fixed PR findings
vycos-zen Oct 17, 2025
11b5525
chore(MWE-183): fixed lock file
vycos-zen Oct 17, 2025
6cd3a7c
chore(MWE-183): removed unwanted package
vycos-zen Oct 17, 2025
5ab8ead
core(MWE-183): added dropdown content
Yogyerek1 Oct 28, 2025
cae7407
Merge branch 'main' into feature/mwe-183_cookie_consent
Yogyerek1 Oct 28, 2025
f0489ac
chore(MWE-183): minor changes and colors added
Yogyerek1 Oct 28, 2025
dc63fd7
chore(MWE-183): convert CookieOptions list to record and use object.k…
Yogyerek1 Oct 29, 2025
97df03a
Merge branch 'main' into feature/mwe-183_cookie_consent
Yogyerek1 Nov 1, 2025
ae8b669
chore(MWE-183): refactor CookieConsent component
Yogyerek1 Nov 1, 2025
c492db7
chore(MWE-183): added ButtonVariant
Yogyerek1 Nov 1, 2025
42d7bbb
Update packages-ui/mwe-ui-core/src/core/CookieOptions.ts
vycos-zen Nov 1, 2025
9be7ab5
Update packages-ui/mwe-ui-core/src/core/components/CookieConsent.tsx
vycos-zen Nov 1, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(MWE-183): fixed tailwind styles to be included in the client apps
  • Loading branch information
vycos-zen committed Oct 4, 2025
commit 00a0624f6ea488f7d1af018b95e87b67ef71d2fe
1 change: 1 addition & 0 deletions apps-ui/john-glenn-ui/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const config: Config = {
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'../../packages-ui/ui-core/src/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {
Expand Down
1 change: 1 addition & 0 deletions apps-ui/sleeping-dragon-ui/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.