Commit Graph

3815 Commits (e45cd2d97d0290bcbcbd9e0fc2ef9a68c70ca7ff)

Author SHA1 Message Date
Alex Gleason 256d3b2fa2
Merge remote-tracking branch 'origin/develop' into pepe-extension
2 years ago
Justin cb5fbdf7d9 Account for different 'rule_type' on rules
2 years ago
Alex Gleason 211ddc9505 Merge branch 'search-nav' into 'develop'
2 years ago
Justin 4e47ee1bea Merge branch 'landing-page-dark-mode' into 'develop'
2 years ago
Alex Gleason 504940304a
SidebarNavigation: add back search button
2 years ago
Alex Gleason 99b76bb745
Fix LandingPage test. Fix rememberSoapboxConfig not importing (!!)
2 years ago
Alex Gleason 3785a2890f
Registrations aren't really open unless accountCreation is supported
2 years ago
Alex Gleason 7fecd521d7
Treat Pepe API as an extension, not a feature
2 years ago
Justin 6a11832d67 Merge branch 'add-cta-banner' into 'develop'
2 years ago
Justin c862825970 Add dark mode support to landing page
2 years ago
Justin 23e20568e1 Add Dark Mode support to landing page header
2 years ago
Justin c879f82b48 Remove beta page
2 years ago
Justin 173fbd6535 Include CtaBanner in layouts
2 years ago
Justin a8142d9e2b Add CtaBanner component
2 years ago
Justin 32a0438f23 Rename SignUpPanel
2 years ago
Alex Gleason 57cfd9b18e
EditFederationModal: convert to tsx
2 years ago
Alex Gleason 5a23d75aa5
InstanceModerationPanel: convert to tsx
2 years ago
Alex Gleason 035c974137
RemoteTimeline: convert to TSX
2 years ago
Alex Gleason 1991e5751d
PinnedHostsPicker: convert to TSX
2 years ago
Alex Gleason 57c8030374
InstanceInfoPanel: convert to TSX
2 years ago
Alex Gleason 570686b83a
RemoteInstancePage: convert to TSX
2 years ago
marcin mikołajczak 562812fecf Merge branch 'language-pl' into 'develop'
2 years ago
marcin mikołajczak 04d1539a76 Update Polish translation
2 years ago
marcin mikołajczak 19ff2a2e05 Account moving API is not part of Pleroma yet
2 years ago
Alex Gleason 1902e47412
Checkbox: add jsdoc comment
2 years ago
Alex Gleason c9ea4794ff
FormGroup: use hasError variable (tiny refactor)
2 years ago
Alex Gleason 06385acbe0
RegistrationForm: remove unused import, use single-quotes on string
2 years ago
Alex Gleason e7d02da096
Delete legacy ShowablePassword component (new <Input> component adapts to type='password')
2 years ago
Alex Gleason 08386e1c42
Merge branch 'registration' of gitlab.com:soapbox-pub/soapbox-fe into registration
2 years ago
Justin 989b1800fa Add CTA banner to the bottom of the page
2 years ago
Alex Gleason 3c08326806
Merge remote-tracking branch 'origin/develop' into registration
2 years ago
Alex Gleason 7226e0d871
RegistrationForm: use FormGroup errors instead of passing hasError directly
2 years ago
Alex Gleason d4ebfe474f
FormGroup: pass hasError to child component
2 years ago
Alex Gleason 5e531eda30
Input: add hasError styles
2 years ago
Alex Gleason 75c4582ce6
Merge remote-tracking branch 'origin/develop' into public-layout-improvements
2 years ago
Justin 136a6c99bf Add truncation to notification descriptor
2 years ago
Alex Gleason 3a0b88bb37 Merge branch 'stillimage-tsx' into 'develop'
2 years ago
Alex Gleason 24f40f9ecc Merge branch 'prefer-tabler' into 'develop'
2 years ago
Justin f4aa3fed77 Extend 'FormGroup' to support Checkbox
2 years ago
Justin 57a470f082 Merge branch 'fix-unauth-pages' into 'develop'
2 years ago
Justin 25477443ef Fix unauth page layout
2 years ago
Justin 03381c8fb2 Fix primary text on dark
2 years ago
Alex Gleason 7d3a0a8ab9
Break out LandingGradient into its own component
2 years ago
Alex Gleason 45f95bd533
Use gradient colors on PublicLayout
2 years ago
Alex Gleason 4d5f1d236d
gradient-purple, gradient-blue --> gradient-start, gradient-end
2 years ago
Alex Gleason e0701bd443
BackgroundShapes: actually, set element opacity instead of color opacity to reduce banding
2 years ago
Alex Gleason 02616fc312
Tweak gradient colors
2 years ago
Alex Gleason 4d79c1b3fe
Simplify gradient colors
2 years ago
Alex Gleason 1122b26695
Fix avatar test
2 years ago
Alex Gleason 939c74fe44
UI Avatar: add overflow-hidden className
2 years ago
Alex Gleason 84839a5104
Convert legacy Avatar component to TSX
2 years ago
Alex Gleason 575bc834f5
StillImage: convert to TSX
2 years ago
Alex Gleason adf7b9f3d6
Use settings.svg and mail.svg from Tabler
2 years ago
Alex Gleason 0863a34bfc
RegisterInvite: use ui components
2 years ago
Alex Gleason e0cc331781
Card: back button i18n
2 years ago
Alex Gleason 6ff34d77fd
RegisterInvite: move to AuthLayout
2 years ago
Alex Gleason 40f3b769fc
RegisterInvite: convert to TSX
2 years ago
Alex Gleason dd4f41f246
ExternalLogin: move to AuthLayout instead of UI
2 years ago
Alex Gleason 12b2be2927
Video: fix progress styles, fixes #942
2 years ago
Alex Gleason d2e4be0776
RegistrationForm: fix debounced function, make Submit button actually submit
2 years ago
Alex Gleason 4fe73cb3da
Display the RegistrationForm even on mobile
2 years ago
Alex Gleason 97a4bfec28
Captcha: improve style
2 years ago
Alex Gleason 43d494d43c
Improve legacy Checkbox styles
2 years ago
Alex Gleason 047c50cc02
Captcha: improve styles
2 years ago
Alex Gleason aa4faeb96c
Captcha: convert to tsx
2 years ago
Alex Gleason 907ccd9e24
RegistrationForm: improve error text
2 years ago
Alex Gleason f0cb0d5594
RegistrationForm: improve layout
2 years ago
Alex Gleason 165ddc91bd
RegistrationForm: use ui form inputs
2 years ago
Alex Gleason 90129818f2
RegistrationForm: convert to tsx
2 years ago
Alex Gleason 45a7dc5bcf Merge branch 'edit-profile-checkboxes' into 'develop'
2 years ago
Alex Gleason 1a4991c6f9
Move Toggle to components/ui
2 years ago
Alex Gleason eca6154cb9
EditProfile: remove fixed comment
2 years ago
Alex Gleason a777378016 Merge branch 'external-video-height' into 'develop'
2 years ago
Alex Gleason 06008bba2a
AccountSearch: convert to tsx
2 years ago
Alex Gleason 976363d456
AccountSearch: fix text being too huge
2 years ago
Alex Gleason 66bc0029c4
AccountSearch: convert to tsx
2 years ago
Alex Gleason e301255bf9
AccountSearch: fix text being too huge
2 years ago
Alex Gleason 1609118e14
SettingToggle: convert to TSX
2 years ago
Alex Gleason 2275a4e3fa
Toggle: improve styles (and on dark theme)
2 years ago
Alex Gleason 8ad66ec45a
Add custom Toggle component (wrapper around react-toggle)
2 years ago
Alex Gleason 04463b8aaf
EditProfile: use Toggle instead of Checkbox
2 years ago
Alex Gleason 44c234e3db
Fix external video embed height
2 years ago
Alex Gleason 568c41e302 Merge branch 'error-logo' into 'develop'
2 years ago
Alex Gleason 5284fa5313 Merge branch 'search-hashtags-crash' into 'develop'
2 years ago
Justin 6746642321 Improve Waitlist UX
2 years ago
Alex Gleason f2d59d901f
ErrorBoundary: only limit the logo's height (not width)
2 years ago
Alex Gleason a657b6374c
Search: fix crash on paginating hashtags
2 years ago
Alex Gleason e734c7c967 Merge branch 'soapbox-config' into 'develop'
2 years ago
marcin mikołajczak f40fdc3448 Merge branch 'search-results-divide' into 'develop'
2 years ago
marcin mikołajczak 80532116af Use Tabler Icons for attachment icons
2 years ago
marcin mikołajczak 801b5cb0cc Dark style for divide-gray-200
2 years ago
Alex Gleason 50f1131811
SitePreview: make it actually work
2 years ago
Alex Gleason b62a2db8a5
ThemeSelector: okay but definitely use onChange, not onBlur
2 years ago
Alex Gleason 40dda8b274
LinkFooter: add /soapbox/config link back
2 years ago
Alex Gleason ea8c33beed
SitePreview: clean up links
2 years ago
Alex Gleason f7d274954c
SoapboxConfig: reorganize and add headings
2 years ago
Alex Gleason c14c68cfce
SoapboxConfig: put theme items into List
2 years ago
Alex Gleason 758b14fd68
SoapboxConfig: change checkboxes to Toggle list
2 years ago
Alex Gleason ab7e123c96
SoapboxConfig: expand input widths
2 years ago
Alex Gleason db08a27657
SoapboxConfig: fix theme selector
2 years ago