-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ws week picker range #113
Closed
Closed
Ws week picker range #113
Conversation
This file contains 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
… component and fixed small bug
* Fixes issue #74, adds support for disabling drop down * it's a quite common use case to want to disable form elements, so adding this to work in a similar way as plain html elements - no styling included, but a class named 'disabled' is added * Simplifying, already typed as bool by react, no need for the strict comparison * Refactoring, no need for a function, a local variable is enough * formatting, comply to linter * using the new string interpolation instead of concatenation
* TileChart - Added onMouseEnter, onMouseLeave and onClick events * Generate dist files * The tiles chart container should use maxHeight instead of height * fix(ws-tile-chart): Fix to not break when there aren't any groups to show * Generate dist files * Tile chart: Add size unit to the documentation * Tile chart - generated docs
…s into doc-generation
* Implemented automatic release version and changelog generation * feat(documentation): Fixed api doc generation, added doc for dropdown component and fixed small bug * fix(documentation): Fixed API generation to only generate one file per folder * Moved document linting into separate task
docs(contributing.md): Updated Contrib guidelines
removed important according to thomas' recomendation
Ws week picker
…highlight feat(Tile chart) - highlight group
…s into doc-generation
* Implemented automatic release version and changelog generation * feat(documentation): Fixed api doc generation, added doc for dropdown component and fixed small bug * fix(documentation): Fixed API generation to only generate one file per folder * Moved document linting into separate task
* fix(dropdown): Show correct label for preselected value * Removing unnecessary surrounding ()
* Fixed repo for dependent branch * Fixed dependencies
…icker Fixed date week picker
…gement and according to design
…-tile-size fix(tiles-chart): update tile size when the component updates
…ad of simple stream for propagating access token
feat(header): Implemented new header with authentication, locale mana…
Fixed dropdown text and header logo
@faboweb It looks like you branch was super outdated^^ Could you maybe create a branch from the master and cherry pick the two commits into so that it is clear whats inside this pr? :) Edit: Ah you're PR is going against the release branch which isn't used anymore for long time. Can you please create the PR against the master branch? |
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.
Pull request for issue: #29
Component Screenshot:
Description (short):
Added the properties minYear, minWeek, maxYear and max Week to grey-out and disable weeks in the calendar for out of bounds weeks.