-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Inspect btn #364
Open
sarhiri
wants to merge
2,728
commits into
open-source-labs:dev
Choose a base branch
from
oslabs-beta:inspect-btn
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Inspect btn #364
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build out login page - client
add cors
incorporate customFetch - get current user
Fix bug with setting test cookie in tests
fix double res.send in get current user route
Add Event Types to common pkg - update common pkg version in each service
common pkg update in each service
update common pkg in all services
update user_created event to enforce payload type
fixed example bug
Clicking example now populates cards that are not wrapped in a link component. This allows the app to work the traditional way and with our example button. useNavigate hook was used in appplication card component to facilitate. Users can now also click exit example button to reset all states and use the app the traditional way.
Inside of application context add app was adjusted to render multiple cards at once. Each cards data is added to an object that is iterated over
Applications are now filtered inside of mapping function
…ved all global scss into index.scss
Cards are now deleted without the ref hook I believe the delRef hook was being used to prevent an issue with event bubbling. Becuase the delete button is nested inside of the Card component and card has an onClick the prior teams were calling the onClick on the card as well as the delete button. event.stopPropagation was used to prevent the bubbling the del ref hook is now able to be removed
Ted modular
Merge branch 'dev' of https://github.com/oslabs-beta/Chronos-MTSS into dev
Feature/example
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
References issue #. Please review this @teammember1, @teamMember2.
Types of changes
Purpose
Approach