Commit Graph

54 Commits

Author SHA1 Message Date
mgabdev
a2ffbadedb Progress on new composer
Updated composer to work with comments, groups, timelines, comments in groups, etc.
2020-12-20 20:37:53 -05:00
mgabdev
7ec426e3d8 Progress on DMs
Progress on DMs
2020-12-19 01:33:33 -05:00
mgabdev
04053c0e31 Progress, Deck done 2020-12-16 17:29:06 -05:00
mgabdev
75d52c841e Progress 2020-12-15 19:31:30 -05:00
mgabdev
05c5dcb581 Updated Toast alerts, progress mvp
• Updated:
- Toast alerts
2020-12-07 23:39:13 -05:00
mgabdev
b4e370d3d3 Commiting 2020-11-25 15:22:37 -06:00
mgabdev
fb612f60c8 Commiting 2020-11-15 12:48:32 -06: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
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
eae6f70b3f Updated insertIfOnline functionality in actions/compose for submitComposeSuccess
• Updated:
- insertIfOnline functionality in actions/compose for submitComposeSuccess
2020-08-12 17:59:23 -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
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
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
91d5a81b72 Added composeClear function in redux
• Added:
- composeClear function in redux
2020-07-14 00:19:02 -05:00
mgabdev
fc80955306 Updating composer to fix line breaks and other rich text issues
• Updating:
- composer to fix line breaks and other rich text issues
2020-06-19 21:02:13 -04:00
mgabdev
1a506327db Rich Text Editor (WIP) x3 2020-06-17 13:25:10 -04:00
mgabdev
20a3221c4b Rich Text Editor (WIP) 2020-06-12 12:01:54 -04:00
mgabdev
efd9d684e0 Updated comment composer to include mentions on first focus
This will (somewhat & temporarily) fix the issue of people not getting notifications when others comment via inline comment composer in the timeline

• Updated:
- comment composer to include mentions on first focus

• Todo:
- Test on develop
- Work in backend to resolve issue completely of non-mentioned people not getting notified on their own replies
2020-06-08 19:46:22 -04:00
mgabdev
91a227913a Added emoji support for composer
• Added:
- emoji support for composer
- new emoji sheet

• Updated:
- Textarea to accomodate
- Reducers and actions to retrieve caretPosition on text change when typing

• Removed:
- Unused input type on AutosuggestTextbox
- Old emoji sheet.png
2020-06-05 21:43:08 -04:00
mgabdev
2444f77e03 Fixed issue with reassigning const for scheduled posts
• Fixed:
- issue with reassigning const for scheduled posts
- schedule posts now work as expected
2020-05-15 16:57:21 -04:00
mgabdev
3725bfa5ef Fix issue with quote repost not opening modal dialog 2020-05-15 01:34:01 -04:00
mgabdev
e321c36c25 Progress 2020-05-14 23:46:10 -04:00
mgabdev
805012ab72 Progress 2020-05-14 23:36:10 -04:00
mgabdev
a1977ba450 Progress 2020-05-14 23:17:31 -04:00
mgabdev
c1131db577 Progress 2020-05-06 19:40:54 -04:00
mgabdev
01bb440385 Progress
comments yo
2020-05-05 01:16:01 -04:00
mgabdev
498f163880 Progress 2020-05-04 14:44:37 -04:00
mgabdev
196a906cec Progress 2020-05-02 02:25:55 -04:00
mgabdev
8e349c368c Progress 2020-05-01 01:50:27 -04:00
mgabdev
5efe40f301 Progress 2020-04-28 22:24:35 -04:00
mgabdev
01c8041a6a Progress 2020-04-23 23:17:27 -04:00
mgabdev
e2e7e8c0af Progress 2020-04-23 02:13:29 -04:00
mgabdev
fed036be08 Progress 2020-04-22 01:00:11 -04:00
mgabdev
bb4fcdf32d Progress 2020-04-07 21:06:59 -04:00
mgabdev
80d41b8d94 Progress 2020-04-01 23:17:21 -04:00
mgabdev
1a33759e19 Progress 2020-03-31 12:04:50 -04:00
mgabdev
0f01c1bc97 Progress 2020-03-24 23:08:43 -04:00
mgabdev
65af72faae Progress 2020-03-14 13:31:29 -04:00
mgabdev
0b94033011 Progress 2020-03-08 19:02:28 -04:00
mgabdev
2bd01457a6 Updating files after merge 2020-01-29 11:45:17 -05:00
mgabdev
0a3c6cea89 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/frontend_refactor 2020-01-28 11:29:26 -05:00
mgabdev
8dcdda95ac Added moment utc transformation to post compose api call for scheduled posts 2020-01-14 11:39:44 -05:00
mgabdev
09a8778856 Added alert for successfully scheduling a status 2019-09-18 22:52:45 -04:00
mgabdev
6ede1426f2 Added redux functionality for scheduled posts 2019-09-18 20:15:01 -04:00
mgabdev
dc87184ef0 Added handleComposeSubmit in actions/compose
Split up from submitCompose() so it can be called elsewhere
2019-08-28 01:24:06 -04:00
2458773093
2fdeccd1c6 edit ui 2019-08-23 01:09:15 +03:00
mgabdev
280dc51d85 Large update for all components
reorganization, linting, updating file imports, consolidation
warning: there will be errors in this commit
todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
2019-08-07 01:02:36 -04:00
2458773093
aae01581d9 quote compose 2019-08-04 15:27:49 +03:00
2458773093
04b219355c Merge branch 'develop' into groups-updates
* develop:
  Updated status component to use properStatus when going to status page
  Added floating action button to ui/index
  Removed floating action button from columns area
  Fix issue with notification badge number not showing on mobile
  Updated scrollable_list to use documentElement for (primary/only) scrolling functionality
  Added onScroll props to status_list
  Added timeline scrollTop action, added to status_list_container, scrollable_list
  Removed unnecessary scrollContainer in status, account_gallery
  Added missing isLoading prop to ScrollableList
  Updated scrollable_list intersectionObserverWrapper
  Updated floatingActionButton to only show if someone is logged in
  Updated timeline_queue_button_header
  Removed focus of compose/cw after submit or spoiler change
  Removed set height of 100% on body
  Removed unused redirect after compose submit
  Patch Fix for hidden poll choices and results on light theme.
  Updated notification badge number formatter
  Fixed status/repost functionality to show status if owned by given username
  admin tool for editing pro status of accounts
2019-07-18 23:02:16 +03:00
mgabdev
5ca9ea500d Removed unused redirect after compose submit
route: /posts/new no longer exists
2019-07-17 18:46:42 -04:00