Previously when a link was put into menu it was impossible to overwrite it without editing the database. Instead, we can change our INSERT to an UPSERT to allow that. This lets me fix typos (such as y/bsky missing the /profile/ path)
History
2 rounds
0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
feat(menu): allow overwriting links
Previously when a link was put into menu it was impossible to overwrite
it without editing the database. Instead, we can change our INSERT to
an UPSERT to allow that. This lets me fix typos (such as y/bsky missing
the /profile/ path)
1/5 failed, 4/5 success
expand
collapse
expand 0 comments
pull request successfully merged
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
feat(menu): allow overwriting links
Previously when a link was put into menu it was impossible to overwrite
it without editing the database. Instead, we can change our INSERT to
an UPSERT to allow that. This lets me fix typos (such as y/bsky missing
the /profile/ path)