Support for lexemes, decent etymology layer and theme with rudimentary icon

This commit is contained in:
Pieter Vander Vennet 2021-10-09 22:40:52 +02:00
parent 9726d85ad7
commit 9faac532b5
18 changed files with 611 additions and 270 deletions

View file

@ -1,6 +1,3 @@
import WikidataPreviewBox from "./UI/Wikipedia/WikidataPreviewBox";
import {UIEventSource} from "./Logic/UIEventSource";
import Wikidata from "./Logic/Web/Wikidata";
import WikidataSearchBox from "./UI/Wikipedia/WikidataSearchBox";
import WikipediaBox from "./UI/Wikipedia/WikipediaBox";
new WikidataSearchBox({searchText: new UIEventSource("Brugge")}).AttachTo("maindiv")
new WikipediaBox(["L614072"]).AttachTo("maindiv")