diff options
author | Frederick Muriuki Muriithi | 2022-11-16 03:09:22 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-11-16 03:09:22 +0300 |
commit | 838049cedefc5209ff9666624b2b24eccb120fb8 (patch) | |
tree | 421a0c82d6533d58d81cf2f65abe51e9e34344a3 /README.org | |
parent | 460b68cbafeb179c8af203b829de3f3337f87078 (diff) | |
download | gn-uploader-838049cedefc5209ff9666624b2b24eccb120fb8.tar.gz |
ui: Only display the "alert-success" green on completion
* To avoid confusion, only display the "alert-success" green on
completion of the parsing process. While parsing, if there are no
errors, then display the "No errors found so far" message without
the green colour.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ For reproducibility, this project is developed using guix. To launch a guix shell for development, do #+BEGIN_SRC shell - guix shell --container --network --development --file=guix.scm --share=/some/host/directory=/the/upload/directory + guix shell --container --network --share=/some/host/directory=/the/upload/directory --development --file=guix.scm #+END_SRC which environment that is isolated from the rest of your system. |