Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
ceabc0079c
Refactor ProfileScreen to improve account deletion UI; update styles for danger items and remove alert for app information.
9b26ddaa37
Add PDF download button to CardRequisiteOrderDetailsScreen for enhanced functionality.
0d12a01812
Refactor multiple screens to replace SafeAreaView imports with react-native-safe-area-context, enhancing layout consistency across the application.
a5bc322170
Enhance MigrationController and ShieldSeeder for improved data migration and role management
749208ac97
Add new migrators to MigrationController for enhanced data handling
1870583441
Add Laravel Sanctum for API authentication and update routes
76c05ebe7c
Refactor ActivityLogModule and clean up seeders
515731003c
Remove activity log migration files and update FillJsonData seeder to include ActionEventsMigrator. Clean up LoanOrdersMigrator comments for clarity.
a9c7ec6b80
Remove pxlrbt/filament-activity-log dependency from composer.json and update composer.lock. Enhance LoginController validation by adding a rule to exclude a specific username. Minor adjustments in migration files for activity log to improve code organization.
326987d6de
Add phone or username placeholder in login view and update Turkish translations
f433fc3e41
Remove unused Blade components and templates from the Filament package to streamline the codebase. This includes deleting various components related to forms, notifications, pagination, and widgets, enhancing maintainability and reducing clutter.
ba9402afb0
Refactor helper functions, improve product filtering, and update seeders. Adjusted SMS sending logic for better readability, implemented multi-level category filtering in ProductRepository, and commented out old data seeding in ChannelTableSeeder and UserTableSeeder for a cleaner setup.