1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-20 00:51:18 +02:00
Commit graph

41 commits

Author SHA1 Message Date
287b85b585 Rename src to src_2.x 2024-06-08 01:32:44 -06:00
b61f128745 Make modals scroll to top when opened 2020-08-03 16:33:56 -06:00
ec37fc53a5 Add new fields to import/export words 2020-07-31 16:25:26 -06:00
1d143e1d98 Update marked & papaparse dependencies 2020-03-04 09:54:37 -07:00
b2db35982f Update addWords() to not save; Update importWords to save after complete 2019-07-19 09:48:36 -06:00
9ca6ef15d7 Add Custom CSS field 2019-07-11 10:30:20 -06:00
f9fa6a178d Stop dictionary update if name or specification blank 2019-07-11 10:30:20 -06:00
a2542fe7a1 Add Phonology Notes 2019-07-11 10:30:20 -06:00
56ce6c30a6 Only save dictionary and settings when changed 2019-07-11 10:30:19 -06:00
aa956e9820 Make alphabetical order editable 2019-07-11 10:30:19 -06:00
ee30fe53b2 Split render.js out into separate files 2019-07-11 10:30:18 -06:00
4f9f4a97ad Set up orthography translation
Also fix dictionary description not auto-linking
2019-07-11 10:30:15 -06:00
1c2570684d Change phonotactics exceptions to notes where used 2019-07-11 10:30:15 -06:00
2ddd513098 Move migrateDictionary() to migration.js 2019-07-11 10:30:14 -06:00
85ab5e2b96 Remove unneeded console logs and code 2019-07-11 10:30:11 -06:00
2c4c281850 Update migrateDictionary to account for changes 2019-07-11 10:30:07 -06:00
57ca675f7a Only split out html/md files;Fix page load problem 2019-07-11 10:30:04 -06:00
278b0b61d3 Tie theme to dictionary instead of settings 2019-07-11 10:29:58 -06:00
918dad1ad8 Show/remove share link if turning off Make Public 2019-07-11 10:29:53 -06:00
6b46eaa148 Only render MakePublic if logged in 2019-05-24 15:37:15 -06:00
b1140eebb7 Remove isComplete option, always default to false 2019-05-24 15:09:57 -06:00
769b755cd3 Make words re-sort when changing sortByDefinition 2019-05-24 14:01:48 -06:00
33e9193abb Add delete dictionary from server with switching 2019-05-24 10:53:51 -06:00
24a5baa545 Set up change dictionary 2019-05-24 10:53:48 -06:00
e2c3709ab8 Add color to error messages shown from addMessage() 2019-05-23 16:08:07 -06:00
f6a6a8cc0b Add lastUpdated and createdOn if missing on import/migrate 2019-05-23 16:07:59 -06:00
569a0b9fc5 Choose when saveDictionary() updates lastUpdated 2019-05-23 14:27:38 -06:00
f753bd66f3 Upload new, updated, and imported words/dictionaries 2019-05-23 12:03:53 -06:00
7cabf533cf Add delete dictionary button 2019-05-13 10:49:52 -06:00
a321ae1582 Change phonology to space separated 2019-05-10 15:52:20 -06:00
335b3dbb3e Add import/export functions 2019-05-10 15:39:00 -06:00
ac8d88f082 Update simpleDefinition to definition and longDefinition to details 2019-05-10 10:08:49 -06:00
eecdde7a0a Add messaging on saves and loading 2019-05-09 14:34:32 -06:00
dd3a247ee3 Build migration script for original Lexiconga 2019-05-08 16:19:11 -06:00
6d27f40874 Add timestamp to createdOn and lastUpdated 2019-05-08 15:34:03 -06:00
22f8c0885a Save and load from localStorage; fix csv arrays in edit modal 2019-05-08 15:23:46 -06:00
80e9a06235 Change "Allow Duplicates" to "Prevent Duplicates" 2019-05-06 14:30:57 -06:00
b6d728fe8d Add search filters and search result count 2019-05-05 12:00:32 -06:00
97677244f5 Set up saving dictionary changes correctly 2019-05-04 00:21:55 -06:00
0ff0afcd52 Set up edit modal tabs 2019-05-03 23:58:49 -06:00
c5e3544570 Work on edit modal
Something's wrong with scrolling, gotta fix
2019-05-03 21:52:19 -06:00