Skip to content
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

Shrink space to left of message by using unicode to mark edited messages. #655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neiljp
Copy link
Collaborator

@neiljp neiljp commented May 11, 2020

By moving from 'EDITED' to '✎……' we avoid having a distracting label to
the left of the message, and can shrink wasted space to the left of the
message.

This commit reduces the space to the left by 3.

Based on a suggestion by Tim Abbott.

@zulipbot zulipbot added the size: S [Automatic label added by zulipbot] label May 11, 2020
Copy link
Member

@preetmishra preetmishra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@neiljp This does help in shrinking the space and allowing more screen real estate for messages. 👍

Another alternative worth considering could be \N{WRITING HAND}.

By moving from 'EDITED' to '✎……' we avoid having a distracting label to
the left of the message, and can shrink the space reserved for it to
give more space for the message text.

This commit reduces the space to the left by 3.

Based on a suggestion by Tim Abbott.
@neiljp neiljp force-pushed the 2020-05-11-EDITED-to-unicode-icons branch from cc4c823 to cb1778d Compare May 11, 2020 18:21
@neiljp neiljp marked this pull request as ready for review May 11, 2020 18:21
@neiljp
Copy link
Collaborator Author

neiljp commented May 11, 2020

This is the new style:
screenshot-20200511-11:24:23-new-edit-marker

@neiljp neiljp modified the milestone: 0.5.1 May 11, 2020
@neiljp neiljp added feedback wanted further discussion required Discuss this on #zulip-terminal on chat.zulip.org labels May 17, 2020
@neiljp
Copy link
Collaborator Author

neiljp commented May 17, 2020

This was discussed in #zulip-terminal>EDITED marking #T655 on chat.zulip.org

Base automatically changed from master to main January 30, 2021 20:30
@zulipbot
Copy link
Member

Heads up @neiljp, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/main branch and resolve your pull request's merge conflicts accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback wanted further discussion required Discuss this on #zulip-terminal on chat.zulip.org has conflicts size: S [Automatic label added by zulipbot]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants