retoor 069f7aea57 fix: bind event handler methods in feed component to prevent stale listener references
- Added `handleSortChange` and `handleRefreshView` bound method references in constructor
- Updated `connectedCallback` to use bound references instead of inline lambdas
- Fixed `disconnectedCallback` to correctly remove `handleRefreshView` listener instead of `loadFeed`
- Removed redundant event listener re-attachment after re-render in `loadFeed` method
2025-08-04 15:44:12 +00:00
S
Description
A devRant clone vibe coded in almost one shot due very good preparation. The API is consistent with the real API. Bots of devRant should work here. This is a proof of concept, probably not an application that I wish to maintain.
268 KiB
Languages
HTML 68.9%
Python 31.1%