-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Loader is missing when switching between pages gf-119 (#127)
* fix: loader styles gf-119 * fix: access mannagement route location gf-119 * fix: loader position on projects page gf-119 * refactor: create is-data-loading helper gf-119 * fix: add loader to access management page gf-119 * refactor: rid of extra nesting in helpers folder gf-119 * refactor: rid of 'is-data-loading' helper gf-119 * refactor: move Loader to PageLayout gf-119
- Loading branch information
Showing
8 changed files
with
35 additions
and
38 deletions.
There are no files selected for viewing
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
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
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export { getValidClassNames } from "./get-valid-classes/get-valid-classes.helper.js"; | ||
export { getValidClassNames } from "./get-valid-classes.helper.js"; | ||
export { configureString, formatDate } from "@git-fit/shared"; |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,3 @@ | |
gap: 12px; | ||
padding: 20px 0; | ||
} | ||
|
||
.projects-loader { | ||
display: flex; | ||
flex: 1; | ||
align-items: center; | ||
} |