mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Update client home page.
Still a work in progress. The recently viewed projects list is meant to show the last three or so projects that the user has visited on this computer, probably using localStorage.
This commit is contained in:
@@ -6,21 +6,24 @@
|
||||
<v-card-title style="word-break: normal;">Dougal – Seismic Production & Data Analysis Tool</v-card-title>
|
||||
<v-card-text>
|
||||
<v-list two-line subheader>
|
||||
<v-subheader>No recent projects</v-subheader>
|
||||
<!--
|
||||
<v-subheader>Recent projects</v-subheader>
|
||||
<v-list-item-group>
|
||||
<v-list-item link to="/projects/eq20221">
|
||||
<v-list-item link to="/projects/eq20211">
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>EQ20221</v-list-item-title>
|
||||
<v-list-item-title>EQ20211</v-list-item-title>
|
||||
<v-list-item-subtitle>Snorre PRM</v-list-item-subtitle>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</v-list-item-group>
|
||||
-->
|
||||
</v-list>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-btn text color="primary" to="/projects/">All projects</v-btn>
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn text color="success">New project</v-btn>
|
||||
<!-- <v-btn text color="success">New project</v-btn> -->
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-col>
|
||||
|
||||
Reference in New Issue
Block a user