Lumeer's Set of Hints#1946
Open
xadam1 wants to merge 24 commits into
Open
Conversation
UI part for most of problem-less hints implemented, missing couple of hints and some have broken views. Logic is implemented only in couple of them, will add for all hints, once positions of hints is determined.
# Conflicts: # src/app/core/model/dashboard-tab.ts # src/app/shared/top-panel/user-panel/invite-user/invite-user.component.ts # src/app/view/perspectives/dashboard/search-tasks/content/toolbar/search-tasks-toolbar.component.html # src/app/view/perspectives/dashboard/search-tasks/content/toolbar/search-tasks-toolbar.component.ts
# Conflicts: # src/app/view/perspectives/dashboard/search-tasks/content/toolbar/search-tasks-toolbar.component.html # src/app/view/perspectives/dashboard/search-tasks/content/wrapper/first-line/search-task-first-line.component.ts # src/app/view/perspectives/search/search-perspective.component.ts # src/app/view/view-controls/view-controls.component.ts # src/app/workspace/workspace.module.ts
…laying some hints on smaller screens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
This PR aims to add hints into Lumeer UI.
I added set of hints, which guides user throughout the application. Hints start from the very basics and continuing to more advanced topics of the app. I tried to check every hint on different screen sizes, so they should look fine on phone (or tablet) as well.
Currently, each hint follows the last one - but that can be changed by simple adjustments in the condition of displaying the hint itself. (I can provide a graph showing the hint relations..)
This work is for Bachelor thesis, but I'd be happy to help with implementing additional hints and improving current ones even after my thesis is done.