Commit graph

61 commits

Author SHA1 Message Date
2a89bbdea0 Fix style 2023-08-17 22:28:50 +02:00
9b1e30f378 Fix style 2023-08-17 18:26:06 +02:00
8b24eb4da2 Add a checkbox to switch between diff variants 2023-08-17 18:06:25 +02:00
f8055c75b4 Style diff 2023-08-17 17:28:19 +02:00
a70a0b464d Fix style glitch on page transition 2023-08-17 17:03:18 +02:00
b3b20d8a77 Improve diff display 2023-08-17 16:54:52 +02:00
bb3bc66434 Update favicon 2023-08-17 15:02:07 +02:00
8147e51f9e Merge remote-tracking branch 'origin/main' 2023-08-17 14:18:41 +02:00
24f776a4b3 Fix missing field in database insert, causing writes to fail 2023-08-17 14:18:08 +02:00
bf852b604f Add link to source code to footer 2023-08-17 13:24:41 +02:00
f01326fe3a Install htmx for SPA vibe 2023-08-17 12:50:37 +02:00
962b45e373 Update style 2023-08-17 12:42:28 +02:00
bcc0f1696e Meh, last try to fix the name :) 2023-08-17 12:40:38 +02:00
96fafa5a7d Change the name in logo as well for consistency 2023-08-17 12:33:08 +02:00
70a35c773e Change headliner to headline for consistency 2023-08-17 12:31:14 +02:00
dee801a193 Merge pull request 'Merge forgotten changes from new-frontend' (#2) from new-frontend into main
Reviewed-on: mdivecky/headline#2
2023-08-17 12:26:15 +02:00
141f422c73 Add media outputs in About page 2023-08-17 12:25:10 +02:00
e9aa8a3a06 Use WAL in sqlite3 to avoid database locks that prevent reads 2023-08-17 12:25:01 +02:00
536aee8766 Improve mobile view 2023-08-17 12:19:54 +02:00
b46af16644 Merge pull request 'New frontent and article grouping' (#1) from new-frontend into main
Reviewed-on: mdivecky/headline#1
2023-08-17 11:32:34 +02:00
9e5ff527ba Merge remote-tracking branch 'origin/new-frontend' into new-frontend 2023-08-17 11:26:21 +02:00
be5800093c Fix header to link to feeds 2023-08-17 11:19:38 +02:00
0cee048b7c Add contributors to About page 2023-08-17 11:19:27 +02:00
2c97d7ab69 give every article ID to enable grouping changes by article 2023-08-17 11:19:12 +02:00
7e48a57f63 Use system font stack 2023-08-17 11:11:19 +02:00
b95ba9eb58 Style article detail 2023-08-17 11:03:34 +02:00
b77e8fd20f Style 2023-08-17 10:50:02 +02:00
3a53b026bf Style 2023-08-17 10:14:33 +02:00
ac2ca35a56 Style 2023-08-17 00:06:57 +02:00
f5abb93df7 Add article detail page 2023-08-16 23:01:45 +02:00
9105df77fb Update editorconfig 2023-08-16 23:01:31 +02:00
d37c5799ad WIP 2023-08-16 21:57:31 +02:00
ac690f2fb2 WIP 2023-08-16 21:09:18 +02:00
165948da05 WIP 2023-08-16 19:41:55 +02:00
41575bf4a9 Refactor templates 2023-08-16 18:52:24 +02:00
70b058a683 Setup associations for vscode 2023-08-16 18:31:10 +02:00
0f350ac380 Faster rss feed parsin 2023-08-16 12:44:36 +02:00
f3e68af3c4 Add Plausible analytics and more info in templates 2023-08-16 12:44:16 +02:00
9918da68eb add dirty exceptions to skip broken RSS feeds 2023-08-16 12:41:29 +02:00
9800a0825d Add full-text search to the main page. The user can now search for parts
of the changed headline. The search uses each word (text separated by
space) as a separate query (logical OR). The user can use quotes to
specify that they want to keep multiple words as a single query.
2023-08-16 10:28:20 +02:00
f485239bf3 add expire value to redis keys (7 days) 2022-08-27 13:45:25 +02:00
e61fc639db create robots.txt to stop crawlers 2022-08-27 13:20:44 +02:00
be7b62ee00 fix footer 2022-08-27 12:58:02 +02:00
0157afbf52 Add about page and list of feeds, template parts 2022-08-27 12:48:40 +02:00
1304ef1a83 move config file to variable 2022-08-27 12:47:06 +02:00
0e6143ed6e update feeds 2022-08-27 12:46:18 +02:00
688233aa30 fix timezone issues in container 2022-08-25 17:29:18 +02:00
0546e3f0b4 fix pagination 2022-08-25 17:24:58 +02:00
e5f843f849 change media name 2022-08-25 17:24:28 +02:00
d70ce2d2dc stop storing article descriptions 2022-08-25 17:08:08 +02:00