-
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: Add more dummy transfers * fix(sidebar): Component height is not respected - Add relative position to #root div. - Adjust sidebar left position for large screens. - Add `sidebar` token with height across the project. * fix(header): Increase title font weight * fix(dashboard): Improve grid - Remove TailwindCSS support on the page. - Setup a custom flex-box grid (row and col) with styled components. - Set a new variation (full height) for the Box component. * fix: Remove tailwindcss support * fix: Migrate SCSS global styles to `styled-components` - Migrate project tokens from SCSS to TS - Setup `GlobalStyles` component - Setup `Helpers` component - Update components from using root variables to project tokens - Remove `main` stylesheet - Call global styles components into App - Reorganize SCSS folder * lint: Update quotes * fix: Define global token to truncate text * fix: Update global styles * fix(input-field): Include “password” as type * fix(profile): Set “password” type for input * fix(header): Update initial image as unknown * fix(input-field): Set min and max props * fix(dashboard): Set min transfer amount * fix(content): Ensure scrolling on main content only * fix(dashboard): Correct statistics column size * fix: Remove unused file(s) * fix: Relocate user avatar to “public/uploads” folder * fix: Remove unused file(s) * fix(sidebar): Enable vertical overflow * fix(transaction): Prevent text from overfloating the container - Define a width for the “amount” cell. - Set table layout. * fix(user): Define empty image - Set “image” prop as optional. - Define a dummy (empty avatar) image when its prop is empty or not defined. - Remove image URL from the Header. - Set an empty avatar as default avatar on “profile settings”. * fix(profile-settings): Bring back empty avatar * fix: Point mock user avatar to “uploads” folder * fix: Alias path configuration * fix: Use alias path * fix: Rename file
- Loading branch information
Showing
59 changed files
with
468 additions
and
1,232 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
File renamed without changes
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,4 +1,4 @@ | ||
@use "./_utils/icons" as *; | ||
@use "./_variables" as *; | ||
|
||
@font-face { | ||
font-family: '#{$icomoon-font-family}'; | ||
|
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
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
Oops, something went wrong.