Skip to content

Conversation

@marcoambrosini
Copy link
Member

@marcoambrosini marcoambrosini commented Nov 6, 2020

@marcoambrosini marcoambrosini changed the title temp Conversation description - front-end Nov 6, 2020
@marcoambrosini marcoambrosini force-pushed the feature/3432/conversation-description-frontend branch 3 times, most recently from bed2cfc to e3cd268 Compare November 11, 2020 12:41
@marcoambrosini marcoambrosini self-assigned this Nov 11, 2020
@marcoambrosini marcoambrosini added this to the 💚 Next Major (21) milestone Nov 11, 2020
Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

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

See comments.

@PVince81

This comment has been minimized.

@marcoambrosini

This comment has been minimized.

@marcoambrosini marcoambrosini force-pushed the feature/3432/conversation-description-frontend branch 7 times, most recently from 126fa3d to 8a5248b Compare November 20, 2020 17:30
@marcoambrosini marcoambrosini marked this pull request as ready for review November 20, 2020 17:32
@marcoambrosini marcoambrosini force-pushed the feature/3432/conversation-description-frontend branch 3 times, most recently from 6be006b to 0ecd745 Compare November 23, 2020 14:21
@marcoambrosini

This comment has been minimized.

@nickvergessen nickvergessen marked this pull request as draft November 27, 2020 12:27
@PVince81
Copy link
Member

Proposals:

  • make the text grey ?

image

  • links should be clickable
  • if you put two words followed by a link, the shadow effect that hints at a longer description is not visible for some reason

@PVince81

This comment has been minimized.

@PVince81

This comment has been minimized.

@PVince81
Copy link
Member

  • I'd personally prefer to have the pencil icon a bit lighter as it's not something we click often so doesn't need to be as prominent

@PVince81
Copy link
Member

@PVince81
Copy link
Member

  • might need to make the description tabbable to be able to expand it with the keyboard (probably something for later), or maybe expand it directly when tabbing on top of it

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

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

Code looks fine, see minor comments.
Also see my comments about the styling and issues.

@marcoambrosini marcoambrosini force-pushed the feature/3432/conversation-description-frontend branch 2 times, most recently from c3d5e85 to 43cd471 Compare December 18, 2020 10:58
@marcoambrosini marcoambrosini force-pushed the feature/3432/conversation-description-frontend branch from 43cd471 to 7785382 Compare December 18, 2020 11:03
@marcoambrosini
Copy link
Member Author

Addressed the important things, readi to merge :)

Copy link
Member

@PVince81 PVince81 left a comment

Choose a reason for hiding this comment

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

👍

@nickvergessen
Copy link
Member

Something for a Fix up, but currently while you can Shift+enter for a new line, on submitting they are stripped out. I guess the multiline prop is missing?

@nickvergessen
Copy link
Member

But good enough for version 1

@nickvergessen nickvergessen merged commit 8c7d09b into master Dec 18, 2020
@nickvergessen nickvergessen deleted the feature/3432/conversation-description-frontend branch December 18, 2020 12:09
@marcoambrosini
Copy link
Member Author

Something for a Fix up, but currently while you can Shift+enter for a new line, on submitting they are stripped out.

No, that's something I implemented with the intention of trimming new lines only at the beginning and end of the string, so the removal of newlines in within the text is actually a bug

@jakobroehrl
Copy link
Contributor

Nice function 👍
Wouldn't it be handy to show the description on top in the chat view?
I fear the users doesn't see it.

@marcoambrosini
Copy link
Member Author

Wouldn't it be handy to show the description on top in the chat view?

I think that it would be a good Idea. But as of now the thing that I miss the most there is the title of the conversation

@jakobroehrl
Copy link
Contributor

That's right, should I add a new issue: "Add groupname and description to the chat view"?

@marcoambrosini
Copy link
Member Author

Sure, thanks @jakobroehrl :)

color: var(--color-primary);
font-weight: bold;
font-size: var(--default-font-size);
line-height: var(----default-line-height);
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
line-height: var(----default-line-height);
line-height: var(--default-line-height);

@marcoambrosini 🙈

Copy link
Member

Choose a reason for hiding this comment

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

Fix at #7185

Copy link
Member Author

Choose a reason for hiding this comment

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

oops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to add description to conversation

6 participants