From 4731437a6049c860ece7fc13772860df6be98b9e Mon Sep 17 00:00:00 2001
From: Renard
Date: Mon, 23 Sep 2019 11:36:05 -0300
Subject: Ajustes de respuesta rápida
---
src/App.css | 4 ++++
src/Post.js | 24 +++++++++++-------------
src/ReplyForm.js | 9 ++++++---
3 files changed, 21 insertions(+), 16 deletions(-)
(limited to 'src')
diff --git a/src/App.css b/src/App.css
index 97d09b3..db9c6fd 100644
--- a/src/App.css
+++ b/src/App.css
@@ -108,4 +108,8 @@
.homeContainer.inverted {
color: #eaeaea !important;
background-color: #454647 !important;
+}
+
+.ui.modal>.content.replyModal {
+ padding: 0 !important;
}
\ No newline at end of file
diff --git a/src/Post.js b/src/Post.js
index 923fea7..ba3f6e8 100644
--- a/src/Post.js
+++ b/src/Post.js
@@ -52,22 +52,19 @@ const ReportModal = ({ trigger, threadId, postId, dir }) => (
);
-const QuickReplyModal = ({ trigger, currentBoard, id, locked }) => (
+const QuickReplyModal = ({ trigger, currentBoard, id, locked, replyIndex }) => (
Respuesta rápida.
-
-
-
-
+
+
-
-
-
);
@@ -238,6 +235,7 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => {
currentBoard={currentBoard}
id={post.parentid}
locked={locked}
+ replyIndex={currentBoard.board_type === 0 ? post.id : index + 1}
/>
)}
>" + this.props.replyIndex + "\n"
+ : "",
attachment: "",
submittedName: "",
submittedEmail: "",
@@ -73,7 +76,7 @@ class ReplyForm extends Component {
render() {
const { name, email, message, replyRes, attachment } = this.state;
- const { currentBoard, nightMode } = this.props;
+ const { currentBoard, nightMode, quickReply } = this.props;
if (this.props.locked === 1) {
return (
@@ -83,7 +86,7 @@ class ReplyForm extends Component {
);
}
return (
-
+
{replyRes !== null ? (
replyRes.state === "success" ? (
--
cgit v1.2.1-18-gbd029