Compare commits

..
3 Commits
Author SHA1 Message Date
arswarog b10f16c385 feat(theme): Nord-тема для Mermaid диаграмм в тёмном режиме
feat(theme): Nord mermaid только в тёмном режиме через swizzle

fix(theme): useMemo для config mermaid — убрать бесконечный ре-рендер
2026-08-08 10:13:37 +03:00
arswarog bebeae4a6a feat(theme): тёмная тема на палитре Nord 2026-08-08 10:13:37 +03:00
arswarog 77a2270b14 demo: добавление на главную "рыбы" 2026-08-08 10:13:37 +03:00
-3
View File
@@ -8,13 +8,10 @@
classDiagram classDiagram
class IApi class IApi
class ProductService { class ProductService {
+IProduct[] getProducts +IProduct[] getProducts
} }
ProductService --> IApi ProductService --> IApi
Animal <|-- Duck Animal <|-- Duck