-
- Downloads
feat: add new Q/A type for non-language facts
Add the new card type, integrate it into the build and index.html. Also change the layout for all cards a bit so that the card type on the top floats, and the main content clears. For this purpose a new class .prompt has been added to the translations, as well as the new card type. The new facts type additionally shows the subdeck on the right for context.
Showing
- build/apkg.py 9 additions, 3 deletionsbuild/apkg.py
- package.json 3 additions, 1 deletionpackage.json
- src/components/facts.css 6 additions, 0 deletionssrc/components/facts.css
- src/components/global.css 16 additions, 3 deletionssrc/components/global.css
- src/index.html 7 additions, 0 deletionssrc/index.html
- src/templates/facts/q_a/back.html 13 additions, 0 deletionssrc/templates/facts/q_a/back.html
- src/templates/facts/q_a/front.html 23 additions, 0 deletionssrc/templates/facts/q_a/front.html
- src/templates/hanzi/read/front.html 1 addition, 1 deletionsrc/templates/hanzi/read/front.html
- src/templates/hanzi/write/front.html 1 addition, 1 deletionsrc/templates/hanzi/write/front.html
- src/templates/molaoshi/hear/front.html 1 addition, 1 deletionsrc/templates/molaoshi/hear/front.html
- src/templates/molaoshi/read_hanzi/front.html 1 addition, 1 deletionsrc/templates/molaoshi/read_hanzi/front.html
- src/templates/molaoshi/read_pinyin/front.html 1 addition, 1 deletionsrc/templates/molaoshi/read_pinyin/front.html
- src/templates/molaoshi/speak/front.html 1 addition, 1 deletionsrc/templates/molaoshi/speak/front.html
- src/templates/molaoshi/write/front.html 1 addition, 1 deletionsrc/templates/molaoshi/write/front.html
Loading
Please register or sign in to comment