reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Custom Message When Exiting an App

Open Alek99 opened this issue 2 years ago β€’ 3 comments

Currently we show something like a keyboard interrupt.

  File "/opt/homebrew/Cellar/[email protected]/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/threading.py", line 1567, in _shutdown
    lock.acquire()
KeyboardInterrupt: 

Maybe in the future we can show a custom message such as

Reflex app stopped at time :....

Alek99 avatar Jun 28 '23 07:06 Alek99

Hey there @Alek99, I'd love to contribute as a beginner. Can you please assign this to me and also help me as to where I can start to tackle this issue from?

ItIsOHM avatar Jun 28 '23 17:06 ItIsOHM

Awesome just assigned it to you @ItIsOHM

Alek99 avatar Jun 28 '23 18:06 Alek99

Awesome just assigned it to you @ItIsOHM

Thanks so much!! Can you please tell me where I can start to fix this issue? :D

ItIsOHM avatar Jun 28 '23 18:06 ItIsOHM

Hi @Alek99, although this is not assigned to me, I seem to have found a solution for this. May I work on this as well?

quietpigeon avatar Jul 15 '23 03:07 quietpigeon

Hi @Alek99, although this is not assigned to me, I seem to have found a solution for this. May I work on this as well?

Hey @QuietPigeon2001, I'm not actively working on this issue anymore so you can get it assigned to yourself, good luck!

ItIsOHM avatar Jul 15 '23 05:07 ItIsOHM

Hi @Alek99, although this is not assigned to me, I seem to have found a solution for this. May I work on this as well?

Hey @QuietPigeon2001, I'm not actively working on this issue anymore so you can get it assigned to yourself, good luck!

@ItIsOHM Gotcha, thank you!

quietpigeon avatar Jul 15 '23 05:07 quietpigeon

fixed via #1345

masenf avatar Aug 03 '23 20:08 masenf