Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
stemn-frontend-website/src/client/assets/static
stemn-frontend-website/src/static
stemn-frontend-shared/src/assets
stemn-frontend-desktop/app/node_modules
stemn-frontend-desktop/app/static
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.sidebarRight{
padding: 30px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1 from "theme";
@value border1 from "theme.css";

.commitInfo{
padding: 10px 20px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.container{
padding: 20px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, secondary, border1, bg1, height-header from "theme";
@value primary, secondary, border1, bg1, height-header from "theme.css";
/*
.title{
font-size: 16px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.container{
padding: 20px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, height-header, sidebar-bg, sidebar-text-1, sidebar-text-2, sidebar-footer, secondary, sidebar-search-border, sidebar-search-bg, sidebar-search-border, sidebar-search-text from "theme";
@value primary, height-header, sidebar-bg, sidebar-text-1, sidebar-text-2, sidebar-footer, secondary, sidebar-search-border, sidebar-search-bg, sidebar-search-border, sidebar-search-text from "theme.css";

.overlay{
position: absolute;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, border1 from "theme";
@value primary-bg, border1 from "theme.css";

.toolbar {
border-bottom: 1px solid border1;
Expand Down
95 changes: 0 additions & 95 deletions stemn-frontend-desktop/config/plugins/HashModuleId/index.js

This file was deleted.

1 change: 0 additions & 1 deletion stemn-frontend-desktop/config/webpack.config.electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const GLOBALS = {
WEBSITE_URL: JSON.stringify('http://stemn.com'),
WEBSOCKET_SERVER: JSON.stringify(process.env.WEBSOCKET_SERVER),
},
__DEV__: JSON.stringify(JSON.parse(process.env.DEBUG || 'true')),
}

module.exports = merge(config, {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const GLOBALS = {
WEBSITE_URL: JSON.stringify('https://dev.stemn.com'),
WEBSOCKET_SERVER: JSON.stringify(process.env.WEBSOCKET_SERVER),
},
__DEV__: JSON.stringify(JSON.parse(process.env.DEBUG || 'true')),
}

const chunkIncludes = (targets) => ({ context }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ const webpack = require('webpack')
const ExtractTextPlugin = require('extract-text-webpack-plugin')
const config = require('./webpack.config.base')
const CopyWebpackPlugin = require('copy-webpack-plugin')
const WebpackChunkHash = require('webpack-chunk-hash')
const ChunkManifestPlugin = require('chunk-manifest-webpack-plugin')
const HashModuleId = require('./plugins/HashModuleId')

const GLOBALS = {
// 'process.env': {
Expand All @@ -21,7 +18,6 @@ const GLOBALS = {
WEBSITE_URL: JSON.stringify('https://dev.stemn.com'),
WEBSOCKET_SERVER: JSON.stringify(process.env.WEBSOCKET_SERVER),
},
__DEV__: JSON.stringify(JSON.parse(process.env.DEBUG || 'false')),
}

const chunkIncludes = (targets) => ({ context }) => {
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/assets/css/autosuggest.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.react-autosuggest__container {
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/assets/css/input.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, highlight-color, highlight-text-color from "theme";
@value border1, highlight-color, highlight-text-color from "theme.css";

input {
line-height: 1.3em;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/assets/css/select.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";


.Select{
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Banner/Banner.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg from "theme";
@value primary-bg from "theme.css";

.banner{
padding: 15px;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/BannerBar/BannerBar.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, warn, success from "theme";
@value primary-bg, warn, success from "theme.css";

.banner {
border: 1px solid rgba(0, 0, 0, 0.1);
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Buttons/Button/Button.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, primary-bg-hover, primary, primary-2, secondary, secondary-2, warn, warn-2, grey-3, bg1, linkedin, linkedin-dark, facebook, facebook-dark from 'theme';
@value primary-bg, primary-bg-hover, primary, primary-2, secondary, secondary-2, warn, warn-2, grey-3, bg1, linkedin, linkedin-dark, facebook, facebook-dark from "theme.css";

.button {
border: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, primary-2, secondary, secondary-2, warn, warn-2, grey-3, bg1, linkedin, linkedin-dark, facebook, facebook-dark from 'theme';
@value primary, primary-2, secondary, secondary-2, warn, warn-2, grey-3, bg1, linkedin, linkedin-dark, facebook, facebook-dark from "theme.css";

.button {
border-radius: 50%;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Buttons/NavPill/NavPill.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, primary-bg-hover, primary, border1, secondary from "theme";
@value primary-bg, primary-bg-hover, primary, border1, secondary from "theme.css";

.button{
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1 from "theme";
@value border1 from "theme.css";

.root {
margin-bottom: 15px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, primary-bg-hover, primary, primary-2, warn, warn-2 from "theme";
@value primary-bg, primary-bg-hover, primary, primary-2, warn, warn-2 from "theme.css";

.progressButton {
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.button{
background: none;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Calendar/Calendar.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, primary-bg, border1, bg1 from "theme";
@value primary, primary-bg, border1, bg1 from "theme.css";

.calendar {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.close{
padding: 10px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, primary-bg, bg1, border1, success, grey-2, warn from "theme";
@value primary, primary-bg, bg1, border1, success, grey-2, warn from "theme.css";

.fileChangeRow {
border-bottom: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1 from "theme";
@value primary, border1 from "theme.css";

.fileChangeTitleRow{
border-bottom: 1px solid;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1, grey-3 from "theme";
@value primary, border1, bg1, grey-3 from "theme.css";

.comment{
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1, grey-3 from "theme";
@value primary, border1, bg1, grey-3 from "theme.css";

.commentAvatar{
margin-right: 10px
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1 from "theme";
@value border1 from "theme.css";

.panelRight{
border-left: 1px solid border1;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Editor/EditorDisplay.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.mention{
color: primary;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary from "theme";
@value primary from "theme.css";

.mention {
color: primary;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, highlight-color, highlight-text-color from "theme";
@value primary, highlight-color, highlight-text-color from "theme.css";

.editor {
pre{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary from "theme";
@value primary from "theme.css";

.toolbar {
background: white;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/FileCompare/FileCompare.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.timeline{
border: none;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1 from "theme";
@value primary, border1 from "theme.css";

.rangeSlider{
border-top: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary from "theme";
@value primary from "theme.css";

.slider{
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/FileList/FileList.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.breadcrumbs{
border-bottom: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, primary-2, border1 from "theme";
@value primary, primary-2, border1 from "theme.css";

.file{
padding: 8px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, primary-2, grey-3 from "theme";
@value primary, primary-2, grey-3 from "theme.css";

.crumbs{
color: grey-3;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary-bg, border1, bg1 from "theme";
@value primary-bg, border1, bg1 from "theme.css";

.row {
border-bottom: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.breadcrumbs{
border-bottom: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.modal{
width: 600px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, border1, bg1 from "theme";
@value primary, border1, bg1 from "theme.css";

.header{
border-bottom: 1px solid border1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, bg1 from "theme";
@value border1, bg1 from "theme.css";

.viewer {
background: bg1;
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Header/Header.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value border1, height-header, width-header-buttons from "theme";
@value border1, height-header, width-header-buttons from "theme.css";

.toolbar{
padding: 0 15px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, bg1 from "theme";
@value primary, bg1 from "theme.css";


.tickOnly input:checked + div {
Expand Down
2 changes: 1 addition & 1 deletion stemn-frontend-shared/src/misc/Input/Radio/Radio.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@value primary, secondary, border1 from "theme";
@value primary, secondary, border1 from "theme.css";

.radio{
padding: 5px 0;
Expand Down
Loading