22863bfcd6
Drop the Context injection from the ScreenModel. Emit a sealed ImportSnackbarMessage carrying either a @StringRes id or a dynamic text (for the error.message case where the bank importer surfaces a useful 'BRI import not yet implemented' string). The screen resolves resource ids via stringResource() in Composable scope and shows the snackbar; the original error.message info is preserved via the Dynamic variant instead of being dropped.