mgabdev
5e11576de4
Updated hydrateStore action on redux load to check if accounts exist
...
• Updated:
- hydrateStore action on redux load to check if accounts exist
2020-11-09 12:34:52 -06:00
mgabdev
b0e3d611f5
Removed unused code from initial_state and ReactController
...
• Removed:
- unused code from initial_state and ReactController
2020-11-09 12:14:42 -06:00
mgabdev
fb70bfe739
Updated TrendsHeadlinesPanel subtitle
...
• Updated:
- TrendsHeadlinesPanel subtitle
2020-11-09 12:03:56 -06:00
mgabdev
d926d46e42
Updated FooterBar to always show News
...
• Updated:
- FooterBar to always show News
2020-11-09 12:03:42 -06:00
mgabdev
3b7fc9f30f
Removed News from SearchLayout tabs
...
• Removed:
- News from SearchLayout tabs
2020-11-09 12:03:27 -06:00
mgabdev
f175b640f0
Updated news, trends image url path in redux
...
• Updated:
- news, trends image url path in redux
2020-11-09 12:00:37 -06:00
mgabdev
d24b5a7b0e
Removed PullToRefresher init, needs optimization
...
• Removed:
- PullToRefresher init, needs optimization
2020-11-09 01:47:29 -06:00
mgabdev
e84d7c957f
Updated TRENDS_RSS_SOURCES in constants
...
• Updated:
- TRENDS_RSS_SOURCES in constants
2020-11-09 01:37:17 -06:00
mgabdev
fa8ac6bb58
Updated LoadMore component styles
...
• Updated:
- LoadMore component styles
2020-11-09 01:36:33 -06:00
mgabdev
219565a847
Removed testing from PopularLinksPanel
...
• Removed:
- testing from PopularLinksPanel
2020-11-09 01:36:18 -06:00
mgabdev
bef3ad6fca
Updated NewsView, TrendsHeadlinesPanel, TrendsRSSPanel
...
• Updated:
- NewsView, TrendsHeadlinesPanel, TrendsRSSPanel
2020-11-09 01:35:59 -06:00
mgabdev
b6f8674054
Added disableInfiniteScroll prop to ScrollableList component
...
• Added:
- disableInfiniteScroll prop to ScrollableList component
2020-11-09 01:35:07 -06:00
mgabdev
6247c32206
Added TrendsCard component
...
• Added:
- TrendsCard component
2020-11-09 01:34:40 -06:00
mgabdev
5ba9dd4cec
Fixed TrendsRSSPanel webpackChunkName in async_components
...
• Fixed:
- TrendsRSSPanel webpackChunkName in async_components
2020-11-09 01:34:04 -06:00
mgabdev
35793a7ff0
Added News to SearchLayout top tabs
...
• Added:
- News to SearchLayout top tabs
2020-11-09 01:33:43 -06:00
mgabdev
a614d3c5cd
Added title to NewsPage, NewsLayout
...
• Added:
- title to NewsPage, NewsLayout
2020-11-09 01:33:15 -06:00
mgabdev
2d1fdcf6fb
Removed unused hashtag redux
...
• Removed:
- unused hashtag redux
2020-11-09 01:31:32 -06:00
mgabdev
174f39512e
Added w33PC style to global.css
...
• Added:
- w33PC style to global.css
2020-11-09 01:29:21 -06:00
mgabdev
2753a4fe6c
Fixed issues with missing or unused imports
...
• Fixed:
- issues with missing or unused imports
2020-11-06 23:39:17 -06:00
mgabdev
64ea4c5675
Updated News feature, NewsPage with new design, features
...
• Updated:
- News feature, NewsPage with new design, features
• Todo:
- Complete functionality in both News, NewsView for mobile and expanding rss feeds, lazy loading
2020-11-06 23:34:23 -06:00
mgabdev
e3388749f4
Added new styles in global.css
...
• Added:
- new styles in global.css
2020-11-06 23:33:25 -06:00
mgabdev
90528b4b41
Added NewsLayout
...
• Added:
- NewsLayout
2020-11-06 23:32:39 -06:00
mgabdev
76842bbe4f
Updated routes for new News page in ui.js
...
• Updated:
- routes for new News page in ui.js
2020-11-06 23:31:52 -06:00
mgabdev
15d9714252
Added fetchPopularLinks action in links redux
...
• Added:
- fetchPopularLinks action in links redux
2020-11-06 23:30:12 -06:00
mgabdev
fc7cbbb457
Added WIP for news redux actions (prev. gab actions)
...
• Added:
- WIP for news redux actions (prev. gab actions)
- renamed gab redux actions to "news"
• Todo:
- Add RSS expanding in news action
- Complete leadline setting in news reducer
2020-11-06 23:29:35 -06:00
mgabdev
4c4894ac5e
Added WIP for new News page Panels
...
• Added:
- WIP for new News page Panels: GabNewsPanel, LatestFromGabPanel, PopularLinks, TrendsFeedsPanel, TrendsHeadlinesPanel
- all imports for above in async_components
• Todo:
- Remove tests
2020-11-06 23:28:30 -06:00
mgabdev
a4ee21282d
Added WIP for TrendsRSSPanel
...
• Added:
- WIP for TrendsRSSPanel
2020-11-06 23:25:32 -06:00
mgabdev
1dee7ec25d
Added TRENDS_RSS_SOURCES constant
...
• Added:
- TRENDS_RSS_SOURCES constant for rss feeds from trends.gab.com
2020-11-06 23:22:20 -06:00
mgabdev
83deb5e9e1
Updated TrendsItem component code structure
...
• Updated:
- TrendsItem component code structure
2020-11-06 23:21:29 -06:00
mgabdev
7b19a4b7c9
Added missing keys to GroupCategoriesInjection
...
• Added:
- missing keys to GroupCategoriesInjection
2020-11-06 23:21:06 -06:00
mgabdev
8cf80be6ca
Updated StatusPrepend to include note for if reposted comment
...
• Updated:
- StatusPrepend to include note for if reposted comment
2020-11-06 23:20:48 -06:00
mgabdev
f220b67c74
Added headerButtonHref prop to PanelLayout
...
• Added:
- headerButtonHref prop to PanelLayout
2020-11-06 23:20:22 -06:00
mgabdev
5ec51b1a78
Updated settings save action debounce to be 350
...
• Updated:
- settings save action debounce to be 350 instead of 50
2020-11-06 23:19:54 -06:00
mgabdev
2297c18ec4
Added NewsItem component for Gab News
...
• Added:
- NewsItem component for Gab News
2020-11-06 23:19:29 -06:00
mgabdev
34f1f778cd
Updated name of TrendsPanel to TrendsBreakingPanel
...
• Updated:
- name of TrendsPanel to TrendsBreakingPanel
- removed ScrollableList from TrendsPanel
2020-11-06 23:19:04 -06:00
mgabdev
c1cc0e6355
Updated user suggestions in reducer to be randomized
...
• Updated:
- user suggestions in reducer to be randomized
2020-11-05 16:16:11 -06:00
mgabdev
d6287056f0
Added back btn to HashtagPage
...
• Added:
- back btn to HashtagPage
2020-11-05 16:06:31 -06:00
mgabdev
ab0059a8ee
Updated PullToRefresher/ptr styles
...
• Updated:
- PullToRefresher/ptr styles
2020-11-05 12:08:12 -06:00
mgabdev
472c89d386
Added new method to PullToRefresher on init/deinit
...
• Added:
- new method to PullToRefresher on init/deinit
2020-11-05 12:00:38 -06:00
mgabdev
9c4db8eaf3
Added new hashtag in SearchLayout tab bar
...
• Added:
- new hashtag in SearchLayout tab bar
2020-11-05 11:59:30 -06:00
mgabdev
c34fdb2dd4
Updated PullToRefresher/ptr styles, padding
...
• Updated:
- PullToRefresher/ptr styles, padding
2020-11-05 11:36:07 -06:00
mgabdev
3486158695
Added search action button to NotificationsPage
...
• Added:
- search action button to NotificationsPage
2020-11-05 11:35:35 -06:00
mgabdev
26bb93c7c4
Added pull to refresh / PullToRefresher in StatusList for timelines
...
• Added:
- pull to refresh / PullToRefresher in StatusList for timelines
- styles for pull to refresh module in PullToRefresher component
2020-11-04 21:33:58 -06:00
mgabdev
2d6cfeedeb
Removed unused prop key for isRequired in Bundle
...
• Removed:
- unused prop key for isRequired in Bundle
2020-11-04 21:29:31 -06:00
mgabdev
d4129f6ad7
Removed unused code in ComposeForm
...
• Removed:
- unused code in ComposeForm
2020-11-04 21:29:07 -06:00
mgabdev
bab6d90981
Added new tag to mobile SearchLayout tabs
...
• Added:
- new tag to mobile SearchLayout tabs
2020-11-04 21:27:34 -06:00
mgabdev
e8a792799a
Removed PullToRefresher from HomePage
...
• Removed:
- PullToRefresher from HomePage
2020-11-04 21:25:03 -06:00
mgabdev
f2f3382677
Removed streaming for group, group_collection, hashtag, link timelines
...
• Removed:
- streaming for group, group_collection, hashtag, link timelines
2020-11-04 21:09:27 -06:00
mgabdev
880dad7b5a
Removed onReload and pull to refresh from StatusList, ScrollableList
...
• Removed:
- onReload and pull to refresh from StatusList, ScrollableList
2020-11-04 21:05:34 -06:00
mgabdev
b6f7321c23
Fixed issue with proptype in PlaceholderLayout
...
• Fixed:
- issue with proptype in PlaceholderLayout
2020-11-04 21:02:59 -06:00
mgabdev
47415f4602
Fixed issue in FooterBar by adding missing key
...
• Fixed:
- issue in FooterBar by adding missing key
2020-11-04 21:02:40 -06:00
mgabdev
55ab08cc54
Added hash href to retry on BundleColumnError
...
• Added:
- hash href to retry on BundleColumnError
2020-11-04 21:02:10 -06:00
mgabdev
d2bba43916
Updated PlaceholderLayout style to be default light if theme empty
...
• Updated:
- PlaceholderLayout style to be default light if theme empty
2020-11-04 13:52:15 -06:00
mgabdev
82778ddad0
Added bot/automated-feed badge to ProfileInfoPanel
...
• Added:
- bot/automated-feed badge to ProfileInfoPanel
2020-11-04 13:51:55 -06:00
mgabdev
c42df699e9
Added News to DefaultNavigationBar
...
• Added:
- News to DefaultNavigationBar
2020-11-04 13:51:31 -06:00
mgabdev
3ac94fe610
Updated DEFAULT_THEME in constants to white
...
• Updated:
- DEFAULT_THEME in constants to white
2020-11-03 17:13:00 -06:00
mgabdev
ebf1638145
Updated DisplayOptionsModal to fix themes on mobile
...
• Updated:
- DisplayOptionsModal to fix themes on mobile
2020-11-03 17:12:34 -06:00
mgabdev
ce703dc054
Added Explore back to FooterBar
...
• Added:
- Explore back to FooterBar
2020-11-03 17:12:11 -06:00
mgabdev
e8d04b6a81
Updated GlobalFooter styles to be visible on mobile
...
• Updated:
- GlobalFooter styles to be visible on mobile with FooterBar always on top
2020-11-03 16:28:19 -06:00
mgabdev
3fe558c912
Fixed issue in SearchNavigationBarXS with mobile saveArea padding
...
• Fixed:
- issue in SearchNavigationBarXS with mobile saveArea padding
2020-11-03 15:44:04 -06:00
mgabdev
38cefe9e2a
Updated PreviewCardItem styles
...
• Updated:
- PreviewCardItem styles
2020-11-03 15:29:38 -06:00
mgabdev
8badbd167f
Removed Explore from FooterBar
...
• Removed:
- Explore from FooterBar as it can now be found in /search on mobile
2020-11-03 15:28:13 -06:00
mgabdev
3f0b93473d
Updated SearchLayout to have Explore + others tabs on mobile
...
• Updated:
- SearchNavigationBarXS
- SearchLayout to have Explore + others tabs on mobile
2020-11-03 15:27:39 -06:00
mgabdev
432df76bb2
Removed unused testing logs in a few files
...
• Removed:
- unused testing logs in a few files
2020-11-03 15:16:56 -06:00
mgabdev
eb8e134927
Updated title prop to NavigationBarButton in DefaultNavigationBar
...
• Updated:
- title prop to NavigationBarButton in DefaultNavigationBar
2020-11-03 15:14:41 -06:00
mgabdev
be94b1bccc
Updated default theme to 'white' instead of 'light'
...
• Updated:
- default theme to 'white' instead of 'light'
2020-11-03 15:13:35 -06:00
mgabdev
e40f7e6765
Added new "white" theme
...
• Added:
- new "white" theme which makes navigation bar white and sets appropriate styles for children
2020-11-03 15:12:24 -06:00
mgabdev
20f9e82959
Updated GroupsPage actions prop key for attrTitle
...
• Updated:
- GroupsPage actions prop key for attrTitle
2020-11-03 15:10:22 -06:00
mgabdev
fe28656e3f
Added specific style for search placeholder
...
• Added:
- specific style --color_input_placeholder for search placeholder in global.css
2020-11-03 15:09:55 -06:00
mgabdev
4e3e5b6e31
Updated NavigationBarButton styles
...
• Updated:
- NavigationBarButton styles
2020-11-03 15:09:13 -06:00
mgabdev
d282d1d9c7
Added logoDisabled/Stealth Gab mode for logo in NavigationBar
...
• Added:
- logoDisabled/Stealth Gab mode for logo in NavigationBar to turn into Gab "g"
2020-11-03 15:04:31 -06:00
mgabdev
4d042e38c0
Removed settings button from DefaultNavigationBar
...
• Removed:
- settings button from DefaultNavigationBar is can be accessed in dropdown menu
2020-11-03 15:01:57 -06:00
mgabdev
e2f7f6ff02
Addded check to StatusPromotionPanel if card exists to have bottom padding
...
• Addded:
- check to StatusPromotionPanel if card exists to have bottom padding
2020-11-03 13:12:50 -06:00
mgabdev
b12e66ef88
Updated SidebarLayout compose button styles and hide if no user
...
• Updated:
- SidebarLayout compose button styles and hide if no user
2020-11-03 13:12:11 -06:00
mgabdev
e66a9ae0a6
Added check to SidebarPanelGroup for when layout does not exist
...
• Added:
- check to SidebarPanelGroup for when layout does not exist to return null
2020-11-03 13:11:25 -06:00
mgabdev
367a5b77e7
Updated GroupHeader group icon color to be themed
...
• Updated:
- GroupHeader group icon color to be themed
2020-11-03 13:09:20 -06:00
mgabdev
3547741d84
Removed testing log from Search feature
...
• Removed:
- testing log from Search feature
2020-11-02 14:31:10 -06:00
mgabdev
be0906b861
Updated StatusList TimelineInjections to be every 7 instead of 18
...
• Updated:
- StatusList TimelineInjections to be every 7 instead of 18
2020-11-02 14:30:26 -06:00
mgabdev
8d13b9d020
Updated Link feed title in ui.js
...
• Updated:
- Link feed title in ui.js
2020-10-31 19:17:04 -05:00
mgabdev
56d24e18ae
Added SidebarXS to ProfileLayout
...
• Added:
- SidebarXS to ProfileLayout
2020-10-31 19:13:47 -05:00
mgabdev
efb2b7f0c2
Updated StatusCard, LinkTimeline styles
...
• Updated:
- StatusCard, LinkTimeline styles
2020-10-31 19:09:41 -05:00
mgabdev
0a1ee8224c
Added PreviewCardItem to LinkTimeline
...
• Added:
- PreviewCardItem to LinkTimeline
2020-10-31 19:00:20 -05:00
mgabdev
58ced8f903
Added missing style in global.css
...
• Added:
- missing style in global.css
2020-10-31 18:46:30 -05:00
mgabdev
eb97f41fb7
Removed Divider in HomePage between TimelineComposeBlock and HomeTimeline
...
• Removed:
- Divider in HomePage between TimelineComposeBlock and HomeTimeline
2020-10-31 18:38:42 -05:00
mgabdev
60e38f58d6
Updated HomePage action button to be search
...
• Updated:
- HomePage action button to be search
• Removed:
- Home page timeline settings modal
2020-10-31 18:37:57 -05:00
mgabdev
ad1ab424e8
Added new SearchLayout, SearchNavigationBarXS
...
• Added:
- new SearchLayout, SearchNavigationBarXS
2020-10-31 18:37:15 -05:00
mgabdev
51b516a406
Added search/links route to ui.js
...
• Added:
- search/links route to ui.js
2020-10-31 18:33:58 -05:00
mgabdev
3a5b45e555
Added new styles to global.css
...
• Added:
- new styles to global.css
2020-10-31 18:33:16 -05:00
mgabdev
68fe383a28
Added links/PreviewCardItem to Search feature results
...
• Added:
- links/PreviewCardItem to Search feature results
2020-10-31 18:31:12 -05:00
mgabdev
7887bc21bc
Added utils/url for functions in StatusCard
...
• Added:
- utils/url for functions in StatusCard
2020-10-31 18:30:32 -05:00
mgabdev
fd7ec778fe
Updated FooterBar sidebar functionality
...
• Updated:
- FooterBar sidebar functionality
2020-10-31 18:20:21 -05:00
mgabdev
7e673d4e7f
Added link/PreviewCard search to search
...
• Added:
- link/PreviewCard search to search
2020-10-31 18:10:59 -05:00
mgabdev
60f75ed676
Added /links button to StatusCard for preview cards
...
• Added:
- /links button to StatusCard for preview cards
2020-10-31 18:08:17 -05:00
mgabdev
9f563935bf
Added Explore back to FooterBar
...
• Added:
- Explore back to FooterBar
2020-10-31 18:07:06 -05:00
mgabdev
62d77311a3
Added question button to promoted posts to show ProUpgradeModal
...
• Added:
- question button to promoted posts to show ProUpgradeModal
2020-10-31 18:06:49 -05:00
mgabdev
bb5747576b
Added new styles to global.css
...
• Added:
- new styles to global.css
2020-10-30 20:08:59 -05:00
mgabdev
b434704000
Updated SidebarLayout styles
...
• Updated:
- SidebarLayout styles
2020-10-30 18:23:38 -05:00
mgabdev
86dd626a8e
Added action buttons to emptyMessage in AccountTimeline, ListsDirectory
...
• Added:
- action buttons to emptyMessage in AccountTimeline, ListsDirectory
2020-10-30 16:25:33 -05:00
mgabdev
6db1cf421b
Added cashtag support for statuses
...
• Added:
- cashtag support for statuses
Ref: e23931b255
2020-10-30 14:01:55 -05:00
mgabdev
9f712198dc
Fixed issue in FooterBar for when no user exists
...
• Fixed:
- issue in FooterBar for when no user exists
2020-10-30 13:18:42 -05:00
mgabdev
ec3310d6df
Added SidebarXS in FooterBar and open SidebarXS from right
...
• Added:
- SidebarXS in FooterBar
- open SidebarXS from right
2020-10-30 13:05:30 -05:00
mgabdev
73e1584d43
Updated some pages and layouts for navigation noSearch and showBackBtn
...
• Updated:
- some pages and layouts for navigation noSearch and showBackBtn
2020-10-30 12:57:20 -05:00
mgabdev
a469d5ef0f
Updated DefaultNavigationBar styles and layout
...
• Updated:
- DefaultNavigationBar styles and layout
- Search is visible on every nav page on desktop
• Removed:
- Search on every mobile page header
- News link
- Profile/Menu sidebar open button avatar
• Added:
- Group link in nav
2020-10-30 12:55:32 -05:00
mgabdev
c90d33cc79
Removed min height on mobile composer AutoSuggestTextbox
...
• Removed:
- min height on mobile composer AutoSuggestTextbox
2020-10-29 23:41:51 -05:00
mgabdev
8229b9dc2a
Removed search from Groups page
...
• Removed:
- search from Groups page
2020-10-29 23:40:44 -05:00
mgabdev
acb91445c9
Updated Avatar size in DefaultNavigationBar
...
• Updated:
- Avatar size in DefaultNavigationBar from 32px to 34px
2020-10-29 23:39:27 -05:00
mgabdev
97a9fa546e
Updated StatusOptionsPopover to use new StatusSharePopover
...
• Updated:
- StatusOptionsPopover to use new StatusSharePopover instead of existing three options: copy, embed, email
2020-10-29 23:38:55 -05:00
mgabdev
083218648a
Removed search from Notifications page
...
• Removed:
- search from Notifications page
2020-10-29 23:36:09 -05:00
mgabdev
f6e3a9ad96
Added some more necessary styles in global.css
...
• Added:
- some more necessary styles in global.css
2020-10-29 23:35:26 -05:00
mgabdev
b9f15b28a6
Added timeline injections when empty Home timeline or Notifications
...
• Added:
- timeline injections when empty Home timeline or Notifications on all tab
2020-10-29 23:33:50 -05:00
mgabdev
15f9d7f955
Updated StatusSharePopover buttons to open in new tab and fit in popover
...
• Updated:
- StatusSharePopover buttons to open in new tab and fit in popover
2020-10-29 23:32:06 -05:00
mgabdev
81987f9890
Added GabPRO link in DefaultSidebar list
...
• Added:
- GabPRO link in DefaultSidebar list
2020-10-29 23:31:19 -05:00
mgabdev
f5017a07c4
Updated placeholder text in Search text input
...
• Updated:
- placeholder text in Search text input
2020-10-29 23:31:01 -05:00
mgabdev
c3cb3a5361
Updated NavigationBarButton style
...
• Updated:
- NavigationBarButton style
2020-10-29 22:56:22 -05:00
mgabdev
f129d9c49b
Added LinkTimeline and PreviewCard fetching by id
...
• Added:
- LinkTimeline and PreviewCard fetching by id
2020-10-29 18:46:54 -05:00
mgabdev
f7dc62460c
Added textAlignRight style to Text
...
• Added:
- textAlignRight style to Text
2020-10-28 23:25:29 -05:00
mgabdev
f97e43b173
Added a props prop to TimelineInjectionRoot for child injection
...
• Added:
- a props prop to TimelineInjectionRoot for child injection
2020-10-28 23:24:49 -05:00
mgabdev
84007841a4
Fixed issue with SidebarLayout for height if no email
...
• Fixed:
- issue with SidebarLayout for height if no email to ensure user exists
2020-10-28 23:23:31 -05:00
mgabdev
ffb60b4f01
Added About link to LoggedOutSidebar
...
• Added:
- About link to LoggedOutSidebar
2020-10-28 23:23:09 -05:00
mgabdev
f3e4bb134a
Updated Search component to be type=search
...
• Updated:
- Search component to be type=search
2020-10-28 23:22:51 -05:00
mgabdev
545b784d2e
Updated ColumnIndicator to have padding and icon theme matching
...
• Updated:
- ColumnIndicator to have padding and icon theme matching
2020-10-28 23:20:59 -05:00
mgabdev
bec04e2b01
Updated PopoverBase to hide Popover when reference is hidden
...
• Updated:
- PopoverBase to hide Popover when reference is hidden
2020-10-28 23:20:33 -05:00
mgabdev
5f801c94e7
Added innerRef prop to all Popovers from PopoverRoot
...
• Added:
- innerRef prop to all Popovers from PopoverRoot
2020-10-28 23:17:07 -05:00
mgabdev
84d8c3aa13
Updated GroupInfoPanel icons to follow theme styles
...
• Updated:
- GroupInfoPanel icons to follow theme styles
2020-10-28 23:15:59 -05:00
mgabdev
1a118a50b0
Updated NavigationBarButton style to be icon top, title bottom
...
• Updated:
- NavigationBarButton style to be icon top, title bottom
2020-10-28 23:15:37 -05:00
mgabdev
8a20e4ee0a
Updated propTypes in Image component
...
• Updated:
- propTypes in Image component
2020-10-28 23:14:09 -05:00
mgabdev
91b6537e63
Fixed issue in Search for status footer button link
...
• Fixed:
- issue in Search for status footer button link
2020-10-28 23:13:30 -05:00
mgabdev
3365893022
Fixed naming issue in AboutLayout component
...
• Fixed:
- naming issue in AboutLayout component
2020-10-28 23:11:11 -05:00
mgabdev
c1b4a6f034
Updated status search functionality, Added search/statuses route
...
• Updated:
- status search functionality
• Added:
- search/statuses route
2020-10-26 01:08:31 -05:00
mgabdev
4bfe7d63bb
Fixed issue with getting status id in Search page
...
• Fixed:
- issue with getting status id in Search page
2020-10-26 00:59:27 -05:00
mgabdev
84f779b070
TESTING Adding statuses to search
...
TESTING
• Adding:
- statuses to search
2020-10-26 00:55:05 -05:00
mgabdev
f2b9889e49
Updated onShare functionality in StatusContainer
...
• Updated:
- onShare functionality in StatusContainer
2020-10-24 22:07:55 -05:00
mgabdev
3dadf3d268
Updated StatusSharePopover and navigator.canShare() functionality
...
• Updated:
- StatusSharePopover links and urls
- navigator.canShare() functionality in StatusContainer
2020-10-24 21:58:48 -05:00
mgabdev
a8a83a70d6
TESTING Updated StatusSharePopover with new style, functionality
...
TESTING
• Updated:
- StatusSharePopover with new style, functionality
• Todo:
- Get correct share text
- Remove unused code
2020-10-24 18:50:09 -05:00
mgabdev
2937ecc549
Updated Video component pip icon to copy icon
...
• Updated:
- Video component pip icon to copy icon
2020-10-24 18:49:11 -05:00
mgabdev
763aa63dc2
Updated StatusActionBarItem to not show title on min BREAKPOINT_SMALL
...
• Updated:
- StatusActionBarItem to not show title on min BREAKPOINT_SMALL
2020-10-24 18:48:58 -05:00
mgabdev
9a61bea577
Fixed issue with PopoverLayout XS Heading
...
• Fixed:
- issue with PopoverLayout XS Heading
2020-10-24 18:48:23 -05:00
mgabdev
d47b3f48ed
Added background color styles for sharing
...
• Added:
- background color styles for sharing
2020-10-24 18:47:53 -05:00
mgabdev
4dce054e43
Updated gab_font_icon
...
• Updated:
- gab_font_icon
2020-10-24 18:47:39 -05:00
mgabdev
a3fb02d86f
TESTING Fixed variable in StatusContainer
...
TESTING
• Fixed:
- variable in StatusContainer
2020-10-24 14:24:11 -05:00
mgabdev
0a46f54b7f
TESTING Added onShare to StatusContainer
...
TESTING
• Added:
- onShare to StatusContainer
2020-10-24 14:18:36 -05:00
mgabdev
651e2bd381
Added share button to StatusActionBar
...
• Added:
- share button to StatusActionBar
• Todo:
- Fix styles for responsiveness
2020-10-24 14:18:06 -05:00
mgabdev
a4a1cb19ce
Added StatusSharePopover for sharing status
...
• Added:
- StatusSharePopover for sharing status
2020-10-24 14:17:21 -05:00
mgabdev
fc2ce1c74e
Fixed status style padding bottom for sensitive media quote/child
...
• Fixed:
- status style padding bottom for sensitive media quote/child
2020-10-24 14:16:21 -05:00
mgabdev
de5a1f93b8
Added ability to click to enlarge profile, cover photo on profile
...
• Added:
- ability to click to enlarge profile, cover photo on profile
2020-10-22 16:57:22 -05:00
mgabdev
50169fcd7d
Removed unused code in ImageLoader
...
• Removed:
- unused code in ImageLoader
2020-10-22 16:56:01 -05:00
mgabdev
84061542f0
Fixed issue with gfi-v1.1 underscore to dash
...
• Fixed:
- issue with gfi-v1.1 underscore to dash
2020-10-16 18:13:13 -05:00
mgabdev
57c2edbd2f
Updated DefaultNavigationBar to have light/muted/dark mode toggle
...
• Updated:
- DefaultNavigationBar to have light/muted/dark mode toggle on desktop only
2020-10-16 17:00:59 -05:00
mgabdev
42f244e967
Added onClick prop to NavigationBarButton component
...
• Added:
- onClick prop to NavigationBarButton component
2020-10-16 17:00:33 -05:00
mgabdev
fb815c5f47
Updated GabFontIcon/gab_font_icon/gfi to v1.1
...
• Updated:
- GabFontIcon/gab_font_icon/gfi to v1.1 with new icons
2020-10-16 16:59:52 -05:00
mgabdev
0519c8ba2b
Updated DefaultNavigationBar with resend confirmation email banner
...
• Updated:
- DefaultNavigationBar with resend confirmation email banner
2020-10-16 16:29:10 -05:00
mgabdev
95d5894858
Added missing components in async_components
...
• Added:
- missing components in async_components
2020-10-16 16:27:01 -05:00
mgabdev
3c07e9d63b
Added new security question to sign up, Added notification for unconfirmed emails
...
• Added:
- new security question to sign up
- notification for unconfirmed emails
- modal for describing issue with Gab emails
2020-10-16 16:25:37 -05:00
mgabdev
1d9b7bd28a
Added ProgressInjection
...
• Added:
- ProgressInjection for monthly funding progress
2020-10-13 10:30:14 -05:00
mgabdev
8b9e697cfb
Updated StatusCard width when is not vertical
...
• Updated:
- StatusCard width when is not vertical
2020-10-13 10:07:38 -05:00
mgabdev
0783e13b12
Added investors link to link footer
...
• Added:
- investors link to link footer
2020-10-06 19:47:52 -04:00
mgabdev
f5446783b8
Updated mobile slide out sidebar
...
• Updated:
- mobile slide out sidebar
2020-10-06 19:47:34 -04:00
mgabdev
9b044f233a
Fixed issue with SidebarPanelGroup showing StatusPromotionPanels
...
• Fixed:
- issue with SidebarPanelGroup showing StatusPromotionPanels
2020-10-06 08:42:53 -05:00
mgabdev
65c5ee56f9
Updated GroupsController, groups reducer to work with browsing by category, tag
...
• Updated:
- GroupsController, groups reducer to work with browsing by category, tag
2020-09-24 16:21:16 -05:00
mgabdev
ada8b123d6
Updated handleComposeSubmit to inject own status into timeline on post
...
• Updated:
- handleComposeSubmit to inject own status into timeline on post
2020-09-24 15:41:59 -05:00
mgabdev
7c952a1e06
Fixed issue with truncated group info description on desktop
...
• Fixed:
- issue with truncated group info description on desktop
2020-09-15 11:03:37 -05:00
mgabdev
395e37282d
Removed "Read More" in group description on desktop
...
• Removed:
- "Read More" in group description on desktop
2020-09-15 00:16:20 -05:00
mgabdev
a842bfb20b
Fixes for news and injection links
...
• Fixes:
- for news and injection links
2020-09-14 22:16:21 -05:00
mgabdev
105d8320e8
Removed tv links for now
2020-09-14 20:25:45 -05:00
mgabdev
12c9cf2083
Updated explore page functionality
...
• Updated:
- explore page functionality
2020-09-14 20:20:27 -05:00
mgabdev
86e3d3aaf2
Updated group category check in group_editor action
...
• Updated:
- group category check in group_editor action
2020-09-14 20:15:45 -05:00
mgabdev
345fc0bfb3
Added collapsable GroupInfoPanel description for long descriptions
...
• Added:
- collapsable GroupInfoPanel description for long descriptions
2020-09-14 19:53:33 -05:00
mgabdev
90f9ac31fa
Revert with update path cb30e0dcb
...
• Revert:
- with update path cb30e0dcb
2020-09-14 17:34:26 -05:00
mgabdev
4fd274348c
Added check for if no user, only load more twice
...
• Added:
- check for if no user, only load more twice on GroupCollectionTimeline, GroupTimeline
2020-09-14 17:19:24 -05:00
mgabdev
1955ee6602
Fixed missing export in async_components for GroupPasswordModal
...
• Fixed:
- missing export in async_components for GroupPasswordModal
2020-09-14 17:13:40 -05:00
mgabdev
fafd1ef658
Added pages and routes for Groups by tag and category
...
• Added:
- pages and routes for Groups by tag and category
2020-09-14 17:12:45 -05:00
mgabdev
cb30e0dcbf
Removed gab_trends action in news (for now, TESTING)
...
• Removed:
- gab_trends action in news (for now, TESTING)
2020-09-14 11:54:50 -05:00
mgabdev
036ef006ae
Added isCard for alt layout to Account component
...
• Added:
- isCard for alt layout to Account component
2020-09-14 11:47:46 -05:00
mgabdev
065922566e
Added visibility: private_group to StatusHeader info
...
• Added:
- visibility: private_group to StatusHeader info
2020-09-14 11:46:37 -05:00
mgabdev
9f4ffc9686
Added TimelineInjectionBase to StatusList every 18th slot in home_timeline
...
• Added:
- TimelineInjectionBase to StatusList every 18th slot in home_timeline
2020-09-14 11:45:52 -05:00
mgabdev
0de2aad117
Updated shop reducer items to be array not immutable list
...
• Updated:
- shop reducer items to be array not immutable list
2020-09-14 11:44:34 -05:00
mgabdev
91a62bb3b5
Added timeline_injections in reducers/index.js
...
• Added:
- timeline_injections in reducers/index.js
2020-09-14 11:43:45 -05:00
mgabdev
cae708aa62
Added missing styles in global.css
...
• Added:
- missing styles in global.css
2020-09-14 11:42:43 -05:00
mgabdev
09b24f5ae0
Added max-width to ShopItem component
...
• Added:
- max-width to ShopItem component
2020-09-14 11:41:35 -05:00
mgabdev
421111f5f2
Added isAddable prop to GroupCollectionItem
...
• Added:
- isAddable prop to GroupCollectionItem
2020-09-14 11:41:10 -05:00
mgabdev
d198695bdb
Added Timeline Injections
...
• Added:
- Timeline Injections
- FeaturedGroupsInjection, GroupCategoriesInjection, ProUpgradeInjection, PWAInjection, ShopInjection, TimelineInjectionBase, TimelineInjectionLayout, TimelineInjectionRoot, UserSuggestionsInjection
- Constants
- Redux for timeline_injections
- settings for setting
- popover for dismissing and saving weight
2020-09-14 11:40:42 -05:00
mgabdev
41f48ea886
Added checks for status visiblity if group is private
...
• Added:
- checks for status visiblity if group is private
2020-09-14 11:12:25 -05:00
mgabdev
b124a5024c
Added Press, Assets pages in About section
...
• Added:
- Press, Assets pages in About section
2020-09-11 18:02:07 -05:00
mgabdev
b524baf35b
Added fillBrand style
...
• Added:
- fillBrand style
2020-09-11 17:55:34 -05:00
mgabdev
dc23cca222
Added color red to Text component
...
• Added:
- color red/error to Text component
2020-09-11 17:55:24 -05:00
mgabdev
b608453939
Added check in StatusCard for isVertical
...
• Added:
- check in StatusCard for isVertical to force vertical layout for card image and texts
2020-09-11 17:55:05 -05:00
mgabdev
188dc4e008
Removed updateOnProps in Status component
...
• Removed:
- updateOnProps in Status component
2020-09-11 17:54:09 -05:00
mgabdev
6d85c76c8f
Added ability to set password for groups
...
• Added:
- ability to set password for groups
- GroupPasswordModal
- checks for if has password
- rate limiting in rack_attack
2020-09-11 17:27:00 -05:00
mgabdev
8c4f4899e7
Updated functionality for group join requests approve, reject, leave
...
• Updated:
- functionality for group join requests approve, reject, leave
2020-09-11 17:22:33 -05:00
mgabdev
f8e9c99e17
Updated spelling in groups action GROUP_UNPIN_STATUS_FAIL
...
• Updated:
- spelling in groups action GROUP_UNPIN_STATUS_FAIL
2020-09-11 17:19:21 -05:00
mgabdev
0913d3677c
Added isDisabled prop to Input
...
• Added:
- isDisabled prop to Input
2020-09-11 17:11:54 -05:00
mgabdev
ed58ca4fe9
Added GroupActionButton component
...
• Added:
- GroupActionButton component for handling group + relationships for joining, requesting, leaving groups
• Updated:
- Components where group actions exist
2020-09-11 17:10:31 -05:00
mgabdev
fb8c705ebf
Updated redux gab_trends -> gab for our services
...
• Updated:
- redux gab_trends -> gab for our services
- TrendsPanel to use updated route
2020-09-10 17:21:39 -05:00
mgabdev
793f46253c
Added tooltips to info icons in GroupInfoPanel for isPrivate, isVisible
...
• Added:
- tooltips to info icons in GroupInfoPanel for isPrivate, isVisible
2020-09-10 17:18:13 -05:00
mgabdev
d61df6e2ae
Added GroupCategories page
...
• Added:
- GroupCategories page for selecting groups based on category
2020-09-10 17:15:35 -05:00
mgabdev
6e17b7c17b
Updated GroupCategory functionality with Groups
...
• Updated:
- GroupCategory functionality with Groups
2020-09-10 17:12:43 -05:00
mgabdev
217aab9faa
Added join requests to Groups
...
• Added:
- join requests to Groups
- redux actions, reducers
- controller and functionality for fetching join requests, accepting, rejecting join requests
2020-09-10 17:07:00 -05:00
mgabdev
d3355f8bd5
Added suggestions page Updated SuggestionsController with unlimited param
...
• Added:
- suggestions page in app
• Updated:
- SuggestionsController with unlimited param to show max 80 items
2020-09-10 16:21:20 -05:00
mgabdev
d1d6124ffc
Updated user_lists group_removed_accounts value
...
• Updated:
- user_lists group_removed_accounts value
2020-09-10 16:19:04 -05:00
mgabdev
c4fdd36190
Updated group_removed_accounts redux value
...
• Updated:
- group_removed_accounts redux value
2020-09-10 15:24:38 -05:00