Diese Datei sammelt automatisch erkannte FIXMEs in den Komponenten.
Update 2025-06-13
- Initial file created with automated annotator script
scripts/annotate-components.js.
Update 2025-06-09 - Automated annotations
@smolitux/core
| Komponente | FIXMEs |
|---|
| Dropdown | Props nicht typisiert |
| Flex | Props typisiert (behoben) |
| Menu | Props nicht typisiert |
@smolitux/layout
| Komponente | FIXMEs |
|---|
| Grid | Props nicht typisiert |
| Navigation | – |
@smolitux/federation
| Komponente | FIXMEs |
|---|
| ActivityStream | Props nicht typisiert |
| CrossPlatformShare | Props nicht typisiert |
| FederatedSearch | Props nicht typisiert |
| FederationStatus | Props nicht typisiert |
| PlatformSelector | Props nicht typisiert |
| ProtocolHandler | Props nicht typisiert |
| ActivityPubViewer | Props nicht typisiert |
| IdentityBridge | Props nicht typisiert |
| FederationSettings | Props nicht typisiert |
Update 2025-06-09
- Fixed ESLint config to enable linting.
Update 2025-06-14
- Marked Flex props as typed.
Update 2025-06-15
- Updated linting workflow using ESLint flat configuration.
Update 2025-06-09
- Added DeFiDashboard implementation notes.
- Added privacy preference hooks; no FIXMEs
- Added ChatInterface component without FIXMEs.
- SpeechSynthesis component added; no FIXMEs.
Update 2025-06-16
- Added guards utility entry.
- [@smolitux/theme] Remove legacy provider file ✅
Update 2025-06-16
- No remaining FIXMEs for @smolitux/testing after adding config utility.
- Added federation component FIXMEs for new components.