Back
Similar todos
work on navbar + added jotai to react app
See similar todos

No replies yet

Got Vuetify working. #cleanexam
See similar todos

No replies yet

Updated the full-width demo page to have a top navbar and some vuetify cards instead of just being a blank page with 'hello world' on it. #viper
See similar todos

No replies yet

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
See similar todos

No replies yet

Added another dropdown menu to the Vuetify version of the app from the older version of the app as another warm-up task. #rhymecraft
See similar todos

No replies yet

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
See similar todos

No replies yet

Got a dropdown menu working in the Vuetify version of the app. #rhymecraft
See similar todos

No replies yet

Added a link to the old (non-Vuetify) version of the app in the navbar so people visiting the site can still use the old version, and also just to get myself to start making changes to the site. #rhymecraft
See similar todos

No replies yet

Fixed a bug where the resume status-checker wasn't returning the right value b/c the auth middleware that loads the user wasn't selecting all user fields...fixed misc other issues with the PDF uploader / Delete buttons...successfully sent myself an email with my resume attached (Cursor sped that WAY up)...got it working where the original resume filename will be saved to the db and then used as the attachment filename...got it working where I can customize the email title and body in the frontend UI...fully replicated the last email that got me a full-time job offer, including images...have my email title and body saved to the db and populate the fields when I load the frontend view...
See similar todos

No replies yet

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.
See similar todos

No replies yet

Got back into working on my HN-jobs-auto-applier: Built the UI to allow a user to click a button to connect their gmail account to my app and have it save access / refresh tokens to the backend...fixed misc things that broke for unknown reasons...got the backend deploying to digital ocean without erroring, not sure why it stopped working...currently trying to figure out why, when I ssh into my server, it seems to show me at an older commit, when my github action seems to be working without errors and having me at the newest commit...figured out that I was running the wrong command to check the current commit, IDK why an older commit was still present in some of the files...FINALLY got prod working where I can sign into gmail, upload my resume, and send an email to myself. FUCK that was so much harder than it should've been...added a netlify.toml redirect so that I can go to whatdo.com/jobs and have it load the SPA instead of 404ing...fixed a bug where a refresh token wasn't being saved to the db in prod...
See similar todos

No replies yet

update navbar UI #workpanel
See similar todos

No replies yet

added navbar to jobboard
See similar todos

No replies yet

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
See similar todos

No replies yet

update vuetify and check/fix affected elements #abcgamers
See similar todos

No replies yet

Create a branch where I'm going to try getting the app looking nice with Vuetify because the #1 source of stuff taking a long time is that styling the app takes forever, and the projects I'm working on for my Upwork clients move way faster because I'm using Vuetify (at the expense of not looking as nice as a DAW or IDE desktop application). #rhymecraft
See similar todos

No replies yet

fixed navbar and added internships #sportstechjobs
See similar todos

No replies yet

working on more Vue & laravel
See similar todos

No replies yet

fix vuejs errors with navigation drawer #abcgamers
See similar todos

No replies yet

Continuing to try to get Dokku working with a monorepo; I think I got past my last problem of how to deploy both apps by running on the server `dokku builder:set backend-app build-dir backend` (and similar for the frontend); now I'm seeing a new error when I try to deploy the frontend app: `Two different lockfiles found: package-lock.json and yarn.lock`; I seemed to fix it by deleting the yarn.lock. New error: "Missing script: start"; fixed that by adding a 'start' entry to my package.json. New error: "Cannot find module '@vitejs/plugin-vue'"; maybe because it's listed as a devDependency? I found this SO post where the guy said he ended up just putting his frontend on Netlify, so maybe I'll try that instead: stackoverflow.com/a/62455021/… ChatGPT is saying the way to do it is to deploy my API at api.mydomain.com and then direct traffic at other subdomains to Netlify to handle frontend requests. So I'll try that tomorrow.
See similar todos

No replies yet