Working basic frontend implementation

This commit is contained in:
2026-03-30 02:06:15 -04:00
parent dcca583461
commit a13f80cf07
6 changed files with 220 additions and 70 deletions

View File

@@ -303,6 +303,8 @@ defmodule Mixer.Accounts.User do
has_many :valid_api_keys, Mixer.Accounts.ApiKey do
filter expr(valid)
end
has_many :tweets, Mixer.Posts.Tweet
end
identities do