-
Notifications
You must be signed in to change notification settings - Fork 3
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
Testing scraper #29
Open
alittlerocket
wants to merge
40
commits into
main
Choose a base branch
from
testing-scraper
base: main
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
Testing scraper #29
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
…entations from the user:
…t the presentations are appropriately rendered. Still more work to do on that front
…tions for the user and added a light mode button that needs to be worked on
…ext-themes to help with the process, but there is an issue where the css is not being applied accordingly
…mode. Was able to fix previous issues and added css classes changes so that light and dark mode is reflected. Still more UI elements to be worked on
…ode, as well as view presentations page
Updated README file to make it clear what the purpose of the testing branch is for developers
Mentioned that this branch will later be merged into the main branch if the features work as expected.
Self-explanatory
Just changed normal function to arrow function
I added the RCOS and Github Logo to the footer in the landing page.
Fixed capitalization
Changed the name of the path for the RCOS logo so that there should now be no error regarding deployment
Fixed icon and footer sizing issues by removing the hard-coded height for the footer and adding margins to each icon.
Added RCOS and Github Logos
Fixed state issues with the delete modal so that if the user clicks the trash icon, a confirmation screen will appear. Clicking "Cancel" or "Confirm" will show the appropriate screens. Still more work to be done.
Currently, there is no presentation id field that is properly populated when the user creates a presentation. This is important for being able to delete and view presentations. This commit is attempting to fix it, although testing has shown it has not been fixed yet. More work to be done.
Fixed issue where presentationId was not showing up in the database, and confirmed that the functionality of the delete modal is complete.
Fixed issue where the modal did not display content correctly for smaller screens.
Finished Delete Presentation Modal
Using the useEffect to check if the user is logged in. Redirect the user to http://localhost:3000/app if logged in.
There's a commit that fixes the bug pertaining to this issue. Might fix it.
Improve parsing function for input
Added functionality where users are routed to the application page if they are logged in
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
No description provided.