notmd

Results 68 issues of notmd

like in #3130 but for the `MessageTableEntry` component. Have a report button inside, and show the report pop-up on click

website
good first issue
UI/UX

Part of #245 - Upgrade to Bevy 0.14 to take advantage of the new `EventRegistry`. I'm using a fork of `bevy_renet` for now so this probably should be merged after...

`bevy_replicon` has a disscution including a summary of planned implementation details here https://github.com/projectharmonia/bevy_replicon/issues/304

A-Replication

Like the title, this would save a lot of time, especially for 2d game which don't use 3d features

# Objective - Close https://github.com/bevyengine/bevy/pull/14668 ## Solution - Add `QueryStateWrapper` a component and use observer to update it state. - Add `ArchetypeCreated` event. This will be emitted right after the...

C-Feature
A-ECS
D-Complex
X-Controversial
S-Waiting-on-Author

Like title. My cargo file ```toml bevy_svg = { version = "0.16.0-rc1", default-features = false, features = [ "2d", ] } ```