llaske / sugarizer

Sugarizer is a web implementation of the Sugar platform to run on any device or browser
https://sugarizer.org
Apache License 2.0
197 stars 412 forks source link

LabyrinthJS: No selection-indicator is visible while linking ideas #1585

Open 44yu5h opened 4 months ago

44yu5h commented 4 months ago

While linking ideas, no selection-indicator of selected idea was visible thereby creating confusion.

Before:

Screencastfrom2024-04-0605-29-13-ezgif com-video-to-gif-converter

After (#1584):

Screencastfrom2024-04-0605-31-08-ezgif com-video-to-gif-converter

llaske commented 4 months ago

The current behavior is clear: each new item created is linked to the previous one selected. Selection indicator is use to update items.

44yu5h commented 4 months ago

@llaske Agree, but how is one supposed to know which item is selected without an indicator?

llaske commented 4 months ago

Oh got it. You talk about the "link ideas" mode, not about the "text idea" mode. Most of the time, links are created in "text idea" mode and the last node is always selected in this mode. But you're right, it's not the case in "link ideas" mode.

llaske commented 4 months ago

Fixed in https://github.com/llaske/sugarizer/pull/1584

llaske commented 1 month ago

We're not closing issue until a new version is release