This PR was created by [GitStart](https://gitstart.com/) to address the requirements from this ticket: [TWNTY-7531](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-7531). --- ### Description - Migrate the `animated-placeholder` to `twenty-ui` and update all imports.\ \ Fixes twentyhq/private-issues#87 Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com> Co-authored-by: Charles Bochet <charles@twenty.com>
18 lines
1.0 KiB
TypeScript
18 lines
1.0 KiB
TypeScript
export const DARK_MOVING_IMAGE: Record<string, string> = {
|
|
noFile: '/images/placeholders/dark-moving-image/no_file.png',
|
|
noNote: '/images/placeholders/dark-moving-image/no_note.png',
|
|
noRecord: '/images/placeholders/dark-moving-image/no_record.png',
|
|
noMatchRecord: '/images/placeholders/dark-moving-image/no_match_record.png',
|
|
noTask: '/images/placeholders/dark-moving-image/no_task.png',
|
|
errorIndex: '/images/placeholders/dark-moving-image/error_index.png',
|
|
emptyTimeline: '/images/placeholders/dark-moving-image/empty_timeline.png',
|
|
emptyInbox: '/images/placeholders/dark-moving-image/empty_inbox.png',
|
|
error404: '/images/placeholders/dark-moving-image/404.png',
|
|
error500: '/images/placeholders/dark-moving-image/500.png',
|
|
loadingMessages: '/images/placeholders/moving-image/loading_messages.png',
|
|
loadingAccounts: '/images/placeholders/moving-image/loading_accounts.png',
|
|
emptyFunctions: '/images/placeholders/dark-moving-image/empty_functions.png',
|
|
noDeletedRecord:
|
|
'/images/placeholders/dark-moving-image/no_deleted_record.png',
|
|
};
|