Commit Graph

693 Commits

Author SHA1 Message Date
mgabdev 5ea3e80f2c Added missing alt prop to Image in FileInput
• Added:
- missing alt prop to Image in FileInput
2020-07-14 16:41:21 -05:00
mgabdev c4ed9ad050 Updated GroupListItem add/remove membership button
• Updated:
- GroupListItem add/remove membership button

• Added:
- Attr titles
2020-07-14 16:38:25 -05:00
mgabdev 877e40d76f Added AddImage icon
• Added:
- AddImage icon
2020-07-14 16:37:59 -05:00
mgabdev 80e489fab1 Updated FileInput with more customizable features, GroupCreate
• Updated:
- FileInput with more customizable features
- GroupCreate file input
2020-07-14 16:37:46 -05:00
mgabdev 37499c3172 Added noActions prop to NavigationBar
• Added:
- noActions prop to NavigationBar for Introduction
2020-07-14 01:05:21 -05:00
mgabdev e9475219c9 Added welcome page/introduction/onboarding flow
• Added:
- welcome page/introduction/onboarding flow

• Todo:
- clean up code for showing new user the page
- add code for saving profile, cover photos, display name from intro slides
2020-07-14 01:05:05 -05:00
mgabdev 81433b49fc Removed Introduction code from gabsocial.js
• Removed:
- Introduction code from gabsocial.js
2020-07-14 01:01:36 -05:00
mgabdev 8d3a5dbac2 Updated GroupsCollection to be single column list in slim design
• Updated:
- GroupsCollection to be single column list in slim design
2020-07-14 00:41:20 -05:00
mgabdev 3160d97b79 Added hidePro prop to composeForm
• Added:
- hidePro prop to composeForm for optionally hiding buttons that require pro
2020-07-14 00:29:54 -05:00
mgabdev 270a3dee15 Updated StatusList keys and promotion implementation
• Updated:
- StatusList keys and promotion implementation
2020-07-14 00:27:34 -05:00
mgabdev 1c1bfabb17 Updated submitCompose to take in groupId intead of group
• Updated:
- submitCompose to take in groupId intead of group
2020-07-14 00:26:46 -05:00
mgabdev 84106dbe99 Updated GroupsPanel isSlim prop
• Updated:
- GroupsPanel isSlim prop
2020-07-14 00:24:28 -05:00
mgabdev f3e34d40d2 Updated featured group_lists to be randomized on init
• Updated:
- featured group_lists to be randomized on init
2020-07-14 00:22:15 -05:00
mgabdev d9bd5c4fac Added GAB_COM_INTRODUCE_YOURSELF_GROUP_ID constant
• Added:
- GAB_COM_INTRODUCE_YOURSELF_GROUP_ID constant
2020-07-14 00:20:59 -05:00
mgabdev 91d5a81b72 Added composeClear function in redux
• Added:
- composeClear function in redux
2020-07-14 00:19:02 -05:00
mgabdev 35fdaf0208 Updated GroupListItem to have toggle membership button, always slim
• Updated:
- GroupListItem to have toggle membership button
- always slim
2020-07-14 00:18:28 -05:00
mgabdev 1eb33c482d Added check icon
• Added:
- check icon
2020-07-14 00:16:49 -05:00
mgabdev 68a6a1ae8a Remove unintended early import of AuthPage in react app ui.js
• Remove:
- unintended early import of AuthPage in react app ui.js
2020-07-11 12:56:49 -05:00
mgabdev a6e9bd3fb4 Added a loading screen on Notificatoins if isLoading
• Added:
- a loading screen on Notificatoins if isLoading
2020-07-11 12:54:44 -05:00
mgabdev f98abbb422 Added a loader view for statuses that need to load comments
A short term fix for #229

• Added:
- a loader view for statuses that need to load comments
2020-07-10 20:01:47 -05:00
mgabdev 4e855c8f7f Removed loop from Video component
• Removed:
- loop from Video component
2020-07-10 20:00:54 -05:00
mgabdev f0ce9bf21b Added promoted statuses back to timelines
• Added:
- promoted statuses back to timelines

• Todo:
- monitor performance of feeds
2020-07-10 19:46:32 -05:00
mgabdev 633028354f Fixed link to terms in GlobalFooter component
• Fixed:
- link to terms in GlobalFooter component
2020-07-10 15:50:50 -05:00
mgabdev c1837e7ca0 Updated LinkFooter to use href, to props in links
• Updated:
- LinkFooter to use href, to props in links
2020-07-10 15:25:15 -05:00
mgabdev 57ce03ff37 Added about routes pages to react app, layout, AboutSidebar
• Added:
- about routes pages to react app, layout, AboutSidebar
- about, dmca, investors, privacy policy, terms of sale, terms of service
2020-07-10 15:22:13 -05:00
mgabdev ac229e0cc1 Added GlobalFooter component
• Added:
- GlobalFooter component that matches all other Gab product footers
2020-07-10 15:19:53 -05:00
mgabdev 47d7d299d4 Updated LoggedOutNavigationBar inner widths
• Updated:
- LoggedOutNavigationBar inner widths
2020-07-10 13:39:07 -05:00
mgabdev 3377cc05c4 Updated Search group results to use isLast prop and no padding
• Updated:
- Search group results to use isLast prop and no padding
2020-07-10 13:32:10 -05:00
mgabdev 1766ab08ba Updated LoggedOutNavigationBar to use same widths as normal NavigationBar
• Updated:
- LoggedOutNavigationBar to use same widths as normal NavigationBar
2020-07-10 13:25:07 -05:00
mgabdev c10bfe1d72 Added about pages to react app
• Added:
- about pages to react app
- about, dmca, privacy policy, terms of service, terms of sale, investors
2020-07-10 13:23:29 -05:00
mgabdev f572608b60 Updated shop api request url
• Updated:
- shop api request url
2020-07-08 19:56:14 -05:00
mgabdev 2f1673a886 Updated trends, shop api request routes
• Updated:
- trends, shop api request routes
2020-07-08 19:36:50 -05:00
mgabdev b33e33362c Updated SidebarXS to update titles and remove old list items
• Updated:
- SidebarXS to update titles and remove old list items
2020-07-08 17:02:17 -05:00
mgabdev e547a25f16 Updated Explore page layout and added Trends links
• Updated:
- Explore page layout and added Trends links
2020-07-08 16:54:26 -05:00
mgabdev fac18e1e3e Added SortIcon
• Added:
- SortIcon
2020-07-07 18:58:35 -05:00
mgabdev ddad2121b0 Removed unused code in FileInput component
• Removed:
- unused code in FileInput component
2020-07-07 16:02:09 -05:00
mgabdev 0fdf762815 Updated GabTrendsController, ShopController to use Request instead of Net
• Updated:
- GabTrendsController, ShopController to use Request instead of Net
2020-07-07 16:01:51 -05:00
mgabdev 86a3324df5 Revert "Hiding Pro Feed, Explore page for now"
This reverts commit 643026e885.
2020-07-07 15:55:59 -05:00
mgabdev ad4c6df155 Removed unused modals ActionsModal, LeavingGabModal
• Removed:
- unused modals ActionsModal, LeavingGabModal
2020-07-06 15:14:50 -05:00
mgabdev adea0aae30 Updated DatePicker (react-datepicker) styles
• Updated:
- DatePicker (react-datepicker) styles to be easier to use on mobile
2020-07-06 15:14:20 -05:00
mgabdev 7e3d4d009d Uodated popover components mobile design
• Updated:
- popover components mobile design with cancel button at the bottom

• Added:
-CommentSortingOptionsPopover subtitles for options for more clarity
2020-07-06 15:13:44 -05:00
mgabdev 4fbd606a44 Updated ListItem design for new line, subtitle, isActive
• Updated:
- ListItem design for new line, subtitle, isActive
2020-07-06 15:13:16 -05:00
mgabdev f4d95b5a17 Added spell check on composer textbox
• Added:
- spell check on composer textbox
2020-07-06 11:19:38 -05:00
mgabdev 5175f72596 Added back redux connect to search page
• Added:
- back redux connect to search page
2020-07-02 11:41:22 -04:00
mgabdev 643026e885 Hiding Pro Feed, Explore page for now
• Hiding:
- Pro Feed, Explore page for now
2020-07-02 01:52:50 -04:00
mgabdev f3b57b5810 Added Explore page with Gab Trends partner data
• Added:
- Explore page with Gab Trends partner data
2020-07-01 22:39:43 -04:00
mgabdev 96ee203a54 Added Dissenter url shop link to ShopPanel
• Added:
- Dissenter url shop link to ShopPanel
2020-07-01 22:07:58 -04:00
mgabdev bc2eeee497 Added pro feed
• Added:
- pro feed
2020-07-01 21:40:00 -04:00
mgabdev 91b443b3ed Removed unused code in search feature
• Removed:
- unused code in search feature
2020-07-01 21:38:29 -04:00
mgabdev 5d52cd60b0 Added donation button to ProgressPanel
• Added:
- donation button to ProgressPanel
2020-07-01 21:38:10 -04:00