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>
17 lines
1011 B
TypeScript
17 lines
1011 B
TypeScript
export const BACKGROUND: Record<string, string> = {
|
|
noFile: '/images/placeholders/background/no_file_bg.png',
|
|
noNote: '/images/placeholders/background/no_note_bg.png',
|
|
noRecord: '/images/placeholders/background/no_record_bg.png',
|
|
noMatchRecord: '/images/placeholders/background/no_match_record_bg.png',
|
|
noTask: '/images/placeholders/background/no_task_bg.png',
|
|
errorIndex: '/images/placeholders/background/error_index_bg.png',
|
|
emptyTimeline: '/images/placeholders/background/empty_timeline_bg.png',
|
|
loadingMessages: '/images/placeholders/background/loading_messages_bg.png',
|
|
loadingAccounts: '/images/placeholders/background/loading_accounts_bg.png',
|
|
emptyFunctions: '/images/placeholders/background/empty_functions_bg.png',
|
|
emptyInbox: '/images/placeholders/background/empty_inbox_bg.png',
|
|
error404: '/images/placeholders/background/404_bg.png',
|
|
error500: '/images/placeholders/background/500_bg.png',
|
|
noDeletedRecord: '/images/placeholders/background/no_deleted_record_bg.png',
|
|
};
|