Commit Graph

397 Commits

Author SHA1 Message Date
Robbie Antenesse 3c5d19f0c6 Create Red theme 2019-07-11 10:45:04 -06:00
Robbie Antenesse 861bff60b4 Fix Royal link color 2019-07-11 10:45:04 -06:00
Robbie Antenesse e1ba94c3c7 Create Yellow theme 2019-07-11 10:45:03 -06:00
Robbie Antenesse acdde8da81 Add themes to stylesheet 2019-07-11 10:45:03 -06:00
Robbie Antenesse 737dd169a1 Create Royal theme 2019-07-11 10:45:03 -06:00
Robbie Antenesse 09914440be Create Mint and Grape themes 2019-07-11 10:45:03 -06:00
Robbie Antenesse 1528503c52 Create Green theme 2019-07-11 10:45:03 -06:00
Robbie Antenesse 3117637c59 Create Blue theme 2019-07-11 10:45:03 -06:00
Robbie Antenesse 3e1465b905 Create Light theme 2019-07-11 10:45:03 -06:00
Robbie Antenesse 32ad87d661 Create Dark theme 2019-07-11 10:45:02 -06:00
Robbie Antenesse 1b0c6da3e4 Update border around inputs 2019-07-11 10:45:02 -06:00
Robbie Antenesse ba5baf8dd9 Remove non-color styling from theme; Button styling fixes 2019-07-11 10:45:02 -06:00
Robbie Antenesse 251ad12407 Make the default theme use Lexiconga colors! 2019-07-11 10:45:02 -06:00
Robbie Antenesse dcee87e978 Enable changing themes 2019-07-11 10:45:02 -06:00
Robbie Antenesse 35ccf7bf2a Split all colors into a _defaultTheme.scss 2019-07-11 10:45:02 -06:00
Robbie Antenesse 2b4fd70b85 Update footer styling 2019-07-11 10:45:01 -06:00
Robbie Antenesse db021647bd Show/remove share link if turning off Make Public 2019-07-11 10:45:01 -06:00
Robbie Antenesse 596efff70d Fix IPA field help rendering; Use arrows in usage.html 2019-07-11 10:45:01 -06:00
Robbie Antenesse 04f70e4bfa Add prominent share links if logged in or viewing 2019-07-11 10:45:01 -06:00
Robbie Antenesse 4de8b572c3 Parse references on backend for view 2019-07-11 10:45:01 -06:00
Robbie Antenesse 601841c754 Correctly link public word references 2019-07-11 10:45:00 -06:00
Robbie Antenesse b9cfce5a05 Add public word view 2019-07-11 10:45:00 -06:00
Robbie Antenesse b7bdd8d7e0 Make parseReferences() parse its own references 2019-07-11 10:45:00 -06:00
Robbie Antenesse 6292a73717 Add failed login lockout 2019-07-11 10:45:00 -06:00
Robbie Antenesse 5ee6e9078e Fix login error message 2019-07-11 10:45:00 -06:00
Robbie Antenesse 41a880068e Prevent rendering reference if specified does not exist 2019-07-11 10:45:00 -06:00
Robbie Antenesse 240d226d4e Add share links to words (word view not added yet) 2019-07-11 10:45:00 -06:00
Robbie Antenesse 92628cfa40 Use domain + pathname for public links instead of href 2019-07-11 10:44:59 -06:00
Robbie Antenesse 5587056f3b Auto-number homonymns; enable referencing specific homonymns 2019-07-11 10:44:59 -06:00
Robbie Antenesse e0b3a2b90e Make sure publicLink is populated even when nonexistent 2019-07-11 10:44:59 -06:00
Robbie Antenesse 2eb5b4db84 Add error message if public dictionary not found 2019-07-11 10:44:59 -06:00
Robbie Antenesse 92949673bb Prevent iOS from zooming on inputs 2019-07-11 10:44:59 -06:00
Robbie Antenesse d575e8f8d9 Make public link visible when public; copy on click 2019-07-11 10:44:57 -06:00
Robbie Antenesse 389b4d9015 Update Help file to add new features 2019-07-11 10:30:22 -06:00
Robbie Antenesse 0811dbde08 Add alphabetical order to database 2019-07-11 10:30:21 -06:00
Robbie Antenesse c07ae23f8a Render custom css in public view 2019-07-11 10:30:21 -06:00
Robbie Antenesse 1cf547dd2e Split out setupListeners into separate files 2019-07-11 10:30:21 -06:00
Robbie Antenesse 91a5967727 Add new features to offline and view 2019-07-11 10:30:21 -06:00
Robbie Antenesse 9ca6ef15d7 Add Custom CSS field 2019-07-11 10:30:20 -06:00
Robbie Antenesse f9fa6a178d Stop dictionary update if name or specification blank 2019-07-11 10:30:20 -06:00
Robbie Antenesse a2542fe7a1 Add Phonology Notes 2019-07-11 10:30:20 -06:00
Robbie Antenesse a1ea105f66 Fix console error when uploading whole dictionary 2019-07-11 10:30:19 -06:00
Robbie Antenesse 10d2159262 Add ability to search for orthographic translations 2019-07-11 10:30:19 -06:00
Robbie Antenesse 56ce6c30a6 Only save dictionary and settings when changed 2019-07-11 10:30:19 -06:00
Robbie Antenesse aa956e9820 Make alphabetical order editable 2019-07-11 10:30:19 -06:00
Robbie Antenesse 2bf0f15f67 Fix how custom sorting works!
Sort alphabetically first, then by custom if specified
2019-07-11 10:30:18 -06:00
Robbie Antenesse 4e1ee35c5b Fix when orthography section displays 2019-07-11 10:30:18 -06:00
Robbie Antenesse ee30fe53b2 Split render.js out into separate files 2019-07-11 10:30:18 -06:00
Robbie Antenesse 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
Robbie Antenesse 45e9e5230c Correctly show/hide homonymn number 2019-07-11 10:30:17 -06:00