Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

feat(highlight): implement hover highlight #476

Merged
merged 10 commits into from
May 31, 2018
Merged

Conversation

Palmaswell
Copy link
Member

No description provided.

@Palmaswell Palmaswell requested a review from marionebl May 29, 2018 08:42
@tilmx
Copy link
Member

tilmx commented May 29, 2018

Bugs I came across:

  • When I click on the grey area below the elements (and deselect any element with that), all elements in the element tree suddenly get a grey background. That should not occur.
  • Can we somehow improve the speed? Sometimes it takes some time until the hovered element in the preview is shown.

Besides that – really cool, thanks!

@marionebl marionebl force-pushed the feat/preview-hover branch 2 times, most recently from 2a12a38 to bc2b16e Compare May 29, 2018 18:55
@marionebl
Copy link
Contributor

I like this one! Some minor things:

Hovering selected elements

When hovering a selected element in the tree view, the highlight area does not update but keeps the previously highlighted area:

Screencast

select-highlight

Flash of highlighted elements

When deselecting all elements, all tree element receive the highlighted styling:

Screencast

all-highlighted

@tilmx tilmx changed the title feat(highlight): implementation of the hover highlight feat(highlight): implement hover highlight May 30, 2018
@Palmaswell Palmaswell force-pushed the feat/preview-hover branch 3 times, most recently from 0ce0357 to ddbe8ab Compare May 30, 2018 15:11
@tilmx tilmx changed the title feat(highlight): implement hover highlight WIP feat(highlight): implement hover highlight May 30, 2018
@tilmx
Copy link
Member

tilmx commented May 30, 2018

Side note: We should not save everything when hovering @Palmaswell

@marionebl marionebl changed the title WIP feat(highlight): implement hover highlight feat(highlight): implement hover highlight May 31, 2018
@marionebl
Copy link
Contributor

Can we somehow improve the speed? Sometimes it takes some time until the hovered element in the preview is shown.

Adressed via 8eb2d76

@marionebl marionebl merged commit feb5304 into master May 31, 2018
@marionebl marionebl deleted the feat/preview-hover branch May 31, 2018 23:19
markusoelhafen pushed a commit that referenced this pull request Jun 12, 2018
* refactor(highlight): implement tests for the hightlight component

* refactor(highlight): hightlight area implementation

* refactor(highlight): implement resize factory

* fix(highlight): include hightlight update method

* feat(highlight-hover): test implementation of the hightlight hover

* feat(highlight): include eventhandler in store

* feat(highlight): implementation of the highlight component

* feat(highlight): highlight event handler

* feat(highlight): finalize highlight component

* perf: reduce highlight indicator state to id in preview
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants