huge progress on the product's admin pages
did the posts listing in the product dashboard
got the UI of the posts page right
did the product page UI
add name field to the product settings page
scaffold the posts and settings pages
Tweaked some spacing, colors, and typography
I'm far from a good designer, but I know from experience that every good UI has three fundamental pieces in common.
Spacing, colors, and typography.
If you're in doubt about something in your UI, tweak some of these in the same order.
Spacing, colors, and typography.
If you're in doubt about something in your UI, tweak some of these in the same order.
Spend an hour to debug a session issue after login
integrate w/ rollbar
migrate the landing form ejs to pug
needed support for layouts and blocks - pug fills the gaps in ejs perfectly
twitter auth
launch the landing page
https://haptic.so
Deployed the landing page, tmrw will hook the dns and release it
Landing page improvements
Progressing on the landing, still
Purchased new domain for a new project ...
start a new small side thing
it should be 2-4 weeks of work at most.
develop the meetings REST endpoints
watch a video about feathersjs
https://youtu.be/wUCYOt4EXoo
scaffold the realtime API
Implement adding buddies to the user's list
add buddies list item to the side navigation
properly position context menu dropdowns on eneity items in the meeting page
had to do some manual positioning w/ getBoundingClientRect() and calculations with "position: fixed".