Skip to content
#

collaboration

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

mattermost-server
dvc
chenilim
chenilim commented Apr 15, 2021

Importance: P3

Steps to reproduce the behavior:

  1. Open or create a gallery view with multiple cards
  2. Share the board
  3. Open an incognito window and open the readonly shared board link
  4. Try to drag a card in the gallery view
  5. Able to drag, but dropping has no effect

Expected behavior:
Should not be able to start the drag on a readonly view

Platform:

  • Chrome 89
jeblad
jeblad commented Feb 16, 2021

🚨🚨 Feature Request

  • Related to an existing Issue
  • A new implementation (Improvement, Extension)

Move the docker setup to a separate repository. Moving this outside core makes cleaner code.

Keeping docker-setup inside the core code, then adding a number of other similar systems like Vagrant, will over time create a mess. Better move them out. It also mak

ChumpChief
ChumpChief commented Dec 14, 2020

With #4556 we now have localized eventing on subdirectories ("containedValueChanged"). We should consider using these events in our examples where we currently do path inspection on the "valueChanged" event.

Based on a quick search, looks like the following might benefit:

  • examples\data-objects\primitives\src\main.tsx
  • examples\data-objects\todo\src\TextList\TextListView.tsx
  • [

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