Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3297 Rev 3303
Línea 15... Línea 15...
15
import { TbSend } from "react-icons/tb";
15
import { TbSend } from "react-icons/tb";
16
import { BiDotsVerticalRounded, BiMessage } from "react-icons/bi";
16
import { BiDotsVerticalRounded, BiMessage } from "react-icons/bi";
17
import styles from "./feedTemplate.module.scss";
17
import styles from "./feedTemplate.module.scss";
18
import styleFeed from "../share-feed/shareFeed.module.scss";
18
import styleFeed from "../share-feed/shareFeed.module.scss";
Línea -... Línea 19...
-
 
19
 
-
 
20
import { FacebookShareButton } from "react-share";
19
 
21
 
20
// Redux actions
22
// Redux actions
21
import { openShareModal } from "../../../redux/share-modal/shareModal.actions";
23
import { openShareModal } from "../../../redux/share-modal/shareModal.actions";
22
import { addNotification } from "../../../redux/notification/notification.actions";
24
import { addNotification } from "../../../redux/notification/notification.actions";
23
import { deleteFeed } from "../../../redux/feed/feed.actions";
25
import { deleteFeed } from "../../../redux/feed/feed.actions";
Línea 52... Línea 54...
52
    feed_highlighted,
54
    feed_highlighted,
53
    feed_share_url,
55
    feed_share_url,
54
    feed_delete_url,
56
    feed_delete_url,
55
    comments,
57
    comments,
56
    comment_add_url,
58
    comment_add_url,
-
 
59
    feed_share_external_url
57
  } = feed;
60
  } = feed;
Línea 58... Línea 61...
58
 
61
 
59
  // react hook form
62
  // react hook form
Línea 433... Línea 436...
433
              >
436
              >
434
                <RiShareForwardLine className="mr-1" />
437
                <RiShareForwardLine className="mr-1" />
435
                {sharedState}
438
                {sharedState}
436
              </button>
439
              </button>
437
            </li>
440
            </li>
-
 
441
            <li>
-
 
442
              <FacebookShareButton url={feed_share_external_url} />
-
 
443
            </li>
438
          </ul>
444
          </ul>
439
        </div>
445
        </div>
440
        {commentsRender}
446
        {commentsRender}
441
        <div>
447
        <div>
442
          <form
448
          <form