Skip to content

Add Axum activity feed example #2

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

Merged
merged 6 commits into from
Jul 29, 2025

Conversation

VimCommando
Copy link
Contributor

Expanding on the "Hello World" example, this activity feed includes additional implementations.

From the axum-activity-feed.html:

  1. Nine data-signals
  2. Two data-bind for inputs
  3. Four data-on-click buttons
  4. A conditional data-class for disabled button styling
  5. Seven dynamic data-text elements

From the axum-activity-feed.rs:

  1. A multi-value Signals struct
  2. A Status enum that is also used as an extract::Path route property
  3. A long-running generate function that emits a user-defined number of events to the SSE stream
  4. An event function that emits a single signal/element pair

@GlenDC GlenDC merged commit 6443d3a into starfederation:main Jul 29, 2025
5 checks passed
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.

2 participants