Skip to content

Commit

Permalink
Merge pull request #564 from audioverse-org/av-78-continue-listening
Browse files Browse the repository at this point in the history
Continue Listening Section
  • Loading branch information
narthur authored Sep 19, 2024
2 parents 7d9eccf + b0746d2 commit 3e7de6a
Show file tree
Hide file tree
Showing 31 changed files with 733 additions and 261 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
checks: read
pull-requests: write
steps:
- uses: actions/checkout@v4
name: Checkout configuration file
with:
sparse-checkout: |
pa11y-ci.json
sparse-checkout-cone-mode: false
- uses: narthur/pa11y-ratchet@v2
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand All @@ -18,6 +24,7 @@ jobs:
include: 'https?:\/\/[\w\.-]+\/en\/'
# Ignore contrast-related errors for now
ignore: WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail,WCAG2AA.Principle1.Guideline1_4.1_4_3.G145.Fail
config-path: pa11y-ci.json
lighthouse:
if: github.event.deployment_status.state == 'success'
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
run: npx -p nextjs-bundle-analysis report

- name: Upload bundle
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bundle
path: .next/analyze/__bundle_analysis.json

- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v4
if: success() && github.event.number
with:
workflow: nextjs_bundle_analysis.yml
Expand Down
5 changes: 3 additions & 2 deletions .pa11yci
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fileName": "./reports/results.json"
}
]
]
],
"hideElements": "iframe[src*=\"doubleclick.net\"]"
}
}
}
9 changes: 8 additions & 1 deletion audit-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"GHSA-rv95-896h-c2vc", // Not used at runtime because this is only used via @lhci/cli
"GHSA-fr5h-rqp8-mj6g", // Does not apply to Vercel-hosted applications
"GHSA-grv7-fg5c-xmjg", // Not used at runtime
"GHSA-3h5v-q93c-6h6q" // Not used at runtime and is related to @lhci/cli
"GHSA-3h5v-q93c-6h6q", // Not used at runtime and is related to @lhci/cli
"GHSA-952p-6rrq-rcjv", // Not used at runtime
"GHSA-9wv6-86v2-598j", // Used by lighthouse CI, not at runtime
"GHSA-qwcr-r2fm-qrc7", // Used by lighthouse CI, not at runtime
"GHSA-qw6h-vgh9-j6wx", // Used by lighthouse CI, not at runtime
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-m6fv-jmcg-4jfg", // Used by lighthouse CI, not at runtime
"GHSA-cm22-4g7w-348p" // Used by lighthouse CI, not at runtime
]
}
3 changes: 3 additions & 0 deletions pa11y-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"hideElements": "iframe[src*=\"doubleclick.net\"]"
}
453 changes: 226 additions & 227 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,8 @@
"budget": 230400,
"budgetPercentIncreaseRed": 5,
"showDetails": true
},
"peerDependencies": {
"webpack": "^5.94.0"
}
}
18 changes: 18 additions & 0 deletions public/compiled-lang/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,18 @@
"value": "Conferencias Anteriores"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1553,6 +1565,12 @@
"value": "Congressos recentes"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1553,6 +1565,12 @@
"value": "Aktuelle Konferenzen"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1553,6 +1565,12 @@
"value": "Recent Conferences"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1573,6 +1585,12 @@
"value": "Conferencias recientes"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1553,6 +1565,12 @@
"value": "Conférences récentes"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1573,6 +1585,12 @@
"value": "最近の大会・総会"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1439,6 +1439,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1553,6 +1565,12 @@
"value": "Недавние конференции"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
18 changes: 18 additions & 0 deletions public/compiled-lang/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,18 @@
"value": "Previous recent conferences"
}
],
"discover__continueListeningNext": [
{
"type": 0,
"value": "Next continue listening"
}
],
"discover__continueListeningPrevious": [
{
"type": 0,
"value": "Previous continue listening"
}
],
"discover__featuredTeachingsNext": [
{
"type": 0,
Expand Down Expand Up @@ -1557,6 +1569,12 @@
"value": "最新大会"
}
],
"discover_continueListeningHeading": [
{
"type": 0,
"value": "Continue Listening"
}
],
"discover_featuredTeachingsHeading": [
{
"type": 0,
Expand Down
9 changes: 9 additions & 0 deletions public/lang/br.json
Original file line number Diff line number Diff line change
Expand Up @@ -2735,5 +2735,14 @@
},
"account__heading": {
"string": "Configurações da conta"
},
"discover__continueListeningNext": {
"string": "Next continue listening"
},
"discover__continueListeningPrevious": {
"string": "Previous continue listening"
},
"discover_continueListeningHeading": {
"string": "Continue Listening"
}
}
9 changes: 9 additions & 0 deletions public/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2735,5 +2735,14 @@
},
"account__heading": {
"string": "Kontoeinstellungen"
},
"discover__continueListeningNext": {
"string": "Next continue listening"
},
"discover__continueListeningPrevious": {
"string": "Previous continue listening"
},
"discover_continueListeningHeading": {
"string": "Continue Listening"
}
}
9 changes: 9 additions & 0 deletions public/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,12 @@
"discover__conferencesPrevious": {
"string": "Previous recent conferences"
},
"discover__continueListeningNext": {
"string": "Next continue listening"
},
"discover__continueListeningPrevious": {
"string": "Previous continue listening"
},
"discover__featuredTeachingsNext": {
"string": "Next featured teachings"
},
Expand Down Expand Up @@ -747,6 +753,9 @@
"discover_conferencesHeading": {
"string": "Recent Conferences"
},
"discover_continueListeningHeading": {
"string": "Continue Listening"
},
"discover_featuredTeachingsHeading": {
"string": "Featured Teachings"
},
Expand Down
Loading

0 comments on commit 3e7de6a

Please sign in to comment.