Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Refactor Content report (#562)
Browse files Browse the repository at this point in the history
* Refactor ContentReportForm to not use Vuex store

* Refactor ContentReportForm to composition API and rename with prefix

Co-authored-by: Zack Krida <zackkrida@pm.me>
  • Loading branch information
obulat and zackkrida authored Jan 7, 2022
1 parent ed64920 commit 1630345
Show file tree
Hide file tree
Showing 31 changed files with 1,223 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sentry": "^5.1.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/svg": "^0.3.0",
"axios": "^0.21.2",
"axios-mock-adapter": "^1.20.0",
"babel-core": "^7.0.0-bridge.0",
Expand Down
200 changes: 195 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/assets/icons/chevron-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/assets/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/icons/flag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 1630345

Please sign in to comment.