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:
D. Berge
2020-08-12 18:23:10 +02:00
parent f2373a0454
commit 3a1ec467c9

View File

@@ -6,21 +6,24 @@
<v-card-title style="word-break: normal;">Dougal Seismic Production &amp; Data Analysis Tool</v-card-title> <v-card-title style="word-break: normal;">Dougal Seismic Production &amp; Data Analysis Tool</v-card-title>
<v-card-text> <v-card-text>
<v-list two-line subheader> <v-list two-line subheader>
<v-subheader>No recent projects</v-subheader>
<!--
<v-subheader>Recent projects</v-subheader> <v-subheader>Recent projects</v-subheader>
<v-list-item-group> <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-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-subtitle>Snorre PRM</v-list-item-subtitle>
</v-list-item-content> </v-list-item-content>
</v-list-item> </v-list-item>
</v-list-item-group> </v-list-item-group>
-->
</v-list> </v-list>
</v-card-text> </v-card-text>
<v-card-actions> <v-card-actions>
<v-btn text color="primary" to="/projects/">All projects</v-btn> <v-btn text color="primary" to="/projects/">All projects</v-btn>
<v-spacer></v-spacer> <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-actions>
</v-card> </v-card>
</v-col> </v-col>