Skip to content

Commit

Permalink
chore: APPS-2866 Update FTVA Nuxt with library component version 3.5.7 (
Browse files Browse the repository at this point in the history
#15)

* update component-library and timeouts

* update styling
  • Loading branch information
jendiamond authored Aug 6, 2024
1 parent f9def36 commit f8ae330
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-site-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
nuxt-prod:
name: Netlify deploy
runs-on: ubuntu-latest
timeout-minutes: 40
# timeout-minutes: 40
steps:
# Initial checkout to fetch repository content and tags
- uses: actions/checkout@v3
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
if: ${{ github.event_name == 'release' }}

# Corrected indentation here
- uses: ./.github/workflows/setup-workspace

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regenerate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
environment:
description: 'Environment(test/prod)'
description: 'Environment(test/prod)'
required: true
type: choice
options:
Expand All @@ -20,7 +20,7 @@ jobs:
nuxt-deploy:
name: Netlify deploy
runs-on: ubuntu-latest
timeout-minutes: 40
# timeout-minutes: 40
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- uses: ./.github/workflows/setup-workspace
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineNuxtConfig({
prerender: {
crawlLinks: true,
failOnError: false,
concurrency: 5,
concurrency: 50,
interval: 1000,
// routes: ['/', '/404.html', '/200.html'],
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"nuxt-graphql-request": "^7.0.5",
"sass": "^1.66.1",
"ucla-library-design-tokens": "^5.20.0",
"ucla-library-website-components": "3.5.0"
"ucla-library-website-components": "3.5.7"
}
}
}
20 changes: 17 additions & 3 deletions pages/events/[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ const parsedFTVAEventScreeningDetails = computed(() => {
</main>
</template>
<style lang="scss" scoped>
<style
lang="scss"
scoped
>
// VARS - TO DO move to global? reference tokens?
// WIDTH, HEIGHT, SPACING
$max-width: 1160px;
Expand Down Expand Up @@ -257,7 +260,7 @@ $pale-blue: #E7EDF2;
}
.sidebar-column {
min-width: 280px;
min-width: 314px;
width: 30%;
position: absolute;
height: 100%;
Expand Down Expand Up @@ -289,7 +292,18 @@ $pale-blue: #E7EDF2;
min-height: 350px;
}
@media #{$medium} {
@media (max-width: 1200px) {
.one-column,
.two-column {
padding-left: var(--unit-gutter);
padding-right: var(--unit-gutter);
}
.sidebar-column {
padding-right: var(--unit-gutter);
}
.two-column>.primary-column {
width: 62%;
}
Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 comments on commit f8ae330

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.