commits
* feat: labels wip
* refactor: replace BoardsProvider with StoresProvider and update moderation handling
* fix: remove unused code
- Updated EditButton to use agent's assertDid for setting boards.
- Simplified Feed component by removing unused imports and props.
- Added PLC_DIRECTORY constant for external service URL.
- Enhanced useBoardItems and useBoards hooks to accept optional DID parameter for better flexibility.
- Introduced getAllPosts utility function for batch fetching posts.
- Modified BoardItem schema to make createdAt optional.
- Refactored boards store to support multi-DID management and improved state handling.
- Removed custom map storage utility as it's no longer needed.
- Added InfiniteScrollWrapper component for better handling of infinite scrolling.
- Implemented Progress component for visual feedback during loading states.
- Created useBoardPosts hook for managing board-specific post fetching and caching.
- Developed did store for caching DID documents with expiration policies.
- Established posts store for managing board posts with caching and pagination.
- Implemented utility functions for resolving PDS agents based on DID documents.
- Updated EditButton to use agent's assertDid for setting boards.
- Simplified Feed component by removing unused imports and props.
- Added PLC_DIRECTORY constant for external service URL.
- Enhanced useBoardItems and useBoards hooks to accept optional DID parameter for better flexibility.
- Introduced getAllPosts utility function for batch fetching posts.
- Modified BoardItem schema to make createdAt optional.
- Refactored boards store to support multi-DID management and improved state handling.
- Removed custom map storage utility as it's no longer needed.
- Added InfiniteScrollWrapper component for better handling of infinite scrolling.
- Implemented Progress component for visual feedback during loading states.
- Created useBoardPosts hook for managing board-specific post fetching and caching.
- Developed did store for caching DID documents with expiration policies.
- Established posts store for managing board posts with caching and pagination.
- Implemented utility functions for resolving PDS agents based on DID documents.