-
Notifications
You must be signed in to change notification settings - Fork 7
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
messages #119
Open
emilybetter
wants to merge
43
commits into
cse110-sp23-group20:main
Choose a base branch
from
20-20REENVISIONED:ref
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
messages #119
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
Updated the README.md so onboarding should be easier for us folks new to the project.
Added a section on using python for running a local webserver so you can actually run the E2E tests on your own computer. Added how to run ESLint. This is the last of the included scripts that was not explicitly documented.
npm reported security vulnerabilities so I just ran `npm audit fix` to deal with it.
Forgot to run prettier before commit...
Update the hardcoded URLs to go point to the correct places after the repo forking. We may want to investigate if it's possible to make these links relative instead of absolute somehow.
Add our team introduction video.
Added link to the wiki. Also changed `check` to `checking` for consistency.
Added section to cache npm dependencies. Also use the later versions of checkout and specify usage of node v20. See: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows Also replaced npm install with npm ci as suggested in the setup-node documentation. See: https://docs.npmjs.com/cli/v8/commands/npm-ci
The previous set up would only run the Jest tests post deployment to github pages on the live website and deployments only occur on the `main` branch. This will run a python webserver on the Github runner and run the tests on that. Most important, all branches will now have testing run.
Run Tests on all branches; Update Github Action Dependencies
…lity Previously `npm run docs` would result in an error, meaning it was impossible to locally generate the JSDocs on your own computer. This is now fixed. In addition, I've setup main.yml to use the same script for consistancy. The JSDocs will look slightly different than before. Previously the `Minami` theme was used, however usage of that requies taffy which allows attackers to access any data items in the Taffy database. I don't think that's important to us, since what's in there for the JSDocs should be public already but... See https://nvd.nist.gov/vuln/detail/CVE-2019-10790#range-9035153
Pipeline js docs
No javascript notification
Added jpg and webp images for usage with `<picture>` tag for better performance. Also seems I could make some of the pngs a bit smaller.
Added usage of `<picture>` tags to html files to select best possible user-supported image. Got rid of usage of large png files entirly, jpg is just as compatitable. Usage of images in the js and css is replaced with the jpg versions. TODO: Like the picture tag, in the JS and CSS we should use the best format possible. At the moment they're hardcoded to use one particular image. FIXME. See `imageUrl` in `source/common/nav.js` and the various styles.css with `background-image` being used on a `url()`
…ght zodiac wheel Added avif images and the appropriate `<source>` tags. Added `<picture>` tag usage for fortune-cookie and palm-reader (didn't get to it last time). Also it seems I missed one of the zodiac wheels for putting it in a `<picture>` tag. This has been fixed. TODO: FIXME: I couldn't put the arrows in love-compatibility inside picture tags, doing so seems to break their positioning. This isn't the biggest of deals since those are small images anyways. Honestly they should probably just be replaced with an svg instead (and we can rotate the same image to make both left and right versions too).
open cookie button fixed
Feat/performance
Update workplan.md files
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.
compatibility messages