Skip to content
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

Not sure, some stashed changes related to button #388

Closed
wants to merge 93 commits into from

Conversation

melissasamworth
Copy link
Contributor

No description provided.

jrhender and others added 26 commits February 9, 2024 18:25
The old tags/$tag route is moved to tags/single/$tag.
tags/single is used by the questions route and so could be removed if questions route is removed.
Without slash, navigation to question from the tag display page failed.
Question id was appended to /tag which isn't a route.
Makes it easier to use component in storybook
This plugin adds fix rule to easily remove unused imports
changes the route for tag pages from tags/{tag name} to tags/{tag id}/{tag name}.
Only tag id is needed to navigate to the page.
stampy.ts tests were failing (e.g. https://github.com/StampyAI/stampy-ui/actions/runs/7854687158/job/21435971107) with the following error:

```
    app/server-utils/stampy.ts:196:45 - error TS2576: Property 'json' does not exist on type 'Response'. Did you mean to access the static member 'Response.json' instead?

    196     json = await (await fetch(url, params)).json()
```

Removed @nodes/types as I think it was due to the types conflict described cloudflare/workerd#1298.
@jrhender
Copy link
Collaborator

@melissasamworth I think you want to make a new branch from stampy-redesign, add your comment and then your PR will be from that new branch back into stampy-redesign. I think maybe what happened is that you applied your commit directly onto the stampy-redesign branch instead of a feature branch.

Is this the commit with the changes you want to merge? 72855b7

feat(Input): add placeholder prop and set for Menu
@mruwnik
Copy link
Collaborator

mruwnik commented Feb 12, 2024

I'll close this one, as the changes are already merged, and this shouldn't go to master

@mruwnik mruwnik closed this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants