3d06971e77Remove testing code; use minified map JSON; hide spinner after map has loadedAadhavan Srinivasan2025-03-28 14:41:51 -0500
50a476edadChange function name; add code to hide, show and change text for the 'fetching translations/romanizations' textAadhavan Srinivasan2025-03-28 14:41:02 -0500
2f7cdd2ea7Add loading spinner while map loads; fade in map and fade out spinner; load HTMX locally; show text while translations and romanizations are being fetchedAadhavan Srinivasan2025-03-28 14:40:10 -0500
0e26b2345aShow all texts at once; hide them while the results are being fetched; show them after the results have been fetchedAadhavan Srinivasan2025-03-16 22:15:25 -0400
7110b0e0e3Set romanization text relative to translation text; Fill languages instead of the individual districtsAadhavan Srinivasan2025-03-07 15:46:14 -0500
d1feca7003Make districts transparent; dim other languages when one is hovered; change default opacity of languageAadhavan Srinivasan2025-03-07 15:45:27 -0500
3aa4135a81Put languages before districts, so that district boundaries show up even with full opacityAadhavan Srinivasan2025-03-07 15:44:39 -0500
72747015edCheck if romanizations already exist in database; transliterate the whole sentence instead of just one wordAadhavan Srinivasan2025-03-06 21:21:21 -0500
c5ff92f941Added JS to fetch romanization from an endpoint and log it; added a CSS class to the loading bar to show while the data is being fetchedAadhavan Srinivasan2025-03-05 07:07:40 -0500
dfdd9326beAdded modified xlit server file with new endpoint '/romanize' - should go in venv for transliteration serverAadhavan Srinivasan2025-03-04 16:38:42 -0500
6ba1189c6cDefine color directly in the 'languages' object, instead of separatelyAadhavan Srinivasan2025-03-03 16:39:41 -0500
d8bdb048c4Added sqlite DB to cache translations; retrieve translations from DB if they're cached, otherwise fetch from API and cache resultsAadhavan Srinivasan2025-03-03 16:16:53 -0500
42e31dab13Use language code instead of language name; removed 'unavail' language; don't add text for districtsAadhavan Srinivasan2025-03-02 22:05:35 -0500
2b8bed7587Added language codes for all languages; removed 'unavail' langauge (not really a language)Aadhavan Srinivasan2025-03-02 22:01:46 -0500
79944180d5Added language codes for each language, add some testing text to determine if I can draw based on lat/longAadhavan Srinivasan2025-03-02 20:08:10 -0500
6cd33ac06dAdd noto fonts (unicode glyph support); use HTMX to replace translations on map; pointer-events for languageText to help select a state on the mapAadhavan Srinivasan2025-03-02 20:07:09 -0500
f43460e94bAdded Santali and Sindhi languages; removed 'try ... catch' block because the function shouldn't errorAadhavan Srinivasan2025-02-27 09:36:28 -0500
ce89a74e70Added a transparent fill, so that the language boundary can be 'hovered' on; added a hover actionAadhavan Srinivasan2025-02-27 09:35:24 -0500
0aa425e6d1Copied generated JSON data into a file, added it into the districts JSON file and saved the result to a new fileAadhavan Srinivasan2025-02-27 06:49:22 -0500
625b1d1377Since language boundaries are now loaded from json, I can detect them and apply the right CSS class; removed JSON generation codeAadhavan Srinivasan2025-02-27 06:48:07 -0500