1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Update LoadingMessage.tsx

Adding extra loading messages
This commit is contained in:
TyzzyT 2024-11-08 11:26:02 +01:00 committed by GitHub
parent 0ef6e56e5d
commit 0c15641a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,12 @@ const messages = [
"Don't forget to tip your waitress",
'Apply directly to the forehead',
'Loading Battlestation',
'Please wait while the minions do their work…',
'Please wait… we are testing your patience.',
'Loading… because why not?',
'Rolling out the red carpet…',
'Popcorn ready? Here we go!',
'Editing the final cut…',
];
let message: string | null = null;