Commit Graph

19 Commits

Author SHA1 Message Date
Alex Gleason aceaa90b96
ErrorBoundary: always display error messages 2024-11-12 21:50:05 -06:00
Alex Gleason 0c228e13f3
Remove src/hooks barrel export 2024-11-10 15:18:44 -06:00
Alex Gleason 513b7d8ef9
Remove components/ui barrel import 2024-11-10 15:05:02 -06:00
Alex Gleason 954e074325
Add file extensions to all imports 2024-11-09 21:18:55 -06:00
Alex Gleason be3e86eff2
tsconfig: switch to react-jsx transform, update code to not import React directly 2024-11-09 16:13:56 -06:00
danidfra 97036d3c42 Adjust tailwind css classnames order 2024-10-22 22:25:54 -03:00
danidfra 5e97e6e0ef Fix untranslated text warnings
- Fix untranslated text
 - Adjust Tailwind class order
 - Adjust indentation
2024-10-22 16:48:35 -03:00
Alex Gleason 6d5b4189e5
eslint --fix 2024-10-18 22:00:13 -05:00
Alex Gleason eb5cc2a04a
Upgrade React to v18.3 2024-09-26 11:15:48 -05:00
marcin mikołajczak fb9a7fc8b7 Call it 'beta' for now
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-24 17:39:39 +01:00
Alex Gleason 8108ac2a67
yarn lint:js --fix 2023-12-20 21:17:33 -06:00
Alex Gleason c518d82359
Enable SentryFeedbackForm, it works! 2023-10-21 18:36:01 -05:00
Alex Gleason 23efda1590
SiteErrorBoundary: disable SentryFeedbackForm for now 2023-10-21 18:00:28 -05:00
Alex Gleason cbc14604c9
Move SentryFeedbackForm into a separate component 2023-10-21 17:46:57 -05:00
Alex Gleason fb190398c6
Add a Sentry feedback form which does not work 2023-10-21 17:39:39 -05:00
Alex Gleason 882f7c38c5
Fix `rows` prop in Textarea, use Textarea in SiteErrorBoundary 2023-10-21 16:11:52 -05:00
Alex Gleason c33ff771da
SiteErrorBoundary: rework conditionals for Sentry and production 2023-10-21 15:52:37 -05:00
Alex Gleason 5bbce463e7
SiteErrorBoundary: refactor links, optimize for production 2023-10-21 15:43:25 -05:00
Alex Gleason 45c1d252ba
error-boundary.ts -> site-error-boundary.ts 2023-10-21 15:33:31 -05:00