Compose: Use CircularWavyProgressIndicator
Replace `CircularProgressIndicator` with the new `CircularWavyProgressIndicator` from Material 3 Expressive when a post is being uploaded.
This change provides a more modern-looking progress indicator. The `@OptIn` for `ExperimentalMaterial3ExpressiveApi` has been added to support this.