Skip to content

Commit

Permalink
feat: Hide protocol and TODOs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Oct 14, 2024
1 parent 9256c21 commit c6292a6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions assets/js/vue/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<div class="col-md-12 col-lg-4">
<h3>{{ $t('construction_site._name') }}</h3>
<dashboard-construction-site class="shadow mb-4" :construction-site="constructionSite"/>
<dashboard-protocol
class="shadow"
:construction-managers="constructionManagers" :construction-site="constructionSite"
:construction-manager-iri="constructionManagerIri"/>
</div>
<div class="col-md-6 col-lg-4">
<h3>{{ $t('issue._plural') }}</h3>
Expand All @@ -19,9 +15,6 @@
<h3>{{ $t('dashboard.activity') }}</h3>
<dashboard-feed class="shadow mb-4" :construction-site="constructionSite"
:construction-managers="constructionManagers"/>
<dashboard-tasks class="shadow"
:construction-site="constructionSite" :construction-managers="constructionManagers"
:construction-manager-iri="constructionManagerIri" />
</div>
</div>
</loading-indicator>
Expand Down
8 changes: 0 additions & 8 deletions assets/js/vue/components/Action/ViewIssueButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@

<hr/>

<issue-timeline
:construction-site="constructionSite" :issue="issue"
:craftsmen="craftsmen" :construction-managers="constructionManagers"
:authority-iri="constructionManagerIri"
/>

<hr/>

<p class="mb-0 text-secondary">
{{$t("issue.last_changed_at")}}: <date-time-human-readable :value="issue.lastChangedAt" />
</p>
Expand Down
7 changes: 0 additions & 7 deletions assets/js/vue/components/View/CraftsmenStatisticsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<th class="border-start">{{ $t('craftsman.last_email_received') }}</th>
<th>{{ $t('craftsman.last_visit_online') }}</th>
<th>{{ $t('craftsman.last_issue_resolved_at') }}</th>
<th class="w-minimal"></th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -86,12 +85,6 @@
<td>
<date-time-human-readable :value="cws.statistics.lastIssueResolved" />
</td>
<td @click.stop="" class="cursor-normal">
<view-craftsman-timeline-button
:construction-manager-iri="constructionManagerIri"
:construction-site="constructionSite" :construction-managers="constructionManagers"
:craftsman="cws.craftsman" />
</td>
</tr>
</tbody>
<caption class="caption-top">
Expand Down

0 comments on commit c6292a6

Please sign in to comment.