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
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
8d13b9d020
Updated Link feed title in ui.js
...
• Updated:
- Link feed title in ui.js
2020-10-31 19:17:04 -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
f129d9c49b
Added LinkTimeline and PreviewCard fetching by id
...
• Added:
- LinkTimeline and PreviewCard fetching by id
2020-10-29 18:46:54 -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
a4a1cb19ce
Added StatusSharePopover for sharing status
...
• Added:
- StatusSharePopover for sharing status
2020-10-24 14:17:21 -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
12c9cf2083
Updated explore page functionality
...
• Updated:
- explore page functionality
2020-09-14 20:20:27 -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
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
b124a5024c
Added Press, Assets pages in About section
...
• Added:
- Press, Assets pages in About section
2020-09-11 18:02:07 -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
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
3ef86098bf
Removed currently unused imports in async_components
...
• Removed:
- currently unused imports in async_components
2020-09-03 10:49:19 -05:00
mgabdev
36af0f952c
Removed currently unused imports in async_components
...
• Removed:
- currently unused imports in async_components
2020-09-03 10:47:04 -05:00
mgabdev
bfa842f2d5
Updated AboutSidebar path in async_components
...
• Updated:
- AboutSidebar path in async_components
2020-09-02 13:05:10 -05:00
mgabdev
38a4f1ed7f
Updated WhoToFollowPanel to be UserSuggestionsPanel and included related, verified
...
• Updated:
- WhoToFollowPanel to be UserSuggestionsPanel and included related, verified
- All pages, layouts to use new component
• Removed:
- VerifiedAccountsPanel
2020-09-01 11:54:01 -05:00
mgabdev
eeb0fdcd47
Fixed issues in StatusLikes, StatusReposts, made own pages
...
• Fixed:
- issues in StatusLikes, StatusReposts, made own pages
2020-08-20 15:11:39 -05:00
mgabdev
99982c0391
Finished updating the reformatting of propTypes and set redux, intl functions to end of component
...
• Finished:
- updating the reformatting of propTypes and set redux, intl functions to end of component
• Removed:
- Gif implementation
2020-08-18 19:22:15 -05:00
mgabdev
d5ad398d53
Updated all long style names to be more compact
...
• Updated:
- all long style names to be more compact
2020-08-18 15:43:06 -05:00
mgabdev
46a0cbca7d
Beginning to reformat propTypes and set redux, intl functions to end of component files
...
• Beginning:
- to reformat propTypes and set redux, intl functions to end of component files
2020-08-17 17:06:22 -05:00
mgabdev
7e47bb1d9c
Removed prop-types global import, added to files directly
...
• Removed:
- prop-types global import, added to files directly
2020-08-17 15:59:29 -05:00
mgabdev
5a55f89dbe
Removed connect global import, added to files directly
...
• Removed:
- connect global import, added to files directly
2020-08-17 15:39:25 -05:00
mgabdev
43e384554c
Remove React, PureComponent global import, added those imports to files directly
...
• Remove:
- React, PureComponent global import and added those imports to files directly
2020-08-17 15:07:16 -05:00
mgabdev
017eb0e99d
Removed log in WrappedBundle
...
• Removed:
- log in WrappedBundle
2020-08-14 12:46:13 -05:00
mgabdev
63c0f8c9fb
Updated PageTitle component
...
• Updated:
- PageTitle component
2020-08-12 17:54:33 -05:00
mgabdev
adf4c49c82
Updated markdown utils to use underscore instead of dash
...
• Updated:
- markdown utils to use underscore instead of dash
2020-08-12 17:53:23 -05:00
mgabdev
a72ea2b525
Updated panels to be async_components
...
• Updated:
- panels to be async_components
• Added:
- WrappedBundle
2020-08-12 17:52:46 -05:00
mgabdev
b1a4a68a24
Removed groups/:id/media path for now
...
• Removed:
- groups/:id/media path for now
2020-08-07 17:29:23 -05:00
mgabdev
89def69904
Removed unused Explore feature
...
• Removed:
- unused Explore feature, as it is now just GroupCollectionTimeline
2020-08-06 23:09:17 -05:00
mgabdev
0ad00a481e
Removed unused AuthPage in ui.js
2020-08-06 00:17:07 -05:00
mgabdev
ee8ec2fc8d
Updated UI routes for logged out, Added news
...
• Updated:
- UI routes for logged out, Added news
2020-08-06 00:16:52 -05:00
mgabdev
180d6b9bbc
Added News to async_components
...
• Added:
- News to async_components
2020-08-06 00:16:18 -05:00
mgabdev
1b284d3d8f
Added GroupTimelineSortOptionsPopover, GroupTimelineSortTopOptionsPopover to async_components
...
• Added:
- GroupTimelineSortOptionsPopover, GroupTimelineSortTopOptionsPopover to async_components
2020-08-06 00:16:07 -05:00
mgabdev
ae930c908e
Removed GroupRemovedAccountsModal, GroupMembersModal
...
• Removed:
- GroupRemovedAccountsModal, GroupMembersModal
2020-08-06 00:03:41 -05:00
mgabdev
c616a80d4e
Added GroupAbout, GroupCollectionTimeline to async_components
...
• Added:
- GroupAbout, GroupCollectionTimeline to async_components
2020-08-06 00:02:31 -05:00
mgabdev
2958ec5509
Updated some groups routes in ui.js
...
• Updated:
- some groups routes in ui.js
2020-08-06 00:01:56 -05:00
mgabdev
15fa714bbc
Added publicRoute prop to /search/hashtags
...
• Added:
- publicRoute prop to /search/hashtags
2020-08-06 00:01:37 -05:00
mgabdev
88d3b328f6
Added publicRoute prop to /search/groups in ui.js
...
• Added:
- publicRoute prop to /search/groups in ui.js
2020-07-24 21:41:30 -05:00
mgabdev
86ac15ce90
Added group sorting to GroupCollection
...
• Added:
- group sorting to GroupCollection
- constants for group sorting
- GroupListSortOptionsPopover
2020-07-24 21:41:05 -05:00
mgabdev
043fc01cea
Added self-destructing/expiring statuses
...
• Added:
- self-destructing/expiring statuses for GabPRO members only
- ExpiringStatusWorker
- stopwatch icon
- expires_at redux values
- expires_at button in composer
- expires at selection popover
• Updated:
- Schedule status button to not show if expiring status active
2020-07-24 19:05:31 -05:00
mgabdev
13af58da7a
Added bookmarks
...
• Added:
- bookmarks for GabPRO members only
- migration for creation of StatusBookmarks
- all necessary routes, controllers
- redux for adding, removing, fetching and displaying bookmarks
- bookmark icon
- doorkeeper scopes
- backend and frontend support
Bookmarks behave like likes/favorites, except they aren't shared with other users and do not have an associated counter.
dfea7368c9
2020-07-24 18:48:31 -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
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
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
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
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