Compare commits

..

14 Commits

Author SHA1 Message Date
Ilia Mashkov 2d8c469275 chore(Footer): move components to separate directories
Workflow / build (pull_request) Failing after 8m41s
Workflow / publish (pull_request) Has been skipped
2026-04-23 13:19:35 +03:00
Ilia Mashkov c79eb3f815 feat(FooterLink): move FooterLink to the Footer widget layer, delete the one in shared/ui 2026-04-23 13:19:35 +03:00
Ilia Mashkov 7a510e7acf feat(Footer): tweak the footer position 2026-04-23 13:19:35 +03:00
Ilia Mashkov 32b864f7d2 feat(Link): create reusable Link ui component 2026-04-23 13:19:35 +03:00
Ilia Mashkov 1df03637a9 feat(ComparisonView): replace window resize listener with ResiseObserver on the container to catch the container size change on sidebar open/close 2026-04-23 12:45:13 +03:00
Ilia Mashkov cb7218cf3d feat: brand colored text selection 2026-04-23 10:08:44 +03:00
Ilia Mashkov a68f754b1c feat: replace clsx with cn util 2026-04-23 09:48:32 +03:00
Ilia Mashkov 1332b45bc1 feat(SliderArea): tweak the styles 2026-04-23 09:42:59 +03:00
Ilia Mashkov 0d4d91ab8f feat(FooterLink): tweak the styles 2026-04-23 09:42:33 +03:00
Ilia Mashkov 734ca2ce1b feat(Footer): change the footer styles and layout to avoid overlapping with the TypographyMenu 2026-04-23 09:41:31 +03:00
Ilia Mashkov 16c2fda843 feat(shared): add cn utility for tailwind-aware class merging 2026-04-23 09:38:30 +03:00
Ilia Mashkov aea9fde9ff fix: workflow 2026-04-22 16:11:05 +03:00
Ilia Mashkov 7e847640ad test: add timeout to fail the test instead of OOM 2026-04-22 15:24:28 +03:00
Ilia Mashkov f97afc2425 fix(createVirtualizer): add window check to resolve the ReferenceError 2026-04-22 13:37:23 +03:00
+1 -3
View File
@@ -13,9 +13,7 @@ export default defineConfig({
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
globals: true,
testTimeout: 15000,
pool: 'forks',
maxWorkers: 1,
isolate: false,
maxWorkers: process.env.CI ? 1 : undefined,
},
resolve: {