Merge remote-tracking branch 'origin/main' into feature/184

This commit is contained in:
2025-12-28 04:51:25 +09:00
2 changed files with 47 additions and 29 deletions
@@ -8,6 +8,7 @@ import axios from 'axios'
import toCamel from 'camelcase-keys'
import { AnimatePresence, motion } from 'framer-motion'
import { useEffect, useRef, useState } from 'react'
import { Link } from 'react-router-dom'
import DraggableDroppableTagRow from '@/components/DraggableDroppableTagRow'
import TagSearch from '@/components/TagSearch'
@@ -378,6 +379,9 @@ export default (({ post }: Props) => {
&& `${ (new Date (post.originalCreatedBefore)).toLocaleString () } より前`}
</>)}
</li>
<li>
<Link to={`/posts/changes?id=${ post.id }`}></Link>
</li>
</ul>
</div>)}
</motion.div>