You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Markdown format for the Definition & Specification in the Root page.
Fixes
Fix that users cannot import too large lexicon.json on Web/PWA platform.
Enhancements
Add placeholder for roots count before the load is complete.
Forbid user to import new roots or clear roots before the load is complete.
Precompile SVG assets to improve the loading speed of some icons.
Minor changes to the UI text: Warning -> Confirm
Improve Pure Black theme, mainly for the color scheme.
Make each major page persistent. When user switches among Search, Construct & Settings Page, the state and position of the page will be kept, which can reduce extra UI reconstruction and rendering.
Search Enhancements
If there is an entry whose root perfectly matches the keyword, it will be brought to the top of the search results.
If there is a word in the definition of an entry that perfectly matches the keyword, this entry will be brought to the top of the search results, but after the entry that matches the rule above.
Search results display up to 100 search results to optimize rendering performance.
The Search are now no longer case sensitive for letters with diacritics.
CI & Package
Only triggers the Deploy workflow on "Release Published".