Conversation
Assisted by: Codex 5.3 for small code fixes:
Assisted by: Opus 4.6 LLM for planning and implementation
updates: - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.13.10](commitizen-tools/commitizen@v4.13.9...v4.13.10) - [github.com/astral-sh/ruff-pre-commit: v0.15.4 → v0.15.11](astral-sh/ruff-pre-commit@v0.15.4...v0.15.11) - [github.com/astral-sh/uv-pre-commit: 0.10.7 → 0.11.7](astral-sh/uv-pre-commit@0.10.7...0.11.7) - [github.com/crate-ci/typos: v1.44.0 → v1](crate-ci/typos@v1.44.0...v1) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12) - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0)
for more information, see https://pre-commit.ci
* Add teams and organizations Groups (teams and orgs) with members, roles and email invitations; account manager role with org approval; avatar/banner uploads and a group membership API for other apps. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Feature/UI ux adjustments
Feature/UI ux adjustments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings production up to date with develop. Prod has been on 0.3.7 since April.
What's included
Database
Six additive migrations run on startup (002 → 007): five new tables plus a
nullable
slugcolumn onuser_profiles. Nothing is dropped or rewritten, andHanko's tables are untouched. Prod is currently at 001.
Config
The SMTP settings and internal API key are already deployed and verified in
production, ahead of this release.