Commit 669ac4e
committed
refactor(Wind): Align Tauri command names with PascalCase convention
Update the Vine notification stream implementation to use PascalCase command identifiers for Tauri interactions, replacing `vine_subscribe_notifications` and `vine_subscriber_count` with `VineSubscribeNotifications` and `VineSubscriberCount`.
This change ensures strict adherence to the project-wide PascalCase naming standard for all native backend interfaces, matching the conventions used in the Mountain and Common crates.1 parent f98a0d3 commit 669ac4e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
0 commit comments