forked from HumanSignal/label-studio
-
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.
feat: LSDV-5519: Organization page tip (Label Studio Community) (Huma…
…nSignal#4658) * Introduce Heidi tips * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5901625542 * Fix random tip selection * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5902201016 * Cookie to dismiss tips * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5903825521 * Caption component * Fix caption styles * Use caption in project creation * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5904073950 * Tip on the org page * Option to add URL params to the links * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5904701057 * Add feature flag * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5904791829 * Add feature flag * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5905202714 * fix some lint issues * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5907055489 * add new GA params * add new GA params * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5907116794 * move the code to be defined before HeidiTip * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5907139364 * add link to workspace dropdown * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5907221213 * Fix typo * Fix link behavior * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5925171669 * Fix link behavior * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5925205863 * Add server_id and user_id to createURL * Remove unnecessary server_id from content * Remove unnecessary server and user ids from project creation tip * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5925352703 * Support SERVER_ID * Remove placeholder * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5926601530 * Mark Org page tip links * ci: Build frontend Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/5926735655 * Move server_id assignment * Fix typos --------- Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: Julio Sgarbi <[email protected]>
- Loading branch information
1 parent
8e0673d
commit d928537
Showing
8 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,4 +60,4 @@ export const HeidiTip: FC<HeidiTipProps> = ({ tip, onDismiss }) => { | |
</Elem> | ||
</Block> | ||
); | ||
}; | ||
} |
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 |
---|---|---|
|
@@ -10,3 +10,7 @@ | |
grid-template-rows min-content | ||
align-items flex-start | ||
grid-gap 20px | ||
|
||
.heidy-tip | ||
max-width 450px | ||
|