Commit Graph

1109 Commits

Author SHA1 Message Date
mgabdev 83f37d144e Updated PopoverBase react-popper, added popper
• Updated:
- PopoverBase react-popper,

• Added:
- @popperjs/core
2020-07-22 10:28:53 -05:00
mgabdev f2918559c3 Updated EditProfileModal to not allow verified people to change display names
• Updated:
- EditProfileModal to not allow verified people to change display names
2020-07-22 10:27:26 -05:00
mgabdev ec495fb3ed Removed local instance block on FetchLinkCardService
• Removed:
- local instance block on FetchLinkCardService
2020-07-22 00:24:27 -05:00
mgabdev ae5d892221 Fixed issue with loading status context/comments in feature
• Fixed:
- issue with loading status context/comments in feature
2020-07-21 23:44:35 -05:00
mgabdev 92c4fa3fda Fixed issue with removing shortcuts in redux
• Fixed:
- issue with removing shortcuts in redux
2020-07-21 23:44:13 -05:00
mgabdev d179d7d567 Added check in GroupHeader for if isAdmin
• Added:
- check in GroupHeader for if isAdmin for group options
2020-07-21 23:34:44 -05:00
mgabdev 87e60eee04 Removed catchall shared/og in application.html.haml
• Removed:
- catchall shared/og in application.html.haml
2020-07-21 23:25:41 -05:00
mgabdev 31691b854a Updated GroupTimeline to not connect to stream if no user
• Updated:
- GroupTimeline to not connect to stream if no user
2020-07-21 23:16:39 -05:00
mgabdev ae814a01cb Added meta to application.html.haml for groups and unmatched routes
• Added:
- meta to application.html.haml for groups and unmatched routes
2020-07-21 23:06:47 -05:00
mgabdev 3b0ec6a270 Updated groups to be public
• Updated:
- groups to be public
- routes for /group and /groups/id to be public
- GroupTimeline to ignore relationships for loading
- Group fetching to be a where with is_archived: false
- GroupControllers to have if current_user, else

• Added:
- Meta and og information for view
- Group fetch
- public route api for featured groups, group timelines

• Removed:
- Doorkeeper for read:groups
2020-07-21 23:05:54 -05:00
mgabdev 49c6e323fa Updated fetchGroups action to be only public for featured groups
• Updated:
- fetchGroups action to be only public for featured groups
2020-07-21 23:00:11 -05:00
mgabdev ec64db2529 Updated GroupInfoPanel to hide members list if no user
• Updated:
- GroupInfoPanel to hide members list if no user
2020-07-21 22:59:46 -05:00
mgabdev 96f8bb8a32 Added fetchGroup action
• Added:
- fetchGroup action
2020-07-21 22:30:07 -05:00
mgabdev d6b8948191 Fixed issue with loading context, comments from Status feature
• Fixed:
- issue with loading context, comments from Status feature by loading in feature not child

• Added:
- check for if ancestor status exists in StatusContainer
2020-07-21 22:27:48 -05:00
mgabdev 5fcc09acad Updated SidebarSectionItem image style
• Updated:
- SidebarSectionItem image style
2020-07-21 22:26:22 -05:00
mgabdev 4e44337cb2 Added missing constants in ModalRoot for shortcuts
• Added:
- missing constants in ModalRoot for shortcuts
2020-07-21 22:25:20 -05:00
mgabdev f92f75d747 Added shortcuts
• Added:
- shortcuts functionality
- shortcuts route, controller, model
- shortcut error message for "exists"
- shortcut redux
- EditShortcutsModal, constant
- links to sidebar, sidebar_xs
- options to add/remove group, account in GroupOptionsPopover, ProfileOptionsPopover
- shortcuts page, feature/list
2020-07-21 22:24:26 -05:00
mgabdev 405ace09da Added migration for creating Shortcuts
• Added:
- migration for creating Shortcuts
2020-07-21 22:17:20 -05:00
mgabdev df7fdff265 Updated CommentSortingOptionsPopover width
• Updated:
- CommentSortingOptionsPopover width
2020-07-21 16:51:56 -05:00
mgabdev 5967a6a34c Removed unused @body_classes in ruby
• Removed:
- unused @body_classes in ruby
2020-07-21 16:51:39 -05:00
mgabdev 4a467278ea Updated ListItem to have image and customizable right action icon
• Updated:
- ListItem to have image
- ListItem to have customizable right action icon
2020-07-21 16:49:54 -05:00
mgabdev 87f85131b7 Added error, loading modal and popover components
• Added:
- error, loading modal components
- error, loading popover components

• Removed:
- ModalLoading from async_components

• Updated:
- ModalRoot to use new components
2020-07-21 16:48:55 -05:00
mgabdev 7ea07d4a2b Added shortcut locales errors
• Added:
- shortcut locales errors
2020-07-21 11:50:23 -05:00
mgabdev 6a1ea8f960 Updated home page tags to headings
• Updated:
- home page tags to headings
2020-07-21 11:25:54 -05:00
mgabdev 2682845ef9 Added max retry to DigestMailerWorker
• Added:
- max retry to DigestMailerWorker
2020-07-17 15:43:45 -05:00
mgabdev bf330dcb56 Fixed issue with duplicating StatusPromotionPanel in SidebarPanelGroup
• Fixed:
- issue with duplicating StatusPromotionPanel in SidebarPanelGroup
2020-07-17 15:26:05 -05:00
mgabdev 3993372f15 Added missing style for FileInput opaque background
• Added:
- missing style for FileInput opaque background
2020-07-17 15:25:39 -05:00
mgabdev 10a410be53 Added back EditProfileModal to all edit profile action buttons
• Added:
- back EditProfileModal to all edit profile action buttons
- AccountActionButton, UserPanel, ProfileHeader
2020-07-17 15:25:05 -05:00
mgabdev 1e55e2e920 Updated FileInput component to have hovering effect with image upload icon
• Updated:
- FileInput component to have hovering effect with image upload icon
2020-07-17 15:20:04 -05:00
mgabdev 575d62f695 Updated user action to use importFetchedAccount, better undefined checks
• Updated:
- user action to use importFetchedAccount
- better undefined checks
2020-07-17 15:19:40 -05:00
mgabdev 118e766b01 Added note_plain to account normalizer
• Added:
- note_plain to account normalizer for a plain text bio/description/note
2020-07-17 15:18:56 -05:00
mgabdev b3e76b5a58 Updated Search to include checks for isLoading, isError and if no results found
• Updated:
- Search to include checks for isLoading, isError and if no results found
2020-07-16 13:27:36 -05:00
mgabdev ad29b3aca6 Removed unused links in AboutLayout nav
• Removed:
- unused links in AboutLayout nav
2020-07-15 23:05:30 -05:00
mgabdev 06d85fe8d8 Added functionality to pages, layout for use with sidebar promotions
• Added:
- functionality to pages, layout for use with sidebar promotions

• Updated:
- pages, layouts to use StatusPromotionPanel
2020-07-15 23:05:08 -05:00
mgabdev 15c7ff1eba Fixed issue with loading in Notifications
• Fixed:
- issue with loading in Notifications
2020-07-15 23:01:49 -05:00
mgabdev 98e996ef54 Removed default introduction text from last slide of onboarding
• Removed:
- default introduction text from last slide of onboarding
2020-07-15 23:01:34 -05:00
mgabdev 81ddccbdfd Added SidebarPanelGroup for StatusPromotionPanel
• Added:
- SidebarPanelGroup for StatusPromotionPanel
2020-07-15 23:00:44 -05:00
mgabdev f61449d706 Added StatusPromotionPanel
• Added:
- StatusPromotionPanel

• Todo:
- Build out functionality for opening media, opening status, etc.
2020-07-15 23:00:19 -05:00
mgabdev 8c3d4a352a Updated Introduction navigation button title
• Updated:
- Introduction navigation button title
2020-07-14 23:20:26 -05:00
mgabdev 23a32574a4 Removed test value for MIN_ACCOUNT_CREATED_AT_ONBOARDING
• Removed:
- test value for MIN_ACCOUNT_CREATED_AT_ONBOARDING
2020-07-14 23:06:54 -05:00
mgabdev 3a16f3431d Updated width on add button in GroupListItem
• Updated:
- width on add button in GroupListItem
2020-07-14 23:01:24 -05:00
mgabdev 66a4474e82 Updated text in Introduction final slide
• Updated:
- text in Introduction final slide
2020-07-14 23:01:06 -05:00
mgabdev 7f343b07b7 Added missing style for GroupListItem
• Added:
- missing style for GroupListItem
2020-07-14 22:36:55 -05:00
mgabdev 7485ffbcb7 Updated GroupListItem to have text instead of button for adding
• Updated:
- GroupListItem to have text instead of button for adding
2020-07-14 22:32:24 -05:00
mgabdev de834cd586 Updated Introduction/onboarding flow
• Updated:
- Introduction/onboarding flow

• Added:
- autoJoinGroup to default "Introduce Yourself" group in gab.com if you post the welcome post in introduction last slide
2020-07-14 22:31:54 -05:00
mgabdev 0eb3ae2dfa Removed Introduction/onboarding code from ui.js
Will be moving elsewhere...

• Removed:
- Introduction/onboarding code from ui.js
- /welcome route
2020-07-14 18:48:48 -05:00
mgabdev 5791a5225b Updated ComposeForm, GroupPage to use groupId instead of entire group for prop
• Updated:
- ComposeForm, GroupPage to use groupId instead of entire group for prop
2020-07-14 18:46:43 -05:00
mgabdev 745d8d8a55 Updated Switch to use CX constant
• Updated:
- Switch to use CX constant
2020-07-14 18:46:10 -05:00
mgabdev d505d63c6b Added isStatic prop to GroupListItem for non-navigation
• Added:
- isStatic prop to GroupListItem for non-navigation for Introduction page
2020-07-14 18:45:48 -05:00
mgabdev b26cd650c6 Removed welcome from routes in react controller
• Removed:
- welcome from routes in react controller
2020-07-14 18:45:11 -05:00