42 Commits

Author SHA1 Message Date
43e11178db Fix darkmode-widget cover buttons 2023-06-08 16:33:03 +02:00
8a0e2f22c1 Improve html tree component 2023-05-03 22:37:43 +02:00
7990b74bf0 Add "Unite with next" button 2023-05-02 22:09:04 +02:00
7e085f5202 Update layout 2023-03-30 14:31:10 +02:00
e20f8e33ee Add selecting next/previous tunit and highlight it 2023-03-05 20:56:45 +01:00
bacb61252f Adapt core_components table() to dark mode 2023-03-04 23:46:39 +01:00
6d0ae825d8 Remove tids for Translations 2023-03-01 15:58:38 +01:00
02e6340c0a Add embedded schema for Artikel 2023-02-28 23:47:37 +01:00
fc0818678c Add dark mode styling to form elements 2023-02-28 21:38:11 +01:00
faf2bb0e2e Improve logic and add working "delete" links 2023-02-14 21:02:48 +01:00
66a61c8380 Add tidy_raw() helper 2023-02-14 20:55:36 +01:00
b0267ef752 Add long urls for Artikel 2023-02-12 18:46:19 +01:00
239177db50 Add makeshift image for dark mode 2023-02-11 23:24:19 +01:00
6ae1289400 More styling 2023-02-11 20:05:40 +01:00
666c499c72 Add .breakpoint_indicator 2023-02-11 20:05:00 +01:00
7cd9a09cfd More dark mode 2023-02-11 19:56:34 +01:00
38000db27a Add dark mode styling 2023-02-11 15:46:11 +01:00
8f2698bf7b Amend dark mode related 2023-02-06 16:15:04 +01:00
ba2949a3bd Add eventlistener for change of day/night mode
And add a static js folder for js-files apart from the asset pipeline.
2023-02-05 20:14:06 +01:00
ab2e8ae816 Add dark mode 2023-02-04 23:10:57 +01:00
c5853fc2aa Add configurable prevention of user registration
Should be done appropriately soon.
2023-01-31 18:16:28 +01:00
4d75b598ff Update design of public pages 2023-01-31 18:08:10 +01:00
98426773b7 Add layout for public pages 2023-01-31 18:02:10 +01:00
60eaca943a Cleanup superfluous code 2023-01-30 22:05:38 +01:00
f76f218652 Sanitize HtmlTreeComponent 2023-01-27 12:02:29 +01:00
4e311f711c Add some void elements to HtmlDocComponent 2023-01-19 22:19:06 +01:00
8d1c08bfb4 Add a layout for the public pages 2023-01-19 22:16:41 +01:00
078db6e38e Update garnish and render_doc functions
Now all element node attributes have to be threaded through the
eph.attributes which is done by the garnish function.
2023-01-19 13:48:56 +01:00
8220b112bf Fix issue with wrongfully used assign function 2023-01-19 11:26:26 +01:00
f2dd8de143 Add support for img tags 2023-01-15 17:27:51 +01:00
d7325d64c5 Add use <tunit> instead of <span> for Deepl translation
To avoid getting results like "... bla.&quot;</span>" ->
"... bla</span>.&quot;" from Deepl we need to set set splitting_tags
option to an element name (that's not as common as span).
2023-01-14 21:59:57 +01:00
403116cd08 Replace uuids with "nanoid"s 2023-01-11 19:01:28 +01:00
24e58c7d96 Update tunit editor
Now with fancy new radio-buttons.
2023-01-10 23:20:20 +01:00
33ed533a1a Update editing translation 2023-01-09 21:35:35 +01:00
78160a5bae Add HtmlDocComponent to render the InternalTree
Very basic but promising.
2023-01-05 22:22:44 +01:00
d589d84b40 Add creating and basic editing of translation 2023-01-04 14:42:13 +01:00
07413802d9 Fix bug with date/datetime inputs 2023-01-01 00:22:40 +01:00
b7bd9195b6 Add importing html and save it to Article
Additionally defines a wizard logic which is partially unused yet.
2022-12-29 16:43:52 +01:00
6ab313aabd Add optional class attribute to textarea 2022-12-28 14:31:09 +01:00
52c0f130f7 Fix annoying line in textarea input 2022-12-27 23:10:08 +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