-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Admin] Create preview for all components #5221
Labels
type:enhancement
Proposed or newly added feature
Comments
3 tasks
waiting-for-dev
added a commit
to nebulab/solidus
that referenced
this issue
Jul 6, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. solidusio#5221
3 tasks
waiting-for-dev
added a commit
to nebulab/solidus
that referenced
this issue
Jul 7, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the request object on initialization so we can mock the full path and set the active state from outside. However, as the actual request object is only available on render time for the component, we need to set it on a `before_render` hook unless a mocked one has been provided. Closes solidusio#5221
3 tasks
elia
pushed a commit
that referenced
this issue
Jul 11, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
waiting-for-dev
added a commit
to nebulab/solidus
that referenced
this issue
Jul 12, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes solidusio#5221
waiting-for-dev
added a commit
to nebulab/solidus
that referenced
this issue
Jul 13, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes solidusio#5221
elia
pushed a commit
that referenced
this issue
Aug 2, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Aug 2, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
waiting-for-dev
added a commit
that referenced
this issue
Aug 8, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
waiting-for-dev
added a commit
that referenced
this issue
Aug 8, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
waiting-for-dev
added a commit
that referenced
this issue
Aug 9, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
waiting-for-dev
added a commit
that referenced
this issue
Aug 9, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Sep 25, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Sep 25, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Sep 27, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Sep 27, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Sep 28, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Sep 28, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Sep 28, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Sep 28, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Sep 29, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Sep 29, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
elia
pushed a commit
that referenced
this issue
Oct 6, 2023
We inject a tweaked item component to avoid rendering actual links in the embedded preview. We'll leave the preview of active state of the main navigation to the item component preview. Ref. #5221
elia
pushed a commit
that referenced
this issue
Oct 6, 2023
We mock the url helpers so the dummy route we use points to the current page. At the same time, we change the item component to get the fullpath on initialization so we can mock and set the active state from outside. Closes #5221
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After #5213 has been merged, we might want to create previews for the rest of the components in the codebase.
The text was updated successfully, but these errors were encountered: