Skip to content

Instantly share code, notes, and snippets.

View renderlife's full-sized avatar
🚀
We flew south

Eugene Koshelev renderlife

🚀
We flew south
  • RenderLife
  • Russia
View GitHub Profile
{
"doe": "a deer, a female deer",
"ray": "a drop of golden sun",
"pi": 3.14159,
"xmas": true,
"french-hens": 3,
"calling-birds": [
"huey",
"dewey",
"louie",
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body {
background-color: #FFFCCC;
<div class="whatsapp-me js-whatsapp-me" data-settings='{"telephone":"16472030499","mobile_only":true,"button_delay":3,"whatsapp_web":true,"message_text":"
Здравствуйте, меня зовут Геннадий, я директор по сервису компании ****. Как я могу вам помочь.","message_delay":10,"message_badge":true,"message_send":""}'>
<div class="whatsapp-me__tongue js-whatsapp-me__tongue whatsapp-me__tongue_hide">
Задать вопрос
</div>
<div class="whatsapp-me__button js-whatsapp-me__button">
<svg xmlns="http://www.w3.org/2000/svg" class="whatsapp-me__button__open" viewBox="0 0 24 24" width="24" height="24" ><g fill="#ffffff" id="wame_svg__logo"><path fill="#ffffff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.
<FormGroupTextInput
name="yandexMarketXmlImportLink"
label="Ссылка на XML прайс-листа в формате Яндекс.Маркета"
onChange={this.handleFormFieldChange}
value={yandexMarketXmlImportLink}
type="text"
placeholder="Ссылка на XML прайс-листа в формате Яндекс.Маркета"
error={this.getValidationError('yandexMarketXmlImportLink')}
addonAfter={
hasYandexMarketXmlImportLink && (
@renderlife
renderlife / import.tsx
Last active October 27, 2022 12:08
ts_component.tsx
// Libs
// Styles
import styles from './styles.module.sass'
import commonStyles from '@Styles/common.module.sass'
import cn from 'classnames'
// Utils
@renderlife
renderlife / agregate.js
Last active May 15, 2021 16:56
agregate.json
{
$match: {
'company': ObjectId(companyId),
'status': {
'$eq': status
},
'dateShift': {
'$gte': from
},
'dateShift': {
import React, { Component } from 'react'
import Modal from 'react-modal'
import styles from './styles.module.sass'
import { ReactComponent as Close } from 'Images/close.svg'
import ButtonToUp from './ButtonToUp'
import Heading from './Heading'
import Loader from 'Components/Common/Loader'
import commonStyles from 'Styles/common.module.sass'
import moment from 'moment'
import API from 'Services/API'
@renderlife
renderlife / 2190.ts
Last active April 27, 2021 10:04
2190
/*const defaultProps: Props = {
myRef: { current: {} }
}*/
const Lightbox = function ({ myRef }:Props ) {
//const Lightbox: React.FC<Props> = (props: Props) => {
//const { myRef } = props
const [opened, setOpened] = useState(false)
const [currentImage, setCurrentImage] = useState(0)
import React, { Component } from 'react'
import Modal from 'react-modal'
import styles from './stylesReport.module.sass'
import { providers } from 'Constants/constants'
import {
PARAMS_PLATFORM_ID
} from '../Geoservices'
Modal.setAppElement('#pointer')
import React, { Component, useCallback } from 'react'
import {
Form,
FormGroup,
Button,
Nav,
NavItem,
NavLink,
TabContent,
TabPane,