speak-her-db
speak-her-db copied to clipboard
Database of women speakers in Japan.
Update readme instructions to use Airtable Personal Access Tokens instead of API Key (deprecated since February 2023).
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
**Proposed Changes** Add cypress workflow to Github Actions **Testing Plan** Check actions on this PR
Resolves #263 Vuetify 2 is only compatible with SASS 1.32.x. I have downgraded from 1.49.8 to 1.32.13. reference https://github.com/vuetifyjs/vuetify/issues/13694#issuecomment-907768247 **Testing Plan** run `yarn serve` and see that the warnings are...
**Describe the bug** The Github actions are failing... maybe the plugin is old? **To Reproduce** Steps to reproduce the behavior: 1. Go to the PRs 2. Click on a PR...
Resolves #303 **Testing Plan** start your environment with `yarn serve`, start cypress `yarn e2e`, check if `home.cy.js` is passing and 🟢
Complete Cypress tests for `nominate.cy.js` Be sure to use cy.intercept() to mock out the form post because we don't want to spam the AirTable form. https://docs.cypress.io/api/commands/intercept https://github.com/WWCodeTokyo/speak-her-db/wiki/Cypress-Testing
Fill in tests for `about.cy.js` https://github.com/WWCodeTokyo/speak-her-db/wiki/Cypress-Testing
Fill in the `home.cy.js` file with tests https://github.com/WWCodeTokyo/speak-her-db/wiki/Cypress-Testing
**Is your feature request related to a problem? Please describe.** I ran [Chrome's Lighthouse Audit](https://developers.google.com/web/tools/lighthouse/) and our SEO score is: 74 **Describe the solution you'd like** Let's address some of...