1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-03-21 19:08:56 +01:00
Commit graph

175 commits

Author SHA1 Message Date
a7068d640a Having trouble getting the Dictionary component to render its list of words at all, let alone re-render when it's updated.
Added working header and button components, made sass imports work by putting _ before the .scss files to import.
2016-09-21 18:18:54 -06:00
15f26883e6 Got new word form React component working and rendering mostly correctly in ES2016! 2016-09-21 14:40:25 -06:00
d914d8f133 Started on the path to node compatibility, but it's not usable yet.
Need to figure out how to require() defiant.js...
2016-09-20 15:59:59 -06:00
d6e9741736 Focus into the edit form when created. 2016-07-11 15:39:31 -06:00
0a5eb01423 Fixed using ctrl+enter to submit edits to words not working.
Removed hotkey for export.
2016-07-11 15:12:28 -06:00
ca97409b44 Save scroll before applying word edit so it doesn't take you to the top after editing. 2016-07-10 22:53:46 -06:00
d623009b63 Made mobile theme apply to small windows as well as screens. Explained mobile word form. 2016-07-10 19:38:57 -06:00
84bf0bda09 Merge branch 'markdown-fix' into mobile-styling 2016-07-06 17:11:04 -06:00
ee3f5cd8ea Fixed markdown rendering that I accidentally broke. 2016-07-06 17:10:29 -06:00
9fb43abb15 Merge branch 'markdown-fix' into mobile-styling 2016-07-06 15:20:13 -06:00
585eb29193 Prevent HTML from being rendered in entries. 2016-07-06 15:17:50 -06:00
24fc971264 Re-balanced column widths so it looks nice on desktop. 2016-07-06 14:17:20 -06:00
ce62aed494 Added Word Form pullout for mobile. 2016-07-06 12:44:24 -06:00
1e82cd2745 Got things looking nice on mobile! 2016-07-06 12:44:02 -06:00
a2cb7d5180 Some restructuring and started styling dictionary column 2016-07-06 07:36:24 -06:00
2d6013e169 Started working on Mobile CSS! 2016-07-02 21:25:26 -06:00
5d0d14cf24 Merge branch 'dev' 2016-06-29 13:27:26 -06:00
d163c998af Change references to "Equivalent Word" in the word form to "Definition" for clarity. 2016-06-29 13:27:14 -06:00
cf5e74e073 Merge branch 'dev' 2016-06-29 10:40:33 -06:00
563ee8bd14 Point IPA character picker to original source instead of a copy. 2016-06-29 10:40:10 -06:00
a3b549fc18 Update the redirect to point to new repository name. 2016-06-27 16:38:45 -06:00
bec52734d3 Merge branch 'master' into prod
Attempt to replace master with prod
2016-06-27 16:06:38 -06:00
51b38cd7a8 Updated README and got everything ready for prerelease. 2016-06-22 14:42:34 -06:00
4ac000db09 Add a dictionary share link for easier sharing of public dictionaries. 2016-06-22 12:43:39 -06:00
f2b9d01d3b Fixed some styling for the edit form. 2016-06-22 08:26:54 -06:00
621c4bbf8f Added text about Importing and Exporting in the README without proofreading. 2016-06-21 18:05:43 -06:00
da56c43e33 Improved export so data is wrapped in quotes and made import process more clear. 2016-06-21 17:42:01 -06:00
f7031ab579 Prevent accidental changes to a dictionary if the dictionary displayed on the screen is not the "current_dictionary".
This would only happen if you had Lexiconga open in two windows/tabs and changed your dictionary in one window/tab without refreshing the other, then making edits to the un-refreshed window/tab. Now it also sends which dictionary to change and makes sure that dictionary is in the user's session dictionaries list so it updates the correct dictionary's words.
2016-06-21 13:40:20 -06:00
6341948f45 Added export words, cleaned up looks a bit 2016-06-21 12:58:13 -06:00
3902ba96ba Got public word pages working! Added link to public words from editing dictionary.
Separated some templating functions so styling will be easier moving forward.
2016-06-20 17:13:51 -06:00
fca5fb2704 Started working on making a single word display page, but there's still a lot of work that needs to be done (maybe just load full dictionary with 1 word to simplify?).
Made references to files look in root instead of local directory.
2016-06-19 22:58:27 -06:00
3512d55d97 Add short links to Issues and Updates. 2016-06-16 13:41:14 -06:00
9f07b0f57a Got words and dictionaries saving properly again, make uploads add only new words to db, make dictionary last_updated column when when adding words, add last_login column to users table. 2016-06-16 13:22:13 -06:00
6370de1651 Words delete correctly and update the dictionary's next_word_id when new words are added. 2016-06-15 17:48:52 -06:00
ed8eec71cc Got word updates working, need to fix new/edit word forms. 2016-06-14 22:21:05 -07:00
8109bdac69 Saving and loading words from words table now works. Need to make words delete when dictionary is deleted. 2016-06-14 18:16:41 -06:00
7e9c14a7c2 Updated database to store and read current dictionary in users table. 2016-06-13 21:26:05 -07:00
d6ab5e62ce Got the "removeChild" error to go away by doing this. 2016-06-12 08:20:17 -07:00
9deb9087e6 Added filtering by blank part of speech, fixed part of speech dropdown for edits, added import template CSV to download, updated import test to test blank part of speech. 2016-06-10 11:35:57 -07:00
368fc8cd20 Got the importer working and did some tests. 2016-06-09 22:27:41 -07:00
f4f9f85a30 Trying to add PapaParse for importing CSV files of words, but for some reason it's not recognizing the Papa object. 2016-06-08 13:55:07 -06:00
f48ca733f9 Moved colors back to the originals but kept the shadows and sharp edges. 2016-06-08 13:53:22 -06:00
b5da178b79 Subdued the colors a bit. 2016-06-07 20:31:52 -06:00
0b6169a1e5 Big, bright new styling! 2016-06-07 18:20:16 -06:00
dec8be6dff Edit words in their dictionary position instead of jumping to word form. It's janky, but it works. 2016-06-07 11:44:36 -06:00
d3abf62c3b Move the view page into the main index.php. Prepare for viewing individual words. 2016-06-06 17:41:02 -06:00
29ab0616f1 Also update the public view filter because that's important. 2016-05-26 18:26:35 -06:00
2a9fecae89 Updated word filtering to allow as many parts of speech as the user wants. 2016-05-26 18:00:03 -06:00
bdf9327fa3 Don't auto-focus if word form isn't unlocked (it's annoying on mobile) 2016-03-18 10:12:06 -06:00
36150e4c76 Merge branch 'next' into prod 2016-03-17 12:49:25 -06:00