Henrik
d805539b34
chore: update toolchain
2023-08-18 11:07:52 +02:00
Eric Wieser
627bcb0626
Remove extra spacing
2023-08-18 11:00:32 +02:00
Eric Wieser
d3d67c1d92
Do the same for inductives
2023-08-18 11:00:32 +02:00
Eric Wieser
e5ff71991d
Put field docstrings after the field
2023-08-18 11:00:32 +02:00
Henrik
596782c1fe
chore: update toolchain
2023-08-06 16:07:24 +02:00
Henrik
718b182a31
feat: more declaration data as JSON
2023-08-06 15:36:43 +02:00
Henrik
e09280bb3c
feat: order instances and make them unique in their listing
2023-07-31 20:42:30 +02:00
tydeu
d688d05089
chore: update to new Lean/Lake version
2023-07-30 20:52:37 +02:00
Henrik
c312f00c88
chore: update toolchain
2023-07-30 20:45:40 +02:00
Henrik
9b524d7c5a
chore: mitigate #133 for now
2023-07-20 23:41:44 +02:00
Henrik
d65d26d7b9
fix: declaration-data.js local storage
2023-07-20 23:06:33 +02:00
Henrik
92650029f0
chore: cleanup the other declaration-data.js singleton
2023-07-20 22:55:09 +02:00
Henrik
5ce54e8e10
fix: race condition in declaration-data.js
2023-07-20 22:42:49 +02:00
Henrik
9af4c720f0
chore: disable LeanInk because of weird panics
2023-06-25 15:14:43 +02:00
Calvin Lee
76a137dabc
fix colors if media set to dark
...
This commit fixes a few edge-cases. First, if you `prefers-color-scheme`
is dark, your background will no longer be dark in light mode.
Furthermore, switching from dark to system theme now works. It did not
before, as we queried our iframe for color-scheme instead of the parent
window (our iframe inherited the color-scheme from the parent document).
Finally, the navbar iframe has its color-scheme set separately, which
caused issues in a few cases.
2023-06-09 23:39:59 +02:00
Calvin Lee
75d06a8153
hide color-changer if javascript is disabled
2023-06-09 23:39:59 +02:00
Calvin Lee
cc552ed570
add colorscheme toggle
2023-06-09 23:39:59 +02:00
Calvin Lee
b9cfae7f53
add dark mode
2023-06-09 23:39:59 +02:00
Henrik
2e021cc13c
chore: update toolchain
2023-06-04 02:48:14 +02:00
Denis Gorbachev
b91272c643
Improve installation instructions
2023-05-26 12:07:57 +02:00
Alex J. Best
e0eecc3334
feat: trigger search input when event handler is added
2023-05-24 15:47:11 +02:00
Alex J. Best
5e2869b66d
feat: don't copy .git folders in test
2023-05-24 01:17:51 +02:00
Alex J. Best
306959b921
feat: list instances for defs also
2023-05-24 01:17:44 +02:00
Henrik
e888e9cc38
feat: doc strings on ctors and fields are not monospaced anymore
2023-05-11 22:36:27 +02:00
Henrik
007e03db3b
chore: update toolchain and deps
2023-05-11 22:35:07 +02:00
Henrik
cf86cb4815
feat: attempt to source link directory dependencies
2023-04-24 00:18:29 +02:00
Henrik
9ebc79338e
chore: update toolchain
2023-04-22 01:25:13 +02:00
Henrik
a5c41d25a4
chore: cleanup CI after partial migration to mathlib4
2023-04-22 01:01:19 +02:00
Henrik Böving
9b028566ec
fix: get rid off deleted attribute
2023-04-16 09:54:48 +02:00
Henrik Böving
e5b44f1cdf
chore: update toolchain
2023-04-16 01:30:21 +02:00
Henrik Böving
b9421b9a12
fix: Use Z(separator) instead of S(ymbol) category
...
closes : #123
2023-03-27 15:38:49 +02:00
Henrik Böving
23eb55fc22
chore: update deps further
2023-03-17 18:11:26 +01:00
Henrik Böving
7b65322c78
chore: update toolchain
2023-03-17 08:26:21 +01:00
Henrik Böving
628ef2878e
fix: properly comment out for the workaround
2023-03-16 20:39:30 +01:00
F. G. Dorais
5ab7d0bdd8
fix: unicode dependency
2023-03-15 11:54:57 +01:00
Henrik Böving
0c415232cd
feat: new CI setup
2023-03-12 13:19:02 +01:00
F. G. Dorais
755f06fb0d
fix: correct character category testing
2023-03-11 21:14:36 +01:00
Henrik Böving
5f59fbaac4
refactor: switch to maintained unicode lib
2023-03-11 18:06:32 +01:00
Henrik Böving
720e1acf81
feat: show versions in index HTML
2023-03-09 21:46:38 +01:00
Henrik Böving
8cb5a2ead4
chore: update lake
2023-03-09 19:41:52 +01:00
Henrik Böving
54463ac452
chore: update toolchhain
2023-03-09 19:37:27 +01:00
Henrik Böving
27cbf8ddd2
chore: update toolchain
2023-03-04 12:48:47 +01:00
Max Taldykin
c3faad1730
help break_within to split names at `.`
2023-03-04 12:47:30 +01:00
Max Taldykin
9220cd74b1
fix implicit arg wrapping
2023-03-04 12:20:05 +01:00
Henrik Böving
5ab6766eb1
fix : #113
2023-02-16 19:51:35 +01:00
Henrik Böving
54cf445e12
fix : #114
2023-02-16 18:14:40 +01:00
Jeremy Salwen
162de994c2
Add comment to README about need for copying css and js files.
2023-02-03 21:10:44 +01:00
Jeremy Salwen
1cb84f6d74
Add filters for search results based on kind.
...
This allows you to search defs, theorems, etc independently.
2023-02-01 15:15:45 +01:00
Henrik Böving
1c44e861be
fix: search.html for relative roots
2023-01-29 14:07:21 +01:00
Jeremy Salwen
3a977a94ca
Fix issues with Search page impelementation
...
- Makes the autocomplete results highlight with up/down arrows.
- Allows you to unselect autocomplete results by using arrow keys.
- Fixed a bug in previous commits where enter did not take you to autocomplete result.
- Return now goes to the search page if no autocomplete result is selected.
- Search results table now properly wraps. (It would be nice to make it wider but I wasn't able to).
- Fixed a bug in the previous commit where docs were not showing, due to failure to copy a modified js file.
2023-01-28 23:00:53 +01:00