avonian / soundstage-vr

0 stars 0 forks source link

Sweep: rename isOpen to isVisible #32

Open avonian opened 1 year ago

avonian commented 1 year ago

replace the "isOpen" reference in "src/ui/components/AvatarMenu.vue" with "isVisible"

sweep-ai[bot] commented 1 year ago

Hey @avonian,

I've started working on the changes you requested in issue #32. The plan is to replace all instances of "isOpen" with "isVisible" in the src/ui/components/AvatarMenu.vue file. This includes the variable declaration in the data function, the v-if directive in the template, and any references in the methods or computed properties.

Give me a minute!

Best, Sweep bot

Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/avonian/soundstage-vr/blob/c9c8e5b6b48900c7323c8bdc4dd18481fe172f41/src/ui/App.vue#L1-L132 https://github.com/avonian/soundstage-vr/blob/c9c8e5b6b48900c7323c8bdc4dd18481fe172f41/src/ui/components/AvatarMenu.vue#L1-L57 https://github.com/avonian/soundstage-vr/blob/c9c8e5b6b48900c7323c8bdc4dd18481fe172f41/src/ui/components/UserControls.vue#L1-L66 https://github.com/avonian/soundstage-vr/blob/c9c8e5b6b48900c7323c8bdc4dd18481fe172f41/src/ui/components/Chat.vue#L1-L70 https://github.com/avonian/soundstage-vr/blob/c9c8e5b6b48900c7323c8bdc4dd18481fe172f41/src/ui/App.vue#L1046-L1252

I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind!