-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.0.1 #42
v0.0.1 #42
Conversation
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
This commit adds two new icons, GoogleIcon and FacebookIcon, to the codebase. These icons will be used for the Google and Facebook login buttons in the login screen. The icons are implemented using the @gluestack-ui/icon package and styled with the @gluestack-ui/themed package. This addition enhances the user experience by providing visually appealing icons for social login options.
This commit simplifies the layout of the app by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. The GuestLayout component has also been refactored to improve code organization and readability. These changes enhance maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing unused test files and components, including ThemedText-test.tsx, StyledText-test.js, and the Themed, ParallaxScrollView, HelloWave, EditScreenInfo, Collapsible, and HomeScreen components. Refactor the GuestLayout component to improve code organization and readability. These changes improve maintainability and simplify the codebase.
Simplify the codebase by removing the unused StyledProvider component from the login.tsx file. This component was not being used and can be safely removed. Additionally, update the login screen to remove the unnecessary wrapping of the LoginScreen component with the StyledProvider component. These changes improve code cleanliness and remove unnecessary dependencies.
Simplify the codebase by removing the unused StyledProvider component from the login.tsx file. Also, update the login screen to remove unnecessary wrapping of the LoginScreen component with the StyledProvider component. These changes improve code cleanliness and remove unnecessary dependencies.
…reen Simplify the codebase by removing the unused StyledProvider component from the signup.tsx file. Also, update the signup screen to remove unnecessary wrapping of the SignupScreen component with the StyledProvider component. These changes improve code cleanliness and remove unnecessary dependencies.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx file. This component was not being used and can be safely removed. These changes improve code cleanliness and remove unnecessary dependencies.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the signup and login screens to remove unnecessary wrapping of components with the StyledProvider component. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the signup and login screens to remove unnecessary wrapping of components with the StyledProvider component. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the signup and login screens to remove unnecessary wrapping of components with the StyledProvider component. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the signup and login screens to remove unnecessary wrapping of components with the StyledProvider component. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the Social.tsx file to include a new GoogleIcon and FacebookIcon component. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Simplify the codebase by removing the unused StyledProvider component from the verify-otp.tsx, signup.tsx, and login.tsx files. Additionally, update the presets in the babel.config.js file to include '@babel/preset-env' and '@babel/preset-typescript'. These changes improve code cleanliness, remove unnecessary dependencies, and enhance maintainability.
Update the mobile app renderings in the README.md file to use new iPhone images. This improves the visual representation of the app in the documentation.
…-codecov-upload chore: Update test commands to include code coverage for codecov
Testing occupi-mobile
Update/read me
chore: Update workflow name to include linting and testing for golang
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
11413230 | Triggered | Generic Password | eae2db6 | occupi-backend/tests/utils_test.go | View secret |
11413230 | Triggered | Generic Password | ce6441e | occupi-backend/tests/utils_test.go | View secret |
11413231 | Triggered | Generic Password | ce6441e | occupi-backend/tests/utils_test.go | View secret |
11413231 | Triggered | Generic Password | eae2db6 | occupi-backend/tests/utils_test.go | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
@Rethakgetse-Manaka , please approve. |
Description
v0.0.1 Release
Fixes # (issue)
Type of change
Please delete options that are not relevant.
N/A
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Please refer to the relevant pr's to see all of the details for testing
Checklist: