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
<template> | |
<div | |
class="relative rounded border bg-white w-full" | |
:class="!isValid && isDirty ? 'border-negative-700' : ''" | |
> | |
<label | |
:for="id" | |
class="absolute top-0 left-0 text-xs px-1 ml-2 bg-white leading-none transform-gpu -translate-y-1/2" | |
:class="hasFocus ? 'text-black-700' : 'text-secondary-700'" | |
>{{ label }}<span |
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
DEBUG: Setting current branch to develop(branch="renovate/chalk-a11y") | |
DEBUG: latest commit(branch="renovate/chalk-a11y") | |
{ | |
"branchName": "develop", | |
"latestCommitDate": "2021-12-03T16:00:58-05:00" | |
} | |
DEBUG: getBranchPr(renovate/chalk-a11y)(branch="renovate/chalk-a11y") | |
DEBUG: findPr(renovate/chalk-a11y, undefined, open)(branch="renovate/chalk-a11y") | |
DEBUG: findPr(renovate/chalk-a11y, undefined, closed)(branch="renovate/chalk-a11y") | |
DEBUG: Found PR #2426(branch="renovate/chalk-a11y") |
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
javascript:(function(){ | |
let a = document.querySelector('.styles__StyledLink-sc-l6elh8-0.ekTmzq.Blockreact__Block-sc-1xf18x6-0.Buttonreact__StyledButton-sc-glfma3-0.fuGyEk.fzwDgL.OrderManager--second-button'); | |
a.click(); setTimeout(function() { let b = document.querySelector('input[name=price]'); b.value = 0.15; | |
let c = document.querySelector('#duration'); | |
c.click(); | |
setTimeout(function() { | |
let d = document.querySelectorAll('.UnstyledButtonreact__UnstyledButton-sc-ty1bh0-0.Monthreact__Day-sc-rehiga-1.btgkrL'); | |
let i = -1; | |
d.forEach((node, index) => node.ariaSelected ? i = index : i = -1); | |
d[i + 2].click(); |
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
/** | |
* This plugin runs on the server and checks for the user's access token and | |
* refresh token cookies. | |
* | |
* If one of them is missing, the user will be logged out and cookies will be | |
* removed as a precaution. | |
* | |
* If both tokens are still valid, we get the user's account and log them in. | |
* | |
* If the access token has expired, we use the refresh token to get a new access |
OlderNewer