-
Notifications
You must be signed in to change notification settings - Fork 0
526 contrasting confirmation messages #571
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
Open
Kafui123
wants to merge
26
commits into
development
Choose a base branch
from
526Contrasting_Confirmation_Messages
base: development
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
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8a298fd
added a transaction.rollback so the form would not be saved
Kafui123 64e7ca0
further enhanced labor status form creation
Kafui123 9240ee6
finished working on the flash message confusion
Kafui123 8df780e
removed all of the print statements
Kafui123 3ae3aa1
added myself to the test data
Kafui123 c38d7f4
fixed assertion errors
Kafui123 9d6e22e
fixed some tests
Kafui123 ed91c50
fixed some tests
Kafui123 d60854f
fixed failing tests
Kafui123 7c0fd6a
Merge remote-tracking branch 'origin' into 526Contrasting_Confirmatio…
Kafui123 272930d
removed an unused import
Kafui123 2768210
added an ajax error handler
Kafui123 5ab735a
changed the test profile to pearcej
Kafui123 adf5658
put some tests inside a mainDB block
Kafui123 1091882
Merge branch 'development' into 526Contrasting_Confirmation_Messages
bakobagassas 761b8fb
Merge branch 'development' into 526Contrasting_Confirmation_Messages
MImran2002 b66b782
Merge branch 'development' into 526Contrasting_Confirmation_Messages
MImran2002 c84009d
trailing whitespace removed
MImran2002 c941b9b
made some change
MImran2002 5b82836
reversing init change
MImran2002 26c48bf
new changes
MImran2002 7ae59f0
flash message restored'
MImran2002 997b0a2
error catching created, front end flash message responsiveness and ov…
MImran2002 d8b8da8
remove console.log
MImran2002 06bbba0
Merge branch 'development' into 526Contrasting_Confirmation_Messages
MImran2002 bd902dc
Merge branch 'development' into 526Contrasting_Confirmation_Messages
MImran2002 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| function msgFlash(flash_message, status){ | ||
| var category = (status === "success") ? "success" : ((status === "fail") ? "danger" : "warning"); | ||
| $("#flash_container").prepend('<div class="alert alert-'+ category +'" role="alert" id="flasher">'+flash_message+'</div>'); | ||
| $("#flash_container").prepend('<div class="alert flash alert-'+ category +'" role="alert" id="flasher">'+flash_message+'</div>'); | ||
| $("#flasher").delay(5000).fadeOut(); | ||
| } |
|
Kafui123 marked this conversation as resolved.
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.