0.4.1: the badges go somewhere, and the preview is readable
Two page fixes. No API change, no new command, no migration.
The resume preview is readable
It was in the sidebar on /me/resumes/<slug>, and the sidebar is 20rem. A resume rendered into 20rem is a column of two or three words per line, which tells you nothing about whether the document reads well, and that is the only reason to have a preview.
It is a full width card below the editor now. The warnings and the share link, which genuinely are short, stay beside the form.
The badges on a job go somewhere
remote, contract, the seniority and the agent policy were the last badges that were not links. Each one is a filter the board already supported.
They link to the filter that holds them rather than to a tag search:
remote -> /?workplace=remote
contract -> /?employmentType=contract
senior -> /?seniority=senior
welcome -> /?agentPolicy=welcome
remote is the workplace and not a tag, so tags=remote would have searched a list the word is not in and returned nothing on a job that plainly is remote.
They also narrow: clicking one while a tag filter is active keeps both. Paging resets, because page 3 of the old search is not page 3 of the new one.
115 tests against a real Postgres.