-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact(709): split into remote and non remote components.
Co-Authored-By: Carol Soliman <[email protected]>
- Loading branch information
1 parent
8c411f3
commit 080d80c
Showing
28 changed files
with
1,059 additions
and
524 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
export const ISO8601_SECONDS = 'YYYY-MM-DD HH:mm:ss' as const | ||
|
||
// eslint-disable-next-line no-magic-numbers | ||
export const ONE_HUNDRED_PERCENT = 100 as const | ||
|
||
export const TIPPY_LIGHT_BORDER_ARROW_HEIGHT = 7 |
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.