1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-22 19:33:10 +02:00
Commit graph

255 commits

Author SHA1 Message Date
386b2e626e Improve ad shuffling 2019-07-11 10:45:12 -06:00
e2b5f1cd83 Dismiss announcements with cookies that expire 2019-07-11 10:45:12 -06:00
435547cb4d Enable permanently dismissing announcements 2019-07-11 10:45:12 -06:00
eba7307328 Add fade out for messages; Remove unused utility 2019-07-11 10:45:12 -06:00
b476b69bb4 Update migrateDictionary to account for changes 2019-07-11 10:45:11 -06:00
e6b973165a Correctly show/hide publicLinkDisplay after changing dictionaries 2019-07-11 10:45:11 -06:00
769c6f0f15 Don't upload dictionaries have not been edited 2019-07-11 10:45:10 -06:00
74642dcc0a Put homonymn number on public dictionary entries 2019-07-11 10:45:10 -06:00
9d793c6c7d Sort words in public view correctly 2019-07-11 10:45:09 -06:00
9743e934d3 Always show IPA table button in pronunciation fields 2019-07-11 10:45:09 -06:00
87b7bbff89 Only split out html/md files;Fix page load problem 2019-07-11 10:45:09 -06:00
46b579d73f Shrink view js by splitting out only what is needed 2019-07-11 10:45:08 -06:00
9ade94562c Add UpUp for offline mode; Update Readme for UpUp 2019-07-11 10:45:08 -06:00
8b63808d2c Fix settings not existing before being used 2019-07-11 10:45:08 -06:00
8a80412cd6 Finish up password reset 2019-07-11 10:45:07 -06:00
e717480d18 Add simple text ads shuffled into words 2019-07-11 10:45:06 -06:00
a47f38caa0 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:45:05 -06:00
f3f4d18c48 Process main.scss in html so parcel shares the output 2019-07-11 10:45:05 -06:00
0f23454473 Start writing password reset 2019-07-11 10:45:05 -06:00
8d2ee80c26 Make view.html use dictionary theme 2019-07-11 10:45:05 -06:00
601cfc64bd Tie theme to dictionary instead of settings 2019-07-11 10:45:04 -06:00
d96817b485 Fix typo in Sync preventing publicLink from being set 2019-07-11 10:45:04 -06:00
dcee87e978 Enable changing themes 2019-07-11 10:45:02 -06:00
db021647bd Show/remove share link if turning off Make Public 2019-07-11 10:45:01 -06:00
596efff70d Fix IPA field help rendering; Use arrows in usage.html 2019-07-11 10:45:01 -06:00
04f70e4bfa Add prominent share links if logged in or viewing 2019-07-11 10:45:01 -06:00
4de8b572c3 Parse references on backend for view 2019-07-11 10:45:01 -06:00
b7bdd8d7e0 Make parseReferences() parse its own references 2019-07-11 10:45:00 -06:00
5ee6e9078e Fix login error message 2019-07-11 10:45:00 -06:00
41a880068e Prevent rendering reference if specified does not exist 2019-07-11 10:45:00 -06:00
240d226d4e Add share links to words (word view not added yet) 2019-07-11 10:45:00 -06:00
92628cfa40 Use domain + pathname for public links instead of href 2019-07-11 10:44:59 -06:00
5587056f3b Auto-number homonymns; enable referencing specific homonymns 2019-07-11 10:44:59 -06:00
e0b3a2b90e Make sure publicLink is populated even when nonexistent 2019-07-11 10:44:59 -06:00
d575e8f8d9 Make public link visible when public; copy on click 2019-07-11 10:44:57 -06:00
c07ae23f8a Render custom css in public view 2019-07-11 10:30:21 -06:00
1cf547dd2e Split out setupListeners into separate files 2019-07-11 10:30:21 -06:00
91a5967727 Add new features to offline and view 2019-07-11 10:30:21 -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
a1ea105f66 Fix console error when uploading whole dictionary 2019-07-11 10:30:19 -06:00
10d2159262 Add ability to search for orthographic translations 2019-07-11 10:30:19 -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
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