-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support a variety of footer notification styling #782
Labels
area: UI
General user interface update
enhancement
New feature or request
further discussion required
Discuss this on #zulip-terminal on chat.zulip.org
Milestone
Comments
neiljp
added
enhancement
New feature or request
further discussion required
Discuss this on #zulip-terminal on chat.zulip.org
labels
Aug 20, 2020
I presume no one's working on this currently. Since I am familiar with that part of the codebase, I would love to work on this issue! |
2 tasks
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Mar 25, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "area:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Mar 30, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "area:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Mar 31, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "area:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Apr 3, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "area:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Apr 10, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "footer:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Apr 17, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "footer:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Apr 27, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "footer:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Apr 28, 2021
This commit adds: * styling via a semantic parameter to the footer text in set_footer_text(). (default styling: "footer:neutral") * hooks to use to these semantic styles wherever reasonable. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 15, 2021
Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 16, 2021
Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 16, 2021
Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 16, 2021
This commit replaces those instances of `set_footer_text` with new helpers, that notify user of a success/error/warning response. Tests amended. Fixes zulip#782.
Ezio-Sarthak
added a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 16, 2021
This commit replaces those instances of `set_footer_text` with new helpers, that notify user of a success/error/warning response. Tests amended. Fixes zulip#782.
neiljp
pushed a commit
to Ezio-Sarthak/zulip-terminal
that referenced
this issue
Jun 16, 2021
This commit replaces those instances of `set_footer_text` with the new report_* helpers, that notify user of a success/error/warning response. Tests amended. Fixes zulip#782.
neiljp
pushed a commit
that referenced
this issue
Jun 16, 2021
This commit replaces those instances of `set_footer_text` with the new report_* helpers, that notify user of a success/error/warning response. Tests amended. Fixes #782.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: UI
General user interface update
enhancement
New feature or request
further discussion required
Discuss this on #zulip-terminal on chat.zulip.org
We can consider styling of footer notifications, eg. to distinguish errors/warnings from simple notifications like #781, and we could even add a positive one for "message sent" type notifications.
The text was updated successfully, but these errors were encountered: