Closed PeterBlenessy closed 3 weeks ago
Update the application to address several smaller issues.
src/main.js
http://
jiraFetch
searchIssues
getIssueDetails
src/services/jira.js
App.vue
<style>
<style scoped>
src/components/JqlSearch.vue
height: calc(100vh - 155px)
.my-sticky-header-table
style="height: 100%; width: 100vw"
For more details, open the Copilot Workspace session.
Update the application to address several smaller issues.
src/main.js
by changing the Quasar config.http://
from the URL in thejiraFetch
,searchIssues
, andgetIssueDetails
functions insrc/services/jira.js
.App.vue
by changing the<style>
tag to<style scoped>
.src/components/JqlSearch.vue
toheight: calc(100vh - 155px)
in the.my-sticky-header-table
class.src/components/JqlSearch.vue
to full height withstyle="height: 100%; width: 100vw"
.For more details, open the Copilot Workspace session.