-
Notifications
You must be signed in to change notification settings - Fork 59
feat(docs): Add easing links #3356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3767ca6
feat(docs): Add easing links
louismaximepiton ceb654f
Add icons + fix ci
louismaximepiton ba85b45
fix review
louismaximepiton 09080ff
fix(review)
louismaximepiton 8b825be
fix URI encoding
vprothais 105fb0d
Merge branch 'ouds/main' into ouds/main-lmp-edit-proposal
vprothais File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,34 @@ | ||
| name: Report a doc issue | ||
| description: Tell us about an issue you may have identified in OUDS Web documentation. | ||
| title: "Provide a general summary of the issue" | ||
| labels: ["🐞 bug", "📖 documentation"] | ||
| assignees: "-" | ||
| body: | ||
| - type: checkboxes | ||
| attributes: | ||
| label: Prerequisites | ||
| description: Take a couple minutes to help our maintainers work faster. | ||
| options: | ||
| - label: I have [searched](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed issues and checked on [main](https://ouds-main--boosted.netlify.app/) that it still appears. | ||
| required: true | ||
| - label: I have read the [contributing guidelines](https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/.github/CONTRIBUTING.md) | ||
| required: true | ||
| - type: textarea | ||
| id: what-happened | ||
| attributes: | ||
| label: Describe the issue | ||
| description: Provide a summary of the issue and what you expected to happen, including specific steps to reproduce. | ||
| validations: | ||
| required: true | ||
| - type: input | ||
| id: user-agent | ||
| attributes: | ||
| label: Any information that could help to resolve the issue. (window.navigator.userAgent) | ||
| placeholder: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Firefox/140.0" | ||
| - type: input | ||
| id: version | ||
| attributes: | ||
| label: What version of the documentation are you using? | ||
| placeholder: "e.g., v0.1.0" | ||
| validations: | ||
| required: true |
This file contains hidden or 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 hidden or 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,19 @@ | ||
| // NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT | ||
| // IT'S ALL JUST JUNK FOR OUR DOCS! | ||
| // ++++++++++++++++++++++++++++++++++++++++++ | ||
|
|
||
| /* | ||
| * JavaScript for OUDS Web's docs (https://web.unified-design-system.orange.com/) | ||
| * Copyright 2015-2025 The OUDS Web Authors | ||
| * Copyright 2015-2025 Orange | ||
| * Licensed under MIT (https://github.com/Orange-OpenSource/Orange-Boosted-Bootstrap/blob/ouds/main/LICENSE) | ||
| * For details, see https://creativecommons.org/licenses/by/3.0/. | ||
| */ | ||
|
|
||
| // OUDS mod: Add userAgent on GitHub issues link | ||
| export default () => { | ||
| document.querySelectorAll('.add-user-agent').forEach(element => { | ||
| element.href += encodeURIComponent(`&user-agent=${window.navigator.userAgent}`) | ||
| }) | ||
| } | ||
| // End mod | ||
This file contains hidden or 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.