Large update for all components

reorganization, linting, updating file imports, consolidation
warning: there will be errors in this commit
todo: update webpack, add missing styles, scss files, consolidate the rest of components within features/*
This commit is contained in:
mgabdev
2019-08-07 01:02:36 -04:00
parent 5505f60119
commit 280dc51d85
341 changed files with 8876 additions and 8321 deletions

View File

@@ -27,7 +27,7 @@ function main ( ) {
const IntlMessageFormat = require('intl-messageformat').default;
const { timeAgoString } = require('../gabsocial/components/relative_timestamp');
const { delegate } = require('rails-ujs');
const emojify = require('../gabsocial/features/emoji/emoji').default;
const emojify = require('../gabsocial/components/emoji/emoji').default;
const { getLocale } = require('../gabsocial/locales');
const { messages } = getLocale();
//(Rjc) 2019-05-24 defined but never used