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

Rewrite the entire framework #76

Open
wants to merge 182 commits into
base: main
Choose a base branch
from
Open

Rewrite the entire framework #76

wants to merge 182 commits into from

Conversation

aalin
Copy link
Contributor

@aalin aalin commented Mar 23, 2024

This is the code from the rewrite that I started writing in August 2023.

Todo

  • Implement a better VDOM
  • Make the root layout work
  • Fix string callbacks (onclick="event.preventDefault()")
  • Generate image versions and static assets
  • Reload routes when pages are added/removed
  • mayu build to build apps
  • mayu start to run built apps
  • Prometheus endpoint
  • Rewrite stack traces in Mayu::Modules::System by resolving modules
  • Custom elements? #5

Issues that should have been fixed already in this branch

This is the code from the rewrite that I started writing in August 2023.
aalin added 30 commits August 9, 2024 18:30
Update test output and add `# frozen_string_literal: true` to all of them
VChildren will now only call @parent.update_child_ids after updating
their children, and only if children have been created or removed, or if
update_child_ids has been called by a child during the update process.
value.to_s would give ""
It's already Assets::Storage#run already starts a task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant