This file contains hidden or 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
import React, { Component } from 'react'; | |
import './TeamPage.css'; | |
import axios from 'axios'; | |
import { Maths, Strings } from 'lang-js-utils'; | |
import { Gluejar } from '@charliewilco/gluejar' | |
import Dropzone from 'react-dropzone'; | |
import Clipboard from 'react-clipboard'; | |
import { connect } from 'react-redux'; | |
import { withRouter } from 'react-router-dom'; |
This file contains hidden or 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
require('./utils/react-shim'); | |
const React = require('react'); | |
const App = require('./components/App'); | |
const PanelController = require('./controllers/PanelController'); | |
const panelController = new PanelController(App); | |
module.exports = { | |
panels : { panelController } |
This file contains hidden or 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
// search for css-classes-in-html: | |
const re = /\"([a-z0-9]+((\-\w)?[a-z0-9]+)+)\"/; | |
// https://stackoverflow.com/questions/27928791/how-to-select-via-regex-all-class-notations-in-css-file | |
// [=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=] // | |
// search $_POST w/ JSON attrib: | |
const re = /\$_POST\[\'([a-z_]+)\'\]/; // $data->payload->$1 |
This file contains hidden or 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
#-- dump designengine to /var/mysql/dump | |
mysqldump --databases designengine --single-transaction --set-gtid-purged=OFF --add-drop-database --triggers --routines --events --user=root --password > /var/mysql/dump/designengine.sql | |
#-- import designengine.sql | |
mysql -uroot -p < /var/mysql/dump/designengine.sql | |
This file contains hidden or 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
/* CSS Generator v1.0 */ | |
/* Code snippets by Design Engine. */ | |
/* Made in Mountain View, CA. */ | |
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
.step-0 { | |
position: absolute; | |
top: 0px; | |
left: 0px; |
This file contains hidden or 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
Config loaded: /etc/designengine.d/.htmlhintrc.json | |
/var/opt/designengine/linter/src/1554664722.html | |
[37m L1 |[90m<!-- HTML Generator v1.0 -->[39m | |
[37m ^ [31mDoctype must be declared first. (doctype-first)[39m | |
Scanned 1 files, found 1 errors in 1 files (24 ms) |
This file contains hidden or 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
/* CSS Generator v1.0 */ | |
/* Code snippets by Design Engine. */ | |
/* Made in Mountain View, CA. */ | |
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
.signup { |
This file contains hidden or 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
/* CSS Generator v1.0 */ | |
/* Code snippets by Design Engine. */ | |
/* Made in Mountain View, CA. */ | |
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
.signup { | |
position: absolute; | |
top: 0px; | |
left: 0px; |
This file contains hidden or 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
/* CSS Generator v1.0 */ | |
/* Code snippets by Design Engine. */ | |
/* Made in Mountain View, CA. */ | |
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
.signup { | |
position: absolute; | |
top: 0px; | |
left: 0px; |
This file contains hidden or 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
/* CSS Generator v1.0 */ | |
/* Code snippets by Design Engine. */ | |
/* Made in Mountain View, CA. */ | |
/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ | |
.signup { | |
position: absolute; | |
top: 0px; | |
left: 0px; |