bump to version 0.3.31, tweak messaging to include offers

This commit is contained in:
2024-10-25 15:12:06 -06:00
parent 42dcb3b43c
commit e1d0a2b02c
8 changed files with 74 additions and 25 deletions

View File

@@ -209,7 +209,7 @@
Hit the big
<fa
icon="plus"
class="bg-blue-600 text-white px-1 py-1 rounded-full"
class="bg-green-600 text-white px-1.5 py-1 rounded-full"
/>
button. You'll never know until you try.
</div>
@@ -310,8 +310,8 @@ export default class ProjectsView extends Vue {
offers: OfferSummaryRecord[] = [];
projectNameFromHandleId: Record<string, string> = {}; // mapping from handleId to description
projects: PlanData[] = [];
showOffers = true;
showProjects = false;
showOffers = false;
showProjects = true;
libsUtil = libsUtil;
didInfo = didInfo;