Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cybrespace theme round 2 #15

Merged
merged 4 commits into from
Sep 24, 2023
Merged

cybrespace theme round 2 #15

merged 4 commits into from
Sep 24, 2023

Conversation

ionathanch
Copy link
Collaborator

@ionathanch ionathanch commented Sep 23, 2023

To deploy:

RAILS_ENV=production bundle exec rails assets:precompile
systemctl reload mastodon-web

@ionathanch
Copy link
Collaborator Author

From ESLint:

/home/mastodon/live/app/javascript/flavours/cybrespace/pack/features/notification.js
   11:23  error  Missing file extension for "mastodon/components/permalink"                 import/extensions
   11:23  error  Unable to resolve path to module 'mastodon/components/permalink'           import/no-unresolved
   19:36  error  Missing file extension for "../containers/follow_request_container"        import/extensions
   19:36  error  Unable to resolve path to module '../containers/follow_request_container'  import/no-unresolved
   21:20  error  Missing file extension for "./report"                                      import/extensions
   21:20  error  Unable to resolve path to module './report'                                import/no-unresolved
  133:7   error  JSX not allowed in files with extension '.js'                              react/jsx-filename-extension

Imports are:

import PropTypes from 'prop-types';
import React from 'react';
import { injectIntl, FormattedMessage, defineMessages } from 'react-intl';
import classNames from 'classnames';
import ImmutablePropTypes from 'react-immutable-proptypes';
import ImmutablePureComponent from 'react-immutable-pure-component';
import Permalink from 'mastodon/components/permalink';
import { HotKeys } from 'react-hotkeys';
import Icon from 'mastodon/components/icon';
import AccountContainer from 'mastodon/containers/account_container';
import StatusContainer from 'mastodon/containers/status_container';
import { me } from 'mastodon/initial_state';
import FollowRequestContainer from '../containers/follow_request_container';
import Report from './report';

@ionathanch ionathanch marked this pull request as ready for review September 24, 2023 14:42
@ionathanch ionathanch merged commit 21c100b into types.pl Sep 24, 2023
59 checks passed
@ionathanch ionathanch deleted the types+cybre branch September 24, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant