Skip to content
#

collaboration

Here are 1,314 public repositories matching this topic...

tomayac
tomayac commented Feb 22, 2022

Note how the Export string is hidden under the notch. Worse: the back button < is hidden under the Carrier, which becomes the Back to previous app button, so if you came to Excalidraw from another app (or launched it via search), you can effectively never go back and leave the dialog.

![excalidraw com_(iPhone X)](https://user-images.githubusercontent.com/145676/155087006-bff301b6-9c12-

good first issue UX/UI
mattermost-server
mattermod
mattermod commented Jan 24, 2022

When click the link "documentation for configuration steps" in the Zoom plugin settings page in the system console:

Expected: The Zoom plugin docs open in a new tab

Observed: The docs open in the same tab, so the user is forced to leave Mattermost

Note: Please make sure that MM links are opened inside MM (do not open a new browser tab).


If you're interested please comment here and come [

Difficulty/1:Easy Tech/ReactJS Good First Issue Help Wanted
server
alya
alya commented Mar 15, 2022

As discussed on CZO, there are currently several ways to mute a topic. We should remove this redundant option from the message three-dot menu.

Reasons to do so:

  • It's a topic action, not a message action.
  • There are lots of other, more natural ways to do it.
  • The message three-dot menu is g
help wanted good first issue priority: high area: message feed UI
sambody
sambody commented Mar 21, 2022

I would like the focus (cursor) automatically be in the card title input field. So that I can start adding the title right away, without having to click on it.

How important this is to me and why

Importance: High

Having the focus automatically on the title would save a bit of time (one less click), especially when adding multiple cards in a row.

Additional context/similar feature

Bug Good First Issue Regression Sev/3
dvc
davidmehren
davidmehren commented Aug 29, 2021

Which part of the project should be enhanced?
The MediaController in both the public and private APIs

Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para

type: enhancement good first issue
nettu-meet
fmeringdal
fmeringdal commented Jun 11, 2021

There are a couple of issues with the layout logic:

  • When there are 7 or 8 people, only 6 people is showing
  • When there are about 12+ participants, everyone is kind of "crushed together" because of little space. Only the most active participants should then be viewed.
bug help wanted good first issue
terminusdb
hoijnet
hoijnet commented May 29, 2021

Is your feature request related to a problem? Please describe.
CSV files produced in different locales have different default separators, a comma-separated file (",") is but one type of CSV.

In Sweden we usually use a semicolon (";") as separator and many CSV files use a tab as separator ("\t"). Importing CSVs requires reformatting them before import, and causes inoperability issues and f

enhancement good first issue core

Improve this page

Add a description, image, and links to the collaboration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collaboration topic, visit your repo's landing page and select "manage topics."

Learn more