Tidy ~/issues init functions
What does this MR do and why?
This MR tidies init functions in ~/issues
into index.js
and makes code consistent.
Also moves sentry_error_stack_trace.vue
into ~/issues/show
as it's only used on the issue show page
Screenshots or screen recordings
No visual changes
How to set up and validate locally
Check the issues pages
- Issues show, http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/1
- Issues edit, http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/1/edit
- Issues new, http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/new
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.