Commit Graph
12 Commits
Author SHA1 Message Date
plebeius 3799dccd88 perf: prevent unnecessary re-renders from RPC client state changes 2026-01-14 15:05:45 +01:00
plebeius fa32833b2a perf(components): prevent rerenders from updatingState
Use Zustand selectors with custom equality functions to only subscribe to specific fields needed by components, avoiding unnecessary rerenders when transient state like updatingState changes. Extract offline indicators into separate components to isolate rerenders. Memoize card components in catalog and popular threads views.
2026-01-02 16:42:16 +01:00
plebeius 34bebda4f7 fix eslint warnings 2025-12-23 19:21:48 +01:00
plebeius 5e79ce91b6 refactor: remove description and rules mock posts
Removed all fake posts for subplebbit description and rules, including dedicated routes, components, and all related logic across the codebase. Board admins can now pin regular posts if they want to provide a description.
2025-12-23 19:14:25 +01:00
plebeius d78fed1fda refactor(routing): migrate to directory-based board routing 2025-11-07 12:50:58 +01:00
Tom (plebeius.eth) dcb05ed3a0 perf: prioritize cached data from API, improving navigation speed and memory consumption 2025-03-06 13:15:33 +01:00
Tom (plebeius.eth) 0748673bad fix key warnings 2025-03-04 16:45:34 +01:00
Tom (plebeius.eth) c40c9e4df5 fix(board stats): while stats load, show ? as values instead of showing nothing (causing displacement) 2024-12-20 23:17:06 +01:00
Tom (plebeius.eth) d482d32467 feat(board stats): remember hide/show choice per subplebbit 2024-08-29 14:37:47 +02:00
Tom (plebeius.eth) 811405dea9 fix(subplebbit stats): stats box appeared even if stats are undefined 2024-07-10 17:51:58 +02:00
plebeius.eth 394c7d8a81 feat(app): add pending post view 2024-04-25 22:02:55 +02:00
plebeius.eth 9aab7624ec refactor: make components for rules, description, rename stats 2024-04-09 15:03:26 +02:00