Members
ACTIVE :string
Semantic for anything related to something currently active.
This is highly contextual.
DIRTY :string
Semantic for anything related to something that has been changed, and is not yet saved.
ERROR :string
Semantic for anything related to an error, or dangerous behavior that often requires user action.
INFOS :string
Semantic for anything related to general information.
LOADING :string
Semantic for something that is loading and will lead to a noticeable outcome.
Use LOADING when a progress can be communicated to the user, otherwise prefer WAITING.
PROCESSING :string
Semantic for anything related to processing.
This is an alternative state for LOADING, for cases where no noticeable outcome is expected.
READY :string
Semantic for anything related to something being ready.
WAITING :string
Semantic for anything that requires the user to wait.
This is an alternative state for LOADING, when no visible progress can be provided to the user.
WARNING :string
Semantic for anything related to anything that should be important & emphasized to the used.