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

Stampy redesign 362 #404

Closed
wants to merge 105 commits into from
Closed

Stampy redesign 362 #404

wants to merge 105 commits into from

Conversation

buddy-web3
Copy link
Member

@melissasamworth please note that Advanced Content follows the Acceptance Criteria, images must be added by copyright people in Coda

jrhender and others added 25 commits February 10, 2024 11:57
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.
feat(Input): add placeholder prop and set for Menu
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