the-lex-web-ui
∞ a-lex-web-ui
∞ our-lex-web-ui
@aws-samples/aws-lex-web-ui ∞ @results-cx/aws-lex-web-ui ∞ @devicebits/qnabot-web-widget
A one person job.
Clone deviates from fork circa v0.19.*
/* Declare default state and action indicators for '.toggle-container' scope. */ | |
.toggle-container { | |
--current-mode: "interactive/"; | |
--current-state: "collapsible"; | |
--current-action: "expand"; | |
--current-scope: "all"; | |
} | |
/* Select '.toggle-container' via ':checked' to set values in toggled state. */ |
import React, {Component} from 'react'; | |
import PropTypes from 'prop-types'; | |
import throttle from 'lodash.throttle'; | |
const SAFARI_MOBILE_BOTTOM_MENU_HEIGHT = 44; | |
export default class FixedBottom extends Component { | |
static propTypes = { | |
children: PropTypes.element.isRequired, | |
offset: PropTypes.number, |
{ | |
"plugins": [ | |
{ | |
"metadata": { | |
"id": "7a0110bb-231a-4598-aa1b-0769ea46d28b", | |
"publisherId": "aaron-bond.better-comments", | |
"publisherDisplayName": "aaron-bond" | |
}, | |
"name": "better-comments", | |
"publisher": "aaron-bond", |
the-lex-web-ui
∞ a-lex-web-ui
∞ our-lex-web-ui
@aws-samples/aws-lex-web-ui ∞ @results-cx/aws-lex-web-ui ∞ @devicebits/qnabot-web-widget
A one person job.
Clone deviates from fork circa v0.19.*
<!-- lex-web-ui/src/components/ToolbarContainer.vue --> | |
<!-- Ultimate Restart Button (user initiated) --> | |
<template> | |
<!-- eslint-disable max-len --> | |
<!-- v-toolbar --> | |
<!-- v-menu --> | |
<!-- v-list --> | |
<!-- if enableLogin --> | |
<!-- if isSaveHistory --> |
To configure Vercel to skip deployments when changes are made solely to the .github/
directory, the docs/
directory, or any Markdown (*.md
) files, you can set up the Ignored Build Step in your Vercel project settings. This ensures that modifications to these specific files or directories do not trigger unnecessary deployments.
Steps to Configure the Ignored Build Step:
Access Vercel Project Settings:
Set Up the Ignored Build Step:
Migrating from Vercel's native GitHub integration to GitHub Actions for deployments involves several steps to ensure a smooth transition without disrupting your deployment history. Here's how you can proceed:
In your Vercel project, navigate to the Settings tab.
Under the Git section, set the github.enabled
property to false
in your vercel.json
file:
{
"github": {
"enabled": false