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:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user