mirror of
https://github.com/plankanban/planka.git
synced 2025-12-27 17:25:02 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const accessTokenSelector = ({ auth: { accessToken } }) => accessToken;
|
||||
|
||||
export const isAppInitializingSelector = ({ app: { isInitializing } }) => isInitializing;
|
||||
export const isCoreInitializingSelector = ({ core: { isInitializing } }) => isInitializing;
|
||||
|
||||
@@ -4,7 +4,7 @@ import orm from '../orm';
|
||||
import { pathSelector } from './path';
|
||||
import { isLocalId } from '../utils/local-id';
|
||||
|
||||
export const currentModalSelector = ({ app: { currentModal } }) => currentModal;
|
||||
export const currentModalSelector = ({ core: { currentModal } }) => currentModal;
|
||||
|
||||
export const currentUserIdSelector = ({ auth: { userId } }) => userId;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user