Falko icon indicating copy to clipboard operation
Falko copied to clipboard

:chart_with_upwards_trend: Falko (Front-End): Platform for agile projects management :bar_chart:

Results 84 Falko issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Proposed Changes Created a method for error handling that is separate from the registration method. ## Checklist _Put an `x` in the boxes that apply. If you're confused about...

## Proposed Changes Refactoring api requests of Revision components to use new async await js promise syntax. #411 ## Type of Changes - [ ] Bugfix - [ ] New...

## Description The register method of the Register.vue file has exception handling that can be separated into another method. ### Expected behavior Create a method for error handling that is...

## Description Refactoring api requests of Revision components to use new async await js promise syntax. ### Expected behavior The code is expected to maintain the same behavior but using...

## Proposed Changes Refactoring css of components to remove unused code and to create more generic css so every component can use without creating duplicate css. #409 ## Type of...

## Description Removing and creating more generic css, to avoid duplicate code. ### Expected behavior Generic classes that every component can use. ### Current behavior Duplicate css in some components....

## Proposed Changes In this PR, two methods were created intending to make the openMetrics method has single responsibility, because it was opening the metrics and deactivating the tablinks and...

## Description The method responsible for open the metrics is long and doing more than one thing so it doesn't have single responsibility. ![openMetricsMethod](https://user-images.githubusercontent.com/30664415/69653893-a7fd9d00-1052-11ea-8d6a-d3e1d63704d5.png) ## Checklist - [x] This issue...

## Proposed Changes In this pull request, the problems indicated by eslint were resolved. https://github.com/falko-org/Falko/issues/405 ## Type of Changes - [x] Bugfix - [ ] New Feature ## Checklist -...