Commit Graph

37 Commits

Author SHA1 Message Date
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
2458773093
c56a8914f3 Merge remote-tracking branch 'origin/styling/add-groups-link' into groups-updates
* origin/styling/add-groups-link: (31 commits)
  Comment out the "groups" button until ready to reveal.
  Changed the method of adding main navigation icons. Created a png sprite sized @2x based on largest usage (for retina). This will fix some rendering issues caused by using svg images. It will allow adding depth and more color / shading if we choose later.
  intents fix
  federation fix
  two more federation fixes
  Removed unused imports
  Removed unused PublicTimeline component
  Updated CommunityTimeline to add option for "all federated" content
  Removed unused import in unauthorized_modal
  Updated registration legal links
  Updated compose_form to account for if compose modal open
  Added empty message to pinned statuses page
  Updated nextProps withReplies for account timeline
  Added empty message to account_gallery media page
  Updated timeline/notification dequeue to be in componentDidMount
  Added TimelineQueueButtonHeader to status_list
  Added queue functionality status_list_container for status timelines
  Updated all Redis.current.publish, PushUpdateWorker.perform_async to work again
  Added timeline dequeue functionality to onSubmitCompose action
  Added redux functionality for queueing/dequeueing timelines
  ...
2019-07-16 14:29:38 +03:00
2458773093
1fabd28498 New groups 2019-07-15 16:47:05 +03:00
mgabdev
ebc44ed743 Added timeline dequeue functionality to onSubmitCompose action
when a status is composed and there's queued statuses, it attempts to dequeue those statuses with optional dequeueArgs
2019-07-11 12:10:46 -04:00
robcolbert
bd0b5afc92 Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00