feat: add infinite scrolling to global feed
- add paginated database query with offset/limit support
- create /api/feed endpoint for fetching more statuses
- implement infinite scroll JavaScript with automatic loading
- show 'beginning of time' message when all statuses loaded
- preserve all existing functionality without breaking changes