akinori-u 2 лет назад
Родитель
Сommit
3380f4c0b0

+ 2 - 2
apps/app/src/components/Sidebar/Bookmarks.tsx

@@ -13,8 +13,8 @@ export const Bookmarks = () : JSX.Element => {
 
 
   return (
   return (
     <>
     <>
-      {/* TODO : #140878 Match the space specification method to others */}
-      {/* ref.  https://redmine.weseek.co.jp/issues/140878 */}
+      {/* TODO : #139425 Match the space specification method to others */}
+      {/* ref.  https://redmine.weseek.co.jp/issues/139425 */}
       <div className="grw-sidebar-content-header p-3">
       <div className="grw-sidebar-content-header p-3">
         <h3 className="mb-0">{t('Bookmarks')}</h3>
         <h3 className="mb-0">{t('Bookmarks')}</h3>
       </div>
       </div>

+ 2 - 2
apps/app/src/components/Sidebar/Custom/CustomSidebar.tsx

@@ -18,8 +18,8 @@ export const CustomSidebar = (): JSX.Element => {
   const { mutate, isLoading } = useSWRxPageByPath('/Sidebar');
   const { mutate, isLoading } = useSWRxPageByPath('/Sidebar');
 
 
   return (
   return (
-    // TODO : #140878 Match the space specification method to others
-    // ref.  https://redmine.weseek.co.jp/issues/140878
+    // TODO : #139425 Match the space specification method to others
+    // ref.  https://redmine.weseek.co.jp/issues/139425
     <div className="px-3">
     <div className="px-3">
       <div className="grw-sidebar-content-header py-3 d-flex">
       <div className="grw-sidebar-content-header py-3 d-flex">
         <h3 className="mb-0">
         <h3 className="mb-0">

+ 2 - 2
apps/app/src/components/Sidebar/InAppNotification/InAppNotification.tsx

@@ -15,8 +15,8 @@ export const InAppNotification = (): JSX.Element => {
   const [isUnopendNotificationsVisible, setUnopendNotificationsVisible] = useState(false);
   const [isUnopendNotificationsVisible, setUnopendNotificationsVisible] = useState(false);
 
 
   return (
   return (
-    // TODO : #140878 Match the space specification method to others
-    // ref.  https://redmine.weseek.co.jp/issues/140878
+    // TODO : #139425 Match the space specification method to others
+    // ref.  https://redmine.weseek.co.jp/issues/139425
     <div className="px-3">
     <div className="px-3">
       <div className="grw-sidebar-content-header py-3 d-flex">
       <div className="grw-sidebar-content-header py-3 d-flex">
         <h3 className="mb-0">
         <h3 className="mb-0">

+ 2 - 2
apps/app/src/components/Sidebar/PageTree/PageTree.tsx

@@ -16,8 +16,8 @@ export const PageTree = (): JSX.Element => {
   const { t } = useTranslation();
   const { t } = useTranslation();
 
 
   return (
   return (
-    // TODO : #140878 Match the space specification method to others
-    // ref.  https://redmine.weseek.co.jp/issues/140878
+    // TODO : #139425 Match the space specification method to others
+    // ref.  https://redmine.weseek.co.jp/issues/139425
     <div className="pt-4 pb-3 px-3">
     <div className="pt-4 pb-3 px-3">
       <div className="grw-sidebar-content-header d-flex">
       <div className="grw-sidebar-content-header d-flex">
         <h3 className="mb-0">{t('Page Tree')}</h3>
         <h3 className="mb-0">{t('Page Tree')}</h3>

+ 2 - 2
apps/app/src/components/Sidebar/RecentChanges/RecentChanges.tsx

@@ -18,8 +18,8 @@ export const RecentChanges = (): JSX.Element => {
   const [isSmall, setIsSmall] = useState(false);
   const [isSmall, setIsSmall] = useState(false);
 
 
   return (
   return (
-    // TODO : #140878 Match the space specification method to others
-    // ref.  https://redmine.weseek.co.jp/issues/140878
+    // TODO : #139425 Match the space specification method to others
+    // ref.  https://redmine.weseek.co.jp/issues/139425
     <div className="px-3" data-testid="grw-recent-changes">
     <div className="px-3" data-testid="grw-recent-changes">
       <div className="grw-sidebar-content-header py-3 d-flex">
       <div className="grw-sidebar-content-header py-3 d-flex">
         <h3 className="mb-0 text-nowrap">{t('Recent Changes')}</h3>
         <h3 className="mb-0 text-nowrap">{t('Recent Changes')}</h3>

+ 2 - 2
apps/app/src/components/Sidebar/Tag.tsx

@@ -44,8 +44,8 @@ const Tag: FC = () => {
 
 
   // todo: adjust design by XD
   // todo: adjust design by XD
   return (
   return (
-    // TODO : #140878 Match the space specification method to others
-    // ref.  https://redmine.weseek.co.jp/issues/140878
+    // TODO : #139425 Match the space specification method to others
+    // ref.  https://redmine.weseek.co.jp/issues/139425
     <div className="container-lg px-4 mb-5 pb-5" data-testid="grw-sidebar-content-tags">
     <div className="container-lg px-4 mb-5 pb-5" data-testid="grw-sidebar-content-tags">
       <div className="grw-sidebar-content-header py-3 d-flex">
       <div className="grw-sidebar-content-header py-3 d-flex">
         <h3 className="mb-0">{t('Tags')}</h3>
         <h3 className="mb-0">{t('Tags')}</h3>