-
Notifications
You must be signed in to change notification settings - Fork 199
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
Add select explainer redirect #1101
Conversation
css tricks has an article which is pointing to a 404 on our site here: https://css-tricks.com/the-selectmenu-element/#:~:text=Based%20on%20the%C2%A0Open%20UI%E2%80%99s%C2%A0%3Cselect%3E%C2%A0proposal This patch adds a page with a link to the updated explainer to make sure we don't continue to 404.
This is "ok" like this, but perhaps better is a server redirect? See this URL for an example: https://open-ui.org/components/popup.research.explainer/ It automatically redirects (without an interstitial and extra click) over to |
Yes that is much better, I found a configuration file with redirects in it, and I replaced the selectlist and selectmenu pages with redirects. When I ran it locally it didn't look like it was working though. Maybe I'm missing something? |
Interesting. Looking at the source files, it looks like someone changed how this was working since the last time I touched it also. I wonder who the expert would be? Side-thing, I also notice as I look back at the popup/popover files, there are still old versions of the "popup" explainer lingering in the source tree. That's likely bad too? |
Probably @andrico1234
Are you talking about this? I figured it was needed to make the redirect work but we could try deleting it and see what happens? https://github.com/openui/open-ui/blob/main/site/src/pages/components/popup.research.explainer.js |
No, not that one. I do think that's needed for the redirect? I meant the other popup.*.mdx files. But after reviewing them, I remember that they're all "historical" versions that are kept for posterity. No issue, I think. |
Ok cool. Anything else I can do to get this merged? I still don't have merging permissions. |
css tricks has an article which is pointing to a 404 on our site here: https://css-tricks.com/the-selectmenu-element/#:~:text=Based%20on%20the%C2%A0Open%20UI%E2%80%99s%C2%A0%3Cselect%3E%C2%A0proposal
This patch adds a page with a link to the updated explainer to make sure we don't continue to 404.