Back
Similar todos
Decide to create a branch where I abandon almost all my existing styling and totally switch to Vuetify because I think the custom styling and complexity of having everything as one route is what's causing me to procrastinate. #rhymecraft
Got the app working where the Vuetify interface can exist at a different endpoint than the existing UI as a way of hopefully avoiding needing to fix all the CSS problems right now. #rhymecraft
Removed Vuetify because 1) it was messing with my existing styling, 2) I think I may try to style everything myself, and 3) it's easy to add back later now that I have the commit. #rhymecraft
Tried having the the app use a Vuetify app bar and navigation bar and confirmed it caused some issues with the styling, but I should be able to fix those issues without too much trouble (hopefully), and it'll be worth it to have my app more-easily optimized for mobile. #rhymecraft
Started work on a Go+Vuetify+Digital Ocean template, copied over the parts of my README for my Flask+Vuetify+Digital Ocean template that should also apply here. Feeling good about making forward progress towards making Go apps instead of staying stuck in tutorial hell.
Cloned my Flask/Vuetify template repo to start work on my "Let's Play" idea
Switch my API calls to be in a single backend.js file as I think that'll keep things organized as things get complicated and it's working nicely in the Vuetify app I'm building for an Upwork client of mine. #rhymecraft
Got Vuetify working. #cleanexam
Start working on the app for my new project
On my local version of the app, have the default route be to the Vuetify app rather than the existing app. #rhymecraft
Loaded the app with Vuetify installed and everything looks the same, which wasn't the case the last time I tried installing Vuetify. So it may be easier to do the switch than I was expecting. #rhymecraft
Move all the nonvuetify app components into a subfolder to not get them confused with the vuetify app components. #rhymecraft
Work on new App UI - client work
Created a custom navbar for my jobs view...switched to storing the resumes in the db instead of the filesystem so they don't get deleted every time I push to the dokku server and the container gets rebuilt...spent a while trying to figure out why my v-data-table wasn't working until I realized I needed to update to a later version of vuetify...