Commit Graph

50 Commits

Author SHA1 Message Date
Kiril Kovachev
a36de8a7f4 Include all questions (not yet backend-programmed) into the exam page) 2024-10-24 11:34:00 +01:00
Kiril Kovachev
aa8da63a68 Merge remote-tracking branch 'refs/remotes/origin/master' 2024-10-24 10:13:30 +01:00
Kiril Kovachev
5a1cae3143 Add exam view (WIP) 2024-10-23 21:59:09 +01:00
Kiril Kovachev
f664cd1a08 Check 'includes' search method by default 2024-10-21 10:29:42 +01:00
Kiril Kovachev
e4e6bb9fb1 Add submit button to search 2024-10-21 10:28:45 +01:00
Kiril Kovachev
009cb6aade Separate public and logged-in user settings 2024-10-21 10:20:15 +01:00
Kiril Kovachev
197a5ab242 Expand search capabilities (WIP) 2024-10-19 18:12:43 +01:00
Kiril Kovachev
5d2cf0b280 Improve jinja2 template formatting in search.html 2024-10-19 17:23:11 +01:00
Kiril Kovachev
6a6a210d90 Add link to user's own page on navbar 2024-10-19 17:14:49 +01:00
Kiril Kovachev
003e1ae635 Add profile pictures 2024-10-19 17:13:31 +01:00
Kiril Kovachev
9eeb8bd873 Add user page stub 2024-10-18 16:36:03 +01:00
Kiril Kovachev
3430bd2392 Wrap kanji entry in a Japanese-language div to ensure correct formatting 2024-10-16 16:08:01 +01:00
Kiril Kovachev
c66c097101 Specify the document language based on the session's language setting 2024-10-16 15:45:55 +01:00
Kiril Kovachev
49bc51d1e0 Always use UTF-8 encoding 2024-10-16 15:43:11 +01:00
Kiril Kovachev
ae7501bb2e Format non-okurigana part of kanji readings in bold 2024-10-16 15:34:03 +01:00
Kiril Kovachev
e6be4107f5 Do not show kanji reading types where no readings of that type exist 2024-10-16 15:21:16 +01:00
Kiril Kovachev
215e2618f7 Better separate and style kanji reading sections 2024-10-16 15:17:32 +01:00
Kiril Kovachev
1c777aa253 Use reading types as 'bullet points' for kanji display 2024-10-16 14:56:05 +01:00
Kiril Kovachev
ddf1d1933c Use more descriptive format to distinguish radical, stroke count, level etc. 2024-10-16 14:53:26 +01:00
Kiril Kovachev
5e4f73d057 Complete basic forum functionality 2024-10-16 13:19:56 +01:00
Kiril Kovachev
1ffbc1b6f0 Fix about-para string name to about_para 2024-10-16 12:34:27 +01:00
Kiril Kovachev
ed1f183a9c Make settings usable by logged-out users 2024-10-16 12:18:15 +01:00
Kiril Kovachev
9d3ce85cb4 Add data download 2024-10-16 12:09:03 +01:00
Kiril Kovachev
2ac903553c Add data download view (actual download WIP) 2024-10-16 11:56:44 +01:00
Kiril Kovachev
11689fb627 Use middle dot instead of hyphen-minus in page title 2024-10-16 11:55:18 +01:00
Kiril Kovachev
567a02bd24 Localize strings in translation page 2024-10-15 19:16:41 +01:00
Kiril Kovachev
bab6fcf227 Add script to add strings using the string editor 2024-10-15 19:02:26 +01:00
Kiril Kovachev
bc23f2d1b8 Dump JSON translations from translation form 2024-10-15 18:46:59 +01:00
Kiril Kovachev
9cbf356444 Begin translation subsystem page 2024-10-15 16:52:22 +01:00
Kiril Kovachev
c66a520926 Add search link to navbar 2024-10-14 17:38:04 +01:00
Kiril Kovachev
d1744e672a Add theme and language select functionality 2024-10-14 17:31:07 +01:00
Kiril Kovachev
152a9bc950 Add color theme customization support 2024-10-14 17:10:12 +01:00
Kiril Kovachev
5d6ededd57 Add kanji indices 2024-10-14 16:34:31 +01:00
Kiril Kovachev
3b09ea2dda Add link to about on main page 2024-10-14 16:25:09 +01:00
Kiril Kovachev
6b92b23b4f Add about page 2024-10-14 16:20:28 +01:00
Kiril Kovachev
934f7ae676 Localize flashed messages in base.html 2024-10-14 12:48:26 +01:00
Kiril Kovachev
bfc42bba19 Make the KankenOnline text clickable and route to main page 2024-10-14 12:47:53 +01:00
Kiril Kovachev
2100a324df Localize search 2024-10-14 12:46:16 +01:00
Kiril Kovachev
45c263602b Expand search to handle results, search submission 2024-10-14 12:33:37 +01:00
Kiril Kovachev
67810f78d4 Move search.html into own diretory 2024-10-14 12:17:02 +01:00
Kiril Kovachev
469bf8dfd7 Add search view 2024-10-14 12:13:26 +01:00
Kiril Kovachev
04c52d20c3 Finish localizing all current strings 2024-10-14 12:02:11 +01:00
Kiril Kovachev
362699b82e Add forum HTML page 2024-10-14 11:54:43 +01:00
Kiril Kovachev
2d5749007a Add localization support 2024-10-14 11:49:16 +01:00
Kiril Kovachev
6614d6344a Add kotoba reading section to view 2024-10-14 11:35:19 +01:00
Kiril Kovachev
7800d4b05d Use kanji on-click-copying script 2024-10-14 11:34:59 +01:00
Kiril Kovachev
c36da85953 Use blocks to allow special scripts or styles per page 2024-10-14 11:34:39 +01:00
Kiril Kovachev
2a4c724af5 Add kotoba view 2024-10-14 11:28:53 +01:00
Kiril Kovachev
21d14b086b Add kanji HTML page 2024-10-14 11:26:11 +01:00
Kiril Kovachev
835b5bf123 Initial commit (WIP) 2024-10-09 23:44:40 +01:00