-
Notifications
You must be signed in to change notification settings - Fork 2
Confirmation modal #352
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
Rtyujklop
wants to merge
32
commits into
1.9.0-Release
Choose a base branch
from
modal-refactor
base: 1.9.0-Release
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
Confirmation modal #352
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
52be3c1
wording fix in readme
atparsec f0cebd0
Header debranding
Marrufof af1ab83
debranded the footer and added a uiConfig.js.
Rtyujklop 34880ab
Changed Header
Marrufof 855cff7
changed the sql test data, updating to 4 content areas
Marrufof 2be69eb
Updated README
Marrufof 2672261
added admin test cases for content editor.
Rtyujklop 6e36980
Merge branch 'debranding' of https://github.com/RIT-Software-Engineer…
Rtyujklop b886bdf
made stacktraceerrorpage.js read uiconfig version number.
Rtyujklop 5c1a343
Editable Footer
Marrufof f5ba6db
Merge branch 'debranding' of https://github.com/RIT-Software-Engineer…
Marrufof c172829
removed comments
Marrufof 95ad34a
Made version number uneditable
Marrufof b6196eb
Refactor modals: added ModalWrapper and SubmissionViewerModal content…
Rtyujklop 97b04b6
made ModelWrapper more flexible and integrated it into SubmissionView…
Rtyujklop e46495d
added IndividualTimeModalContent and use ModalWrapper for student log…
Rtyujklop 6b349d1
Center all modals and fixed modal layout
Rtyujklop 188c7f3
added profile modal refactor content
Rtyujklop dfe780e
did more work on project viewer modal.
Rtyujklop b8f8488
the scrolling is back to the right of the screen for view action
Rtyujklop 7cc2353
scroll is fixed for submission viewer.
Rtyujklop b9e008d
demo update i just made action modal normal and made sure everything …
Rtyujklop fba52fc
added x's to all modals i seen
Rtyujklop 8e7424d
conformation modal is going well
Rtyujklop 2b8dacf
made adjustments toward radio button with the are u sure modal.
Rtyujklop 1fa7d2b
allow modal click off and radio buttons work with confirmation modal.
Rtyujklop bd8beb7
fixed the confirmation modal and major bugs.
Rtyujklop e77f2b9
made dark mode confirm modal x look better.
Rtyujklop 003c10a
made profile modal look like the sandbox one.
Rtyujklop 00c0dc6
minimum width constraints got added.
Rtyujklop 03ad13a
fixed the layout of confirmation modal.
Rtyujklop 6c70afa
made changes based on pr
Rtyujklop 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Empty file.
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,9 @@ | ||
| INSERT INTO page_html (name, html) VALUES | ||
| ('homePagePanel', '<div class="row"> | ||
| INSERT INTO | ||
| page_html (name, html) | ||
| VALUES | ||
| ( | ||
| 'homePagePanel', | ||
| '<div class="row"> | ||
| <h2>Overview</h2> | ||
| </div> | ||
| <div class="row"> | ||
|
|
@@ -15,8 +19,11 @@ INSERT INTO page_html (name, html) VALUES | |
| inception through an entire software development lifecycle. The end result is a functional software | ||
| tool ready for use by the sponsor''s organization. | ||
| </p> | ||
| </div>'), | ||
| ('sponsor', '<div class="row"> | ||
| </div>' | ||
| ), | ||
| ( | ||
| 'sponsor', | ||
| '<div class="row"> | ||
| <h2 class="ui header">Become a Project Sponsor</h2> | ||
| </div> | ||
| <div class="row"> | ||
|
|
@@ -213,4 +220,45 @@ INSERT INTO page_html (name, html) VALUES | |
| </ol> | ||
| </div> | ||
| </div> | ||
| </div>'); | ||
| </div>' | ||
| ), | ||
| ( | ||
| 'loggedOutFooter', | ||
| "<div id='bringMeDownSignedIn' class='ui container stackable grid'> | ||
| <div class='three column row'> | ||
| <div class='column'> | ||
| <img src='/assets/logo.jpg' alt='Logo' style='max-width:200px; width:100%; height:auto;' /> | ||
| </div> | ||
| <div class='column'> | ||
| <p> | ||
| Department of Software Engineering<br/> | ||
| Golisano Building 70, Room 1690<br/> | ||
| 134 Lomb Memorial Drive<br/> | ||
| Rochester, NY 14623-5608 | ||
| </p> | ||
| </div> | ||
| <div class='column'> | ||
| <p> | ||
| <i class='ui mail icon'></i> | ||
| <a href='mailto:[email protected]'>[email protected]</a> | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <div class='centered row' style='text-align:center;'> | ||
| <p>© " || strftime('%Y','now') || " Rochester Institute of Technology, All Rights Reserved</p> | ||
| </div> | ||
| </div>" | ||
| ), | ||
| ( | ||
| 'loggedInFooter', | ||
| "<div id='bringMeDown' class='ui container stackable grid'> | ||
| <div class='two column row'> | ||
| <div class='column'> | ||
| <h5 id='copyright'> | ||
| <i class='ui icon copyright'></i> | ||
| " || strftime('%Y','now') || " Rochester Institute of Technology, All Rights Reserved | ||
| </h5> | ||
| </div> | ||
| </div> | ||
| </div>" | ||
| ); | ||
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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.