Skip to content

Commit

Permalink
fix(App): v2.0.1 (#346)
Browse files Browse the repository at this point in the history
* TASK-431 Increase dropdown timeout from 444ms to 4444ms (#336)

* TASK-428 fixed tests stability, refactoring part 1. (#334)

* TASK-430 Replace OP12, OK8 and similar with just OP and OK (#337)

* TASK-274 Add show issue button in error drawer (#338)

* Removed error throwing table/tr/td, added map keys, removed typescript flagged variables.

* Removed ts warnings.

* Fixed bug with "Try again triangle"

* WIP. Show button works (sort of)

* Now errors are shown correct cells.

* Quickfix for showing tooltip on different error types.

* Removed scroll to ref.

* Improved problem readability.

* Adressed PR requested changes.

* Now dispatching hideErrors function.

* TASK-229 BUG: error tooltip onclick removal (#339)

* TASK-429 Bug: not loading worker types during schedule import (#344)

Co-authored-by: Tomasz Pęcak <[email protected]>

* TASK-433 correct worker hours info calculation and TASK-439 wrong headers in export (#345)

Co-authored-by: Tomasz Pęcak <[email protected]>

* TASK-433 correct worker hours info calculation and TASK-439 wrong headers in export (#345)

Co-authored-by: Tomasz Pęcak <[email protected]>

* Fixes version and build

* TASK-373 Fix improper db update

* Update base-version-schedule in docs

Co-authored-by: Jan Ślażyński <[email protected]>
Co-authored-by: kopcion <[email protected]>
Co-authored-by: Paulina <[email protected]>
Co-authored-by: Tomasz Pęcak <[email protected]>
Co-authored-by: Bohdan <[email protected]>
  • Loading branch information
6 people authored Apr 11, 2021
1 parent 2e68265 commit 03b9e29
Show file tree
Hide file tree
Showing 60 changed files with 3,230 additions and 35,216 deletions.
5 changes: 3 additions & 2 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"viewportHeight": 1080,
"projectId": "p2u9dy",
"trashAssetsBeforeRuns": true,
"retries": 1
}
"retries": 1,
"baseUrl": "http://localhost:3000"
}
Binary file added cypress/fixtures/small_test_schedule.xlsx
Binary file not shown.
Loading

0 comments on commit 03b9e29

Please sign in to comment.