Commit Graph

1414 Commits

Author SHA1 Message Date
danidfra a92a427654 Remove "variables.scss" 2024-11-13 14:22:19 -03:00
danidfra 70c98a0e89 Remove "modal.scss" 2024-11-13 13:21:30 -03:00
danidfra a9e8c57979 Remove "fonts.scss" 2024-11-13 13:02:24 -03:00
Alex Gleason 6bff6037d6 Merge branch 'error-msg' into 'main'
ErrorBoundary: always display error messages

See merge request soapbox-pub/soapbox!3242
2024-11-13 03:54:46 +00:00
Alex Gleason aceaa90b96
ErrorBoundary: always display error messages 2024-11-12 21:50:05 -06:00
danidfra 2cc5994e61 Fix "external-video" from preview-card 2024-11-12 20:22:40 -03:00
danidfra 5545a2432b Remove "columns.scss" 2024-11-12 18:38:26 -03:00
danidfra 787bfae75e Remove "forms.scss" 2024-11-12 18:33:30 -03:00
danidfra 388eeee9db Remove "notification.scss" 2024-11-12 15:44:12 -03:00
danidfra 3e63432284 Remove "reply-mentions" styles 2024-11-12 15:26:23 -03:00
danidfra 9cbe0cc41e Remove "media-gallery.scss" 2024-11-12 15:17:53 -03:00
danidfra e80e996d9c Remove "navigation.scss" 2024-11-12 14:54:04 -03:00
danidfra 51bd1c0d73 Remove "display-name.scss" 2024-11-12 14:47:53 -03:00
danidfra b70ab9a167 Remove "detailed-status.scss" and fix "background" of thread 2024-11-12 14:29:57 -03:00
danidfra a28e061eb2 Remove "utilities.scss" and change "emoji-lg img.emojione" to custom tailwind 2024-11-12 13:14:34 -03:00
danidfra 6cd3497381 Remove "buttons.scss" 2024-11-12 13:10:40 -03:00
danidfra 623eb5d83e Remove "audio-player.scss" and "video-player.scss" 2024-11-12 13:09:02 -03:00
danidfra 84342da4ea Change classname "autosuggest-emoji" to use only Tailwind 2024-11-12 13:08:18 -03:00
danidfra e6bc548b10 Change "import" to "use" 2024-11-12 13:05:02 -03:00
danidfra 6862a6fd2d Remove "button-theme-muted" 2024-11-12 13:01:42 -03:00
danidfra 278d8b7099 Change div to button 2024-11-12 13:00:38 -03:00
danidfra 5252e1212c Merge remote-tracking branch 'origin' into fix-classnames 2024-11-12 12:58:37 -03:00
danidfra 2222271550 Remove unnecessary classname "button-theme-icon" 2024-11-11 11:44:49 -03:00
danidfra a554156994 Merge remote-tracking branch 'origin/main' into fix-anchor-used-as-button 2024-11-11 11:44:03 -03:00
Alex Gleason 2f54640bea
Fix cryptocurrency icons 2024-11-10 22:06:17 -06:00
Alex Gleason 606789ffc3
Add missing dogecoin icon, fix display of unknown cryptocurrency icons 2024-11-10 18:50:49 -06:00
Alex Gleason 853f6d9716
sass: switch @import to @use 2024-11-10 17:38:00 -06:00
danidfra 4e1c6fc5b3 Merge remote-tracking branch origin/main into fix-anchor-used-as-button 2024-11-10 20:18:22 -03:00
Alex Gleason 80bc0f1feb
Remove becoming a developer through the JS console 2024-11-10 15:40:20 -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 8dac2c52db
Move ui components out of unnecessary subdirectories 2024-11-10 14:25:50 -06:00
Alex Gleason 662d2aaf93
Don't scroll to the top when navigating between posts in a thread
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1778
2024-11-10 12:07:51 -06:00
Alex Gleason c6a3c19611
Avoid `using` syntax 2024-11-10 01:15:14 -06:00
Alex Gleason 954e074325
Add file extensions to all imports 2024-11-09 21:18:55 -06:00
Alex Gleason 3e61215afa
Upgrade formatjs and react-intl 2024-11-09 18:22:49 -06:00
Alex Gleason 8892c585a3
bunker: use "using" again 2024-11-09 18:14:19 -06:00
Alex Gleason dc3779fad7
Prefer file extensions on imports 2024-11-09 17:17:20 -06:00
Alex Gleason 013582e9e4
Delete blank empty lines at the top of source code files 2024-11-09 17:01:25 -06:00
Alex Gleason 6e33ff2b45
tsconfig: enable noUnusedLocals 2024-11-09 16:40:25 -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
Alex Gleason b5bf0cd967
Remove accidental extra line in test file imports 2024-11-09 15:33:00 -06:00
Alex Gleason 07776e6296
tsconfig: enable isolatedModules 2024-11-09 15:31:19 -06:00
Alex Gleason 7f007eb612
tsconfig: remove typeRoots 2024-11-09 14:51:33 -06:00
Alex Gleason 2dbda40969
Import vitest functions explicitly, remove "vitest/globals" from tsconfig 2024-11-09 13:44:37 -06:00
Alex Gleason 223533f4db
Fix random type errors now that imports are type safe 2024-11-08 19:22:51 -06:00
Alex Gleason 5667e02aa7
Remove gameboy.tsx (sad) 2024-11-08 19:01:03 -06:00
Alex Gleason 9d9f237fd2
Rewrite all `require` to ES6 imports 2024-11-08 18:32:42 -06:00
Alex Gleason 8c130e6bef
Remove usage of csstype package 2024-11-08 16:42:35 -06:00
danidfra bf30794710 Eliminate fragility 2024-11-07 15:40:27 -03:00
danidfra 14f87e1177 Merge remote-tracking branch 'origin/main' into change-upload-to-only-tailwind 2024-11-07 15:39:29 -03:00
danidfra 93bba08567 Merge remote-tracking branch 'origin/main' into add-nip-05-modal 2024-11-07 15:18:15 -03:00
P. Reis 2e8b483ea2 refactor: only display zap-split if backend has nostr, rename 'manage-zap-split-page' to 'wide-page' 2024-11-06 16:28:17 -03:00
danidfra 783176fd87 Change classNames "material-status" to use only Tailwind 2024-11-06 16:10:18 -03:00
danidfra ea9719be51 Remove unused or non-existent class names and change 'status' to custom Tailwind 2024-11-06 16:04:05 -03:00
danidfra ed98e76256 Remove unused or non-existent class names 2024-11-06 13:45:31 -03:00
danidfra a0c194c193 Remove unused or non-existent class names 2024-11-06 02:36:03 -03:00
danidfra b8bffb8f3e Move onClick into a "button" in captcha 2024-11-06 02:34:43 -03:00
danidfra 80388d2cdc Change "thread" and "status--wrapper" to custom Tailwind 2024-11-06 02:27:19 -03:00
danidfra b92276553a Fix warning in "primary-500" 2024-11-06 01:26:03 -03:00
danidfra 76fd073c48 Fix warning in "site-preview" 2024-11-06 01:25:29 -03:00
danidfra 5d1cd6df5b Change "#" to "/" of href warning 2024-11-06 01:09:50 -03:00
danidfra aa232ed51a Fix anchor warning 2024-11-06 01:04:29 -03:00
danidfra 82d1ae01c6 Merge remote-tracking branch 'origin/main' into fix-anchor-used-as-button 2024-11-05 23:43:47 -03:00
danidfra f476d6c78c Change classNames "svg-icon--backspace" and "search__icon" in "search" component to use only Tailwind and change "search__icon" to custom Tailwind 2024-11-05 23:14:39 -03:00
danidfra 3345b24451 Remove unused class name 2024-11-05 21:22:40 -03:00
danidfra 038f3a13ed Change classname "focusable" to custom Tailwind 2024-11-05 20:59:07 -03:00
danidfra 0de1f24d24 Remove unused class name 2024-11-05 20:58:26 -03:00
danidfra 73fe3047f5 Change classname "error-column" to custom Tailwind 2024-11-05 20:29:26 -03:00
danidfra 4f9b9b82a8 Change classname "mention" to custom Tailwind 2024-11-05 19:23:38 -03:00
danidfra 5e857d824e Change class name "image-loader" to custom Tailwind and remove unused class name 2024-11-05 19:16:39 -03:00
danidfra 348a4f4bbf Change classname "image-loader" to custom Tailwind 2024-11-05 16:03:15 -03:00
danidfra 46e849d8e3 Change classname "divide-x-dot" to custom Tailwind 2024-11-05 15:38:47 -03:00
danidfra e2043fdfc7 Remove unnecessary space 2024-11-05 15:25:42 -03:00
danidfra d39f738641 Change classNames "compose-form__modifiers" to use only Tailwind 2024-11-05 15:23:30 -03:00
danidfra 91a4051fa5 Update inset value in dark:inset 2024-11-05 15:22:53 -03:00
danidfra 05745be0fa Change classNames "compose-form__warning" to use only Tailwind 2024-11-05 15:18:49 -03:00
danidfra 7763135428 Change classNames "autosuggest-emoji" to use only Tailwind 2024-11-05 15:06:51 -03:00
danidfra 3365b8a28e Change classNames "thumb-navigation" to use only Tailwind 2024-11-05 13:12:18 -03:00
danidfra 203979113c Change classNames "search" in location-search to use only Tailwind 2024-11-04 22:01:03 -03:00
danidfra ada9e53ff2 Fix action-modal 2024-11-04 21:41:18 -03:00
danidfra 9c1d5260b4 Change classNames "status-check" to use only Tailwind 2024-11-04 20:37:05 -03:00
danidfra 1db4edf6e2 Change "upload" to use only Tailwind 2024-11-04 20:07:36 -03:00
danidfra ceb00418a4 Change classNames "privacy-dropdown" to use only Tailwind 2024-11-04 17:10:56 -03:00
danidfra 0f92777007 Change classNames "empty-column-indicator" and "slist__append" to use only Tailwind 2024-11-04 16:12:23 -03:00
danidfra bf0c15c4bc Change classNames "empty-column-indicator" and "aliases" in features/aliases to use only Tailwind 2024-11-04 14:57:24 -03:00
danidfra fa1aba3c3a Change className "regeneration-indicator" to use only Tailwind 2024-11-04 14:33:38 -03:00
danidfra c72f2bc5ad Change className "media-spoiler-video", "media-spoiler-audio" and "media-gallery" in status-media to use only Tailwind 2024-11-04 14:28:19 -03:00
danidfra 80103b39b1 Change className "load-more" to use only Tailwind 2024-11-04 13:21:18 -03:00
danidfra 19160af7df Change className "icon-button" to use only Tailwind 2024-11-04 12:19:26 -03:00
danidfra 8e3d89ea75 Remove className "hover-status-wrapper" that has no styling 2024-11-04 11:55:24 -03:00
danidfra e3457dd760 Remove className "hover-ref-wrapper" that has no styling 2024-11-04 11:53:19 -03:00
danidfra 56fd528a39 Change className "status-card" in preview-card to use only Tailwind 2024-11-04 11:46:43 -03:00
danidfra 1d8ab20ddb chore: commented out component due to missing styles 2024-11-04 11:44:41 -03:00
danidfra 96c32db30a Merge remote-tracking branch 'origin/main' into fix-classnames 2024-11-03 19:59:51 -03:00
danidfra bd8e7cf4ff Change preview-card to use only Tailwind 2024-11-03 19:58:47 -03:00
danidfra f24eb6452e Change classnames "reply-mentions" to use only Tailwind 2024-11-03 19:18:31 -03:00
danidfra ce0301adc7 Merge remote-tracking branch 'origin/main' into fix-classnames 2024-11-03 18:50:32 -03:00
danidfra 270d1806a9 Fix seek volume 2024-11-03 18:31:44 -03:00
danidfra 19f91c72ec Merge remote-tracking branch 'origin/main' into fix-media-galerry-warning 2024-11-02 19:28:45 -03:00