|
|
52c0f130f7
|
Fix annoying line in textarea input
|
2022-12-27 23:10:08 +01:00 |
|
|
|
d99105bab1
|
Fix missing module
|
2022-12-27 23:09:17 +01:00 |
|
|
|
76c5d1f3b0
|
Add ecto_psql_extras for db stats in dashboard
|
2022-12-27 17:07:20 +01:00 |
|
|
|
4f04019dee
|
Add saving TranslationUnitsMap always
Need to figure out how to manage that changed status gets checked properly.
|
2022-12-26 19:05:47 +01:00 |
|
|
|
afb25a328c
|
Add TranslationUnitsMap as content type for Translations
|
2022-12-26 19:04:21 +01:00 |
|
|
|
9e9c7b5519
|
Add Translators/deepl_accounts
mix phx.gen.live Translators DeeplAccount deepl_accounts\
name:string description:text auth_key:string character_limit:integer\
character_count:integer our_character_count:integer user_id:references:users
|
2022-12-26 18:51:30 +01:00 |
|
|
|
f66521dba8
|
Add Translations
mix phx.gen.live Translations Translation translations \
lang:string title:string teaser:text content:map \
date:utc_datetime user_id:references:users \
public:boolean unauthorized:boolean article_id:references:articles
|
2022-12-26 18:45:40 +01:00 |
|
|
|
f7f1e1a284
|
Add Articles
mix phx.gen.live Articles Article articles title:string\ /Crucial/git/phoenix-liveview-book
content:text url:string language:string\
date:utc_datetime author_id:references:authors
|
2022-12-26 18:02:29 +01:00 |
|
|
|
005a9d9337
|
Add Authors
mix phx.gen.live Authors Author authors name:string description:text homepage_name:string homepage_url:string
|
2022-12-26 17:12:46 +01:00 |
|
|
|
08481a12a8
|
Add .iex.exs to .gitignore
|
2022-12-26 16:40:26 +01:00 |
|
|
|
ad2f1e8ea0
|
Add users/authentication with phx.gen.auth
|
2022-12-26 15:30:06 +01:00 |
|
|
|
81466c3941
|
Initial commit
After mix phx.new
|
2022-12-26 14:55:17 +01:00 |
|