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

160 commits

Author SHA1 Message Date
2bf0f15f67 Fix how custom sorting works!
Sort alphabetically first, then by custom if specified
2019-07-11 10:30:18 -06:00
4e1ee35c5b Fix when orthography section displays 2019-07-11 10:30:18 -06:00
ee30fe53b2 Split render.js out into separate files 2019-07-11 10:30:18 -06:00
460506012e Start setting up custom alphabetical order
Need to figure out why non-alphabetical letters are sorting wrong.
They should be at the end no matter what, but they're not always.
2019-07-11 10:30:17 -06:00
45e9e5230c Correctly show/hide homonymn number 2019-07-11 10:30:17 -06:00
850b042d6b Do reference parsing and orthography translation on backend for public view 2019-07-11 10:30:17 -06:00
d36eec52fa Replace Ctrl+X hotkey with Ctrl+Backspace/Delete 2019-07-11 10:30:16 -06:00
f153e0c3ec Add extra classes to word references and translated text 2019-07-11 10:30:16 -06:00
4c5dafd6f0 Improve Details display of tags 2019-07-11 10:30:16 -06:00
1491fd1196 Fix view rendering after updating dictionary structure 2019-07-11 10:30:16 -06:00
945e2a3c76 Display orthograpy translations in details 2019-07-11 10:30:15 -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
686a7fa542 Prepare dictionary structure for changes (breaking changes) 2019-07-11 10:30:15 -06:00
2ddd513098 Move migrateDictionary() to migration.js 2019-07-11 10:30:14 -06:00
d8111fbe1d Add loading message when changing dictionaries 2019-07-11 10:30:14 -06:00
88d7e4fd8c Update public link when changing dictionaries 2019-07-11 10:30:13 -06:00
0eb8be330b Wait until externalID has been fetched to render "Make Public" 2019-07-11 10:30:13 -06:00
2f96084b4a Various fixes/notes for server compatibility 2019-07-11 10:30:12 -06:00
4fc8cec5e3 Don't consider theme when checking if default 2019-07-11 10:30:12 -06:00
85ab5e2b96 Remove unneeded console logs and code 2019-07-11 10:30:11 -06:00
a3b9a0a934 Confirm migration if imported from http 2019-07-11 10:30:10 -06:00
acb94637c5 Migrate stored dictionary to https if loading http 2019-07-11 10:30:09 -06:00
ca7d219a96 Improve ad shuffling 2019-07-11 10:30:09 -06:00
352e6d3fc0 Dismiss announcements with cookies that expire 2019-07-11 10:30:09 -06:00
3a61d4ccc6 Enable permanently dismissing announcements 2019-07-11 10:30:08 -06:00
8d132f1919 Add fade out for messages; Remove unused utility 2019-07-11 10:30:08 -06:00
2c4c281850 Update migrateDictionary to account for changes 2019-07-11 10:30:07 -06:00
ec42aa3778 Correctly show/hide publicLinkDisplay after changing dictionaries 2019-07-11 10:30:07 -06:00
546c82996e Don't upload dictionaries have not been edited 2019-07-11 10:30:07 -06:00
d9f8390672 Put homonymn number on public dictionary entries 2019-07-11 10:30:06 -06:00
9fe0da58db Sort words in public view correctly 2019-07-11 10:30:04 -06:00
b8ca61d3fe Always show IPA table button in pronunciation fields 2019-07-11 10:30:04 -06:00
57ca675f7a Only split out html/md files;Fix page load problem 2019-07-11 10:30:04 -06:00
c0909343f6 Shrink view js by splitting out only what is needed 2019-07-11 10:30:04 -06:00
cbcc7ecfd4 Add UpUp for offline mode; Update Readme for UpUp 2019-07-11 10:30:03 -06:00
64903fc544 Fix settings not existing before being used 2019-07-11 10:30:03 -06:00
8c39d05c13 Finish up password reset 2019-07-11 10:30:02 -06:00
3c75fae3a8 Add simple text ads shuffled into words 2019-07-11 10:30:00 -06:00
8ed216cb7a Downgrade parcel-bundler to 1.9.7; minor fixes
Newer versions incorrectly link html files:
https://github.com/parcel-bundler/parcel/issues/2791
2019-07-11 10:29:59 -06:00
3d3a69c65f Process main.scss in html so parcel shares the output 2019-07-11 10:29:59 -06:00
3340c96507 Start writing password reset 2019-07-11 10:29:58 -06:00
5dcccaba59 Make view.html use dictionary theme 2019-07-11 10:29:58 -06:00
278b0b61d3 Tie theme to dictionary instead of settings 2019-07-11 10:29:58 -06:00
f2105465df Fix typo in Sync preventing publicLink from being set 2019-07-11 10:29:57 -06:00
06bac52c36 Enable changing themes 2019-07-11 10:29:54 -06:00
918dad1ad8 Show/remove share link if turning off Make Public 2019-07-11 10:29:53 -06:00
a1d8059068 Fix IPA field help rendering; Use arrows in usage.html 2019-07-11 10:29:53 -06:00
ce143be3f5 Add prominent share links if logged in or viewing 2019-07-11 10:29:53 -06:00
e9cf9653be Parse references on backend for view 2019-07-11 10:29:52 -06:00