Tim Engel

Results 7 comments of Tim Engel

We have multiple options to implement drag and drop sorting in the board view, two of which are the following: ### a) Outer Drop Zones When a note is dragged,...

Design template: ![image](https://user-images.githubusercontent.com/32651718/170998314-10d950db-6a90-40cf-b1ba-2ba35d39bda1.png)

This should be the code from [this](https://github.com/clauderic/dnd-kit/issues/127#issuecomment-1006671833) example: ```tsx import { Active, Announcements, Collision, CollisionDetection, defaultDropAnimation, DndContext, DragOverlay, DropAnimation, KeyboardSensor, MeasuringConfiguration, Modifiers, MouseSensor, PointerActivationConstraint, rectIntersection, ScreenReaderInstructions, TouchSensor, UniqueIdentifier, useSensor, useSensors...

Is there a way to navigate the settings options on the left side using only the keyboard? Rn `tab/shift+tab` loops through the content on the right and back but afterwards...

The keyboard navigation on the homepage works fine in Blink/Chromium browsers but in Firefox it only targets the header (languages, login, etc.) and skips the footer (app-info), and in Safari...

Ideas: - add sun 🌞 and moon 🌙 icons - currently selected option is made clear, e.g. border, checked icon,...

I get the same message in WebStorm 2022.1.4, _not_ installed via toolbox. The WebStorm plugin is installed and `fig` works as intended (afaik) but the message is annoying. It started...