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

Roadmap #119

Open
6 of 35 tasks
nicoburns opened this issue Aug 15, 2024 · 0 comments
Open
6 of 35 tasks

Roadmap #119

nicoburns opened this issue Aug 15, 2024 · 0 comments

Comments

@nicoburns
Copy link
Collaborator

nicoburns commented Aug 15, 2024

Architecture

  • Split "wrappers" out of dioxus-blitz crate
  • Rename crates

Bug fixes

  • Fix known memory leaks
    • Anonymous nodes
    • Parley font names

Blitz "core" improvements

  • Non-root viewport scrolling
  • net crate for faster/async networking
  • Web font loading (needs: net crate + fontique improvements)
  • Background images (loading + rendering)
  • Text input
    • Mouse selection
    • More hotkeys
    • Multiline input
  • More form controls
  • Accessibility: incremental updates
  • Accessibility: react to events

Layout

  • Calc (taffy)
  • position: fixed
  • position: static
  • Direction and writing-mode (Taffy)
  • Floats (taffy + parley)
  • Table improvements
    • border-collapse
    • table-layout: fixed

Rendering

Dioxus Native integration

  • Better event handling (all event types hooked up, prevent default)
  • Integrate with CLI
  • More form controls

HTML/Markdown renderer

  • List bullets rendering
  • Checkbox rendering
  • Clickable links
  • Syntax highlighting
  • Live reload
  • Packaged/published binaries
@nicoburns nicoburns pinned this issue Aug 16, 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

No branches or pull requests

1 participant