1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Rename JS sub-components so that descriptors are before the noun, not after

This commit is contained in:
Toby Zerner
2015-05-18 18:50:58 +09:30
parent 2be7c4affc
commit ed98a18681
4 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
import Notification from 'flarum/components/notification';
import username from 'flarum/helpers/username';
export default class NotificationDiscussionStickied extends Notification {
export default class DiscussionStickiedNotification extends Notification {
view() {
var notification = this.props.notification;

View File

@@ -1,6 +1,6 @@
import PostActivity from 'flarum/components/post-activity';
import EventPost from 'flarum/components/event-post';
export default class PostDiscussionStickied extends PostActivity {
export default class DiscussionStickiedPost extends EventPost {
view() {
var post = this.props.post;