Gabe Kangas
|
20ea5d051f
|
Clean up some styles and fix mobile rendering
|
3 years ago |
Gabe Kangas
|
02de9cf6df
|
Support clickable links in description
|
3 years ago |
Gabe Kangas
|
8b3c4571fd
|
Bump Nextjs version
|
3 years ago |
Gabe Kangas
|
a5d9d4dd36
|
Remove unused react-contenteditable
|
3 years ago |
Gabe Kangas
|
4ead1b9840
|
Remove unused package
|
3 years ago |
Gabe Kangas
|
129d08144b
|
Fix bad default bool
|
3 years ago |
Gabe Kangas
|
b914408a11
|
Make footer not translucent
|
3 years ago |
Gabe Kangas
|
2774f4260a
|
Add FediAuth modal
|
3 years ago |
Gabe Kangas
|
b966babf64
|
Point to light ant styles by default
|
3 years ago |
Gabe Kangas
|
cedfd18208
|
Fix next builds
|
3 years ago |
renovate[bot]
|
859f70c039
|
Update dependency rc-util to v5.24.2
|
3 years ago |
renovate[bot]
|
2860e6bf9b
|
Update dependency @babel/core to v7.19.0
|
3 years ago |
renovate[bot]
|
1acfd2b57c
|
Update dependency eslint-plugin-react to v7.31.7
|
3 years ago |
Gabe Kangas
|
0def4fe66a
|
Increase change threshold for Chromatic UI tests
|
3 years ago |
renovate[bot]
|
0f2783078c
|
Update dependency sharp to v0.31.0
|
3 years ago |
renovate[bot]
|
feadc2ec55
|
Update dependency picmo to v5.6.3
|
3 years ago |
renovate[bot]
|
6db78da254
|
Update dependency antd to v4.23.0
|
3 years ago |
James Young
|
d1f3fffe2f
|
reafctor: normalize component formatting (#2082)
* refactor: move/rename BanUserButton file
* refactor: move/rename Chart file
* refactor: update generic component filenames to PascalCase
* refactor: update config component filenames to PascalCase
* refactor: update AdminLayout component filename to PascalCase
* refactor: update/move VideoJS component
* chore(eslint): disable bad react/require-default-props rule
* refactor: normalize ActionButton component
* refactor: normalize ActionButtonRow component
* refactor: normalize FollowButton component
* refactor: normalize NotifyButton component
* refactor: normalize ChatActionMessage component
* refactor: normalize ChatContainer component
* refactor: normalize ChatJoinMessage component
* refactor: normalize ChatModerationActionMenu component
* refactor: normalize ChatModerationDetailsModal component
* refactor: normalize ChatModeratorNotification component
* refactor: normalize ChatSocialMessage component
* refactor: normalize ChatSystemMessage component
* refactor: normalize ChatTextField component
* refactor: normalize ChatUserBadge component
* refactor: normalize ChatUserMessage component
* refactor: normalize ContentHeader component
* refactor: normalize OwncastLogo component
* refactor: normalize UserDropdown component
* chore(eslint): modify react/function-component-definition rule
* refactor: normalize CodecSelector component
* refactor: update a bunch of functional components using eslint
* refactor: update a bunch of functional components using eslint, pt2
* refactor: update a bunch of functional components using eslint, pt3
* refactor: replace all component->component default imports with named imports
* refactor: replace all component-stories->component default imports with named imports
* refactor: remove default exports from most components
* chore(eslint): add eslint config files for the components and pages dirs
* fix: use-before-define error in ChatContainer
* Fix ChatContainer import
* Only process .tsx files in Next builds
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
|
3 years ago |
renovate[bot]
|
d0a14e2f37
|
Update typescript-eslint monorepo to v5.36.2 (#2093)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
3 years ago |
Gabe Kangas
|
121c9415f1
|
Wire up emoji+custom emote selector to text input. Closes #1887
|
3 years ago |
renovate[bot]
|
aea3b1e9cc
|
Update dependency chromatic to v6.9.0 (#2085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
3 years ago |
Gabe Kangas
|
065c36a0a6
|
Fix invalid linter error about onLoad on an iframe
|
3 years ago |
renovate[bot]
|
62f2217b09
|
Update dependency eslint-plugin-react to v7.31.6 (#2084)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
3 years ago |
Gabe Kangas
|
c61bea29ee
|
Add read-only chat embed page. Closes #1905
|
3 years ago |
Gabe Kangas
|
b8a108ba03
|
Fix chat message story
|
3 years ago |
Gabe Kangas
|
ac7e095fdf
|
Handle hide/show chat messages via moderation. Closes #1986
|
3 years ago |
renovate[bot]
|
c3a3d0bea3
|
Update dependency xstate to v4.33.5
|
3 years ago |
renovate[bot]
|
cdba71c0b0
|
Update dependency sass to v1.54.8
|
3 years ago |
gabek
|
682b525eb8
|
Prettified Code!
|
3 years ago |
James Young
|
5ebbbb8bf2
|
refactor(stories): co-locate stories with components (#2078)
* refactor: move ActionButton component
* refactor: move BanUserButton component
* refactor: move ChatActionMessage component
* refactor: move ChatContainer component
* refactor: move AuthModal component
* refactor: move BrowserNotifyModal component
* refactor: move ChatUserMessage component
* refactor: move ChatJoinMessage component
* refactor: move ChatTextField component
* refactor: move ChatUserBadge component
* refactor: move FollowerCollection and SingleFollower components
* fix: bad import path
* refactor: move FollowModal component
* refactor: move Modal component
* refactor: move ContentHeader component
* refactor: move ChatSystemMessage component
* refactor: move Header component
* refactor: move Footer component
* refactor: move StatusBar component
* refactor: move OfflineBanner component
* refactor: move OwncastPlayer component
* refactor: move IndieAuthModal component
* refactor: move SocialLinks component
* refactor: move VideoPoster component
* refactor: move FollowModal component
* refactor: move FediAuthModal.tsx component
* refactor: move UserDropdown component
* refactor: move ChatSocialMessage component
* refactor: move Logo component
* refactor: move NotifyReminderPopup component
* refactor: move NameChangeModal component
* refactor: move FatalErrorStateModal component
* refactor: move ChatModeratorNotification component
* refactor: move ChatModerationActionMenu and ChatModerationDetailsModal components
* refactor: move CustomPageContent component
* refactor: move storybook Introduction file
* refactor: update storybook story import path
* refactor: move storybook preview styles
* refactor: move storybook doc pages
* refactor: move Color and ImageAsset components
* fix: bad import path
* fix: bad import path in story file
|
3 years ago |
renovate[bot]
|
d40e87c58b
|
Update dependency picmo to v5.6.2 (#2079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
3 years ago |
renovate[bot]
|
2a84ff9343
|
Update dependency eslint-plugin-react to v7.31.1
|
3 years ago |
renovate[bot]
|
ff1db45750
|
Update typescript-eslint monorepo to v5.36.1
|
3 years ago |
renovate[bot]
|
592dd0bbaf
|
Update dependency typescript to v4.8.2
|
3 years ago |
renovate[bot]
|
0c2a9a1b89
|
Update dependency eslint to v8.23.0
|
3 years ago |
renovate[bot]
|
eb11add620
|
Update dependency storybook-preset-less to v1.1.3
|
3 years ago |
renovate[bot]
|
9432a4b525
|
Update dependency antd to v4.22.8
|
3 years ago |
renovate[bot]
|
1dc483ad8f
|
Update dependency @types/react to v18.0.18
|
3 years ago |
Gabe Kangas
|
dbcccb79f5
|
Add margin below content
|
3 years ago |
Gabe Kangas
|
7a9332408e
|
Change font+weight of action buttons
|
3 years ago |
Gabe Kangas
|
46166a78d9
|
Set message content as renderable html
|
3 years ago |
Gabe Kangas
|
6d7f0302bf
|
Replace the auth chat message badge with an icon
|
3 years ago |
Gabe Kangas
|
aa0b43074f
|
Fix chat user color variable
|
3 years ago |
Gabe Kangas
|
e0926b9350
|
Set modal header font
|
3 years ago |
Gabe Kangas
|
8801f814db
|
Import ant overrides in storybook
|
3 years ago |
Gabe Kangas
|
277dc700fa
|
Fix error background
|
3 years ago |
Gabe Kangas
|
113c3deaea
|
Make action buttons primary for now
|
3 years ago |
gabek
|
70ef1e0e98
|
Prettified Code!
|
3 years ago |
Gabe Kangas
|
ef30ddc892
|
Fix font not being defined
|
3 years ago |
Gabe Kangas
|
b3281ddc56
|
Remove odd imports
|
3 years ago |