You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make edit page (copy of upload)
* no local store, does not interfere with upload
* dont force image ending, some have query params
* decide managePost behavior based on post prop
* use router.push(actual_path, visible_path) to pass params
* make 3 button intents
* Allow edit and delete from post page.
* extract menu button
* replace some fragmented props with a single "post" prop
* Eject from edit page on manual url nav
* Remove null and undefined values from desc.
* and remove http
Signed-off-by: 2blo <2blo.dev@gmail.com>
edit
pagemode
variableupload
oredit
editById
instead ofupload
make prettierloading state - in user list - we query all posts anyway to get before, after + title, id just need to include descnullish
andundefined
description vs""
Notes
null
is a valueundefined
means undefined XD""
is ... welltoilet paper analogy
lets try with empty strings everywhere,
undefined
in prisma may mean we dont update a field, or even include itnull
, but it can be set toundefined
in the query - it means we dont update it.null
seems like bad practive, preferundefined
The text was updated successfully, but these errors were encountered: