Skip to content

Commit

Permalink
removed quickposts and changed app routes (#889)
Browse files Browse the repository at this point in the history
* removed sog and changed authenticaiton routes

* removed another file

* Fixed lint

* remove abilaty to see photo comments

* add back room-advert routes

* remove quickpost related content from mirage

* I think this resolves the access errors

---------

Co-authored-by: DrumsnChocolate <[email protected]>
  • Loading branch information
lodewiges and DrumsnChocolate authored Nov 8, 2024
1 parent a825635 commit 2339f48
Show file tree
Hide file tree
Showing 26 changed files with 58 additions and 615 deletions.
11 changes: 0 additions & 11 deletions app/abilities/quickpost-message.js

This file was deleted.

17 changes: 0 additions & 17 deletions app/components/quick-post-notification-button.hbs

This file was deleted.

27 changes: 0 additions & 27 deletions app/components/quick-post-notification-button.js

This file was deleted.

135 changes: 0 additions & 135 deletions app/components/quick-post.hbs

This file was deleted.

183 changes: 0 additions & 183 deletions app/components/quick-post.js

This file was deleted.

9 changes: 0 additions & 9 deletions app/models/quickpost-message.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ Router.map(function () {

this.route('profile');

this.route('quickpost');

this.route('room-adverts', function () {
this.route('new');

Expand Down
Loading

0 comments on commit 2339f48

Please sign in to comment.