seed icon indicating copy to clipboard operation
seed copied to clipboard

A Rust framework for creating web apps

Results 75 seed issues
Sort by recently updated
recently updated
newest added

Lists: - `Ev` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rs - `At` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/attributes/attribute_names.rs - `Tag` list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/tags/tag_names.rs - `St` generated list: https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/styles/style_names.rs Missing: 1. `At::Role` - https://www.freecodecamp.org/news/html-role-attribute/ - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role 1. `Ev::Invalid` - https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/invalid_event Don't...

help wanted
good first issue
missing functionality

Some additional experimentation has highlighted a useful pattern for state management and coordination. I want to collect some feedback on the following to help pin down the API. ## Problem...

enhancement

I built an admin spa with seed, and everything worked out great! only that every time i log in, an error would pop up in browser console saying ``` panicked...

bug
help wanted

The code in question is introduced in PR #276. A new enum `MountType` was introduced for dealing with how to handle elements that are already attached to the root element...

enhancement

Previous work: - Typed Tags - Api design https://github.com/seed-rs/seed/issues/374 - Typed Styles - API design https://github.com/seed-rs/seed/issues/332 - Typed Attributes - API design https://github.com/seed-rs/seed/issues/312 - Typed Events - API design https://github.com/seed-rs/seed/issues/331...

help wanted
API design

This is a "tracking issue" for error handling to discuss and find a best way for error handling in Seed and Seed apps. Interesting links: - [Rust: Structuring and handling...

enhancement
help wanted
API design

Hi! We want to make Seed's website and documentation as good as possible. If you want to help a little bit, please see those issues for more info: - Feedback...

help wanted
docs

Hi! I'm interested in using Seed but I also need [Mapbox GL](https://docs.mapbox.com/mapbox-gl-js/api/)). I tried to look for that in the documentation, but there doesn't seem to be any mention on...

question

Currently `seed::fetch::Response` has 3 interfaces: `text`, `json`, `bytes`. I'm working on something now which is fetching a large amount of non-text data, `bytes` can work but it is not ideal...

enhancement
API design

See https://github.com/thedodd/trunk/issues/19

enhancement
help wanted
good first issue