This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple Experiments Management UX (#3127)
* first update * add click event * add manager exp nav * first demo, fix some comments * use api to dev * refactor code * fix lint * fix test met issue and adjust column width * add /experiments-info error status * no declare platform list, get this from api result filter * fix compare tooltip issue * fix tooltip location * fix some comments * delete datestring * fix clickable style and clickable column ID rather than name Co-authored-by: Lijiao <Lijiaoa@outlook.com>
- Loading branch information
Showing
35 changed files
with
2,265 additions
and
1,467 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import { IStackTokens, IStackStyles } from '@fluentui/react'; | ||
|
||
const stackTokens: IStackTokens = { | ||
childrenGap: 15 | ||
}; | ||
const stackStyle: IStackStyles = { | ||
root: { | ||
minWidth: 400, | ||
height: 56, | ||
display: 'flex', | ||
verticalAlign: 'center' | ||
} | ||
}; | ||
|
||
export { stackTokens, stackStyle }; |
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.