feat: Add XRPC procedures for all actions
- Implemented deleteGallery, deleteItem, and updateGallery endpoints for gallery management.
- Added createFollow and deleteFollow endpoints for managing follow relationships.
- Introduced photo handling APIs including uploadPhoto, deletePhoto, createExif, and applyAlts.
- Created lexicons for gallery and photo operations to define input/output schemas.
- Enhanced graph functionality with methods to retrieve followers and following with profiles.
- Added favorite creation and deletion functionalities with corresponding lexicons.