Commit Graph
18 Commits
Author SHA1 Message Date
plebeius e0ed510fc6 perf(react-doctor): fix compiler-blocking patterns, raise score 72→81
Replace sync setState-in-effect with keyed remount and render-derived patterns in app, error-display, topbar-edit-modal, catalog-filters; use useCurrentTime() instead of Date.now() in hot paths; fix conditional hooks, passive scroll listeners, lodash path imports.
2026-02-18 15:31:01 +08:00
plebeius 18cea185e7 refactor: replace default lodash imports with named imports
Replaced `import _ from 'lodash'` with specific named imports (`capitalize`, `lowerCase`, `debounce`, `startCase`) across 18 files. This reduces bundle size and improves tree-shaking efficiency.
2026-02-11 19:01:09 +08:00
plebeius 596312357f fix(challenge modal): show board name in iframe confirmation message 2025-11-30 23:08:50 +01:00
plebeius 76e073228f fix(challenge-modal): improve mobile iframe challenge modal positioning and sizing 2025-11-26 22:52:29 +01:00
plebeius a7dc46fe2e feat: add iframe challenges (e.g. mintpass) 2025-11-26 22:09:03 +01:00
Tom (plebeius.eth) bb0fcb9c1a fix(challenge modal): on mobile the modal was incorrectly positioned on top left 2025-06-04 12:59:06 +02:00
Tom (plebeius.eth) d0a5e90907 update challenge modal 2025-03-04 15:59:32 +01:00
Tom (plebeius.eth) b162f6653c Update challenge-modal.tsx 2025-03-04 10:59:56 +01:00
Tom (plebeius.eth) a7beb3aebb fix(challenge modal): user could submit empty answer 2025-01-24 15:49:54 +01:00
Tom (plebeius.eth) 515007cbf6 feat(challenge modal): close with escape key 2025-01-24 13:03:07 +01:00
Tom (plebeius.eth) cd6e56a704 refactor: add 'stores' folder and move challenges store 2024-05-31 10:28:57 +02:00
Tom (plebeius.eth) 0701f82174 refactor: add hook use-is-mobile for use-window-width calls 2024-05-29 16:17:37 +02:00
plebeius.eth 5d124d2121 feat: add 'not found' view 2024-05-06 21:40:17 +02:00
plebeius.eth 9c2036a6a1 fix(challenge modal): disable draggable on mobile 2024-04-29 15:30:40 +02:00
plebeius.eth 0962c10685 feat: add reply modal 2024-04-28 20:08:41 +02:00
plebeius.eth ef1580e8c0 fix(challenge modal): react-draggable requires nodeRef in React StrictMode 2024-04-28 19:01:53 +02:00
plebeius.eth 6708a74c1e Update post-form 2024-04-28 17:12:19 +02:00
plebeius.eth cc5d042889 feat: add challenge modal 2024-04-26 19:13:23 +02:00