Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4802 | Rev 4806 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4802 Rev 4803
Línea 49... Línea 49...
49
  shared_time_elapse,
49
  shared_time_elapse,
50
  shared_description,
50
  shared_description,
51
  shared_file_video,
51
  shared_file_video,
52
  shared_file_image_preview,
52
  shared_file_image_preview,
53
  shared_file_image,
53
  shared_file_image,
-
 
54
  owner_external_shared,
54
  shared_file_document,
55
  shared_file_document,
55
  shared_url,
56
  shared_url,
56
  feed_increment_external_counter_url,
57
  feed_increment_external_counter_url,
57
  addNotification, // REDUX ACTION
58
  addNotification, // REDUX ACTION
58
  openShareModal, // REDUX ACTION
59
  openShareModal, // REDUX ACTION
Línea 76... Línea 77...
76
        setFeedIsLiked(!feedIsLiked);
77
        setFeedIsLiked(!feedIsLiked);
77
      });
78
      });
78
  };
79
  };
Línea 79... Línea 80...
79
 
80
 
-
 
81
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
Línea 80... Línea 82...
80
  const handleShare = () => openShareModal(feed_share_url, shareModalTypes.SHARE, feedTypes.DASHBOARD, feed_unique)
82
  const handleExternalShare = (value) => setExternalShare(value)
Línea 81... Línea 83...
81
 
83
 
Línea 82... Línea 84...
82
  const displayCommentSection = () => setShowComments(!showComments)
84
  const displayCommentSection = () => setShowComments(!showComments)
Línea 83... Línea 85...
83
 
85
 
84
  const ExternalShareButton = withExternalShare(InputOption, feed_increment_external_counter_url, { Icon: SendOutlinedIcon, color: 'gray', title: 'Send' }, feed_share_external_url)
86
  const ExternalShareButton = withExternalShare(InputOption, feed_increment_external_counter_url, { Icon: SendOutlinedIcon, color: 'gray', title: 'Send' }, feed_share_external_url, handleExternalShare)