mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
@@ -6,6 +6,7 @@ RUN apk -U upgrade \
|
||||
WORKDIR /app
|
||||
|
||||
COPY server/package.json server/package-lock.json server/requirements.txt ./
|
||||
COPY server/patches ./patches
|
||||
|
||||
RUN npm install npm --global \
|
||||
&& npm install --omit=dev
|
||||
|
||||
@@ -41,14 +41,12 @@ const NotificationsStep = React.memo(({ onClose }) => {
|
||||
<Item key={notificationId} id={notificationId} onClose={onClose} />
|
||||
))}
|
||||
</div>
|
||||
{notificationIds.length > 1 && (
|
||||
<Button
|
||||
fluid
|
||||
content={t('action.dismissAll')}
|
||||
className={styles.deleteAllButton}
|
||||
onClick={handleDeleteAllClick}
|
||||
/>
|
||||
)}
|
||||
<Button
|
||||
fluid
|
||||
content={t('action.dismissAll')}
|
||||
className={styles.deleteAllButton}
|
||||
onClick={handleDeleteAllClick}
|
||||
/>
|
||||
</>
|
||||
) : (
|
||||
t('common.noUnreadNotifications')
|
||||
|
||||
Reference in New Issue
Block a user