Folyd
568f0ad863
Migrate match/dim tags
2024-06-02 13:09:32 -07:00
Folyd
49949736da
Migrate Firefox version to Manifest V3. close #201
2024-06-01 16:38:32 -07:00
Folyd
77454c042e
Update juice theme
2024-06-01 00:45:48 -07:00
Folyd
27b1992cb2
Update attributes index
2024-05-28 00:21:22 -07:00
Folyd
cf98c0e085
Polish search loading speed
2024-05-27 23:46:20 -07:00
Folyd
c7bc9c7a0d
Add placeholder for search bar in manage page
2024-05-27 17:36:32 -07:00
Emanuel Czirai
81ccb44440
typo hihstory
-> history
( #279 )
2024-05-28 06:03:04 +08:00
Folyd
c0a377bfad
Bundle content scripts
2024-05-27 00:55:55 -07:00
Folyd
a1f06ea5ea
Split IndexSetter from IndexManager
2024-05-26 23:41:35 -07:00
Folyd
00bd872add
Update manifest
2024-05-26 20:09:58 -07:00
Folyd
55d0057266
Integrate omnibox search into manage page
2024-05-26 17:02:53 -07:00
Folyd
3879fc9c95
Remove unnecessary js module file declaration
2024-05-26 16:38:01 -07:00
Folyd
88b9fd197a
Fix crates export
2024-05-26 16:11:13 -07:00
Folyd
8b07c6b695
Fix import path
2024-05-26 15:58:35 -07:00
Folyd
bd7d3abe02
Migrate index to ESM
2024-05-26 15:51:11 -07:00
Folyd
fedf88fcdb
Migrate manage pages to ESM
2024-05-26 15:39:15 -07:00
Folyd
65fc7cad8d
Migrate to ESM
2024-05-26 00:47:23 -07:00
Folyd
d787033b7a
Remove legacy code
2024-05-25 16:33:14 -07:00
Folyd
98c6f74ea6
Bump minifier to 0.3
2024-04-28 23:13:54 -07:00
Folyd
854e416120
Use db-dump crate to get top crates
2024-04-28 23:06:01 -07:00
Folyd
d2ddecd8f5
Update mange page
2024-04-14 17:11:35 -07:00
Folyd
5b9561b859
Fix optional dependency nowrap, close #274
2024-04-14 17:00:38 -07:00
Scallop Ye
cfe8d20d0e
Fix crate indexing by upgrading item types for old crate doc ( #277 )
2024-04-15 07:34:22 +08:00
Benedikt Werner
2e4b0c25f7
Fix docs.rs TOC if headings contain inline code ( #278 )
...
Headings that contain inline code have more than two child nodes since each inline code and text between them is a separate child, so only taking the node value from the second child is not enough. `header.innerText` gets the complete rendered text of the whole heading across all children.
2024-04-12 23:23:03 -07:00
Folyd
c7c15669eb
Add GA config
2024-03-27 14:38:10 -07:00
Scallop Ye
cc23fbf420
Fix search of extern crates ( #276 )
2024-03-25 15:31:07 +08:00
Scallop Ye
f538b91181
Update the core
submodule
2024-03-25 11:33:47 +08:00
Scallop Ye
91cbfa8c68
Fix offline mode not working on Chrome
2024-03-25 11:33:47 +08:00
kaifulee
c33dd05645
chore: fix typo ( #273 )
...
Signed-off-by: kaifulee <cuishuang@outlook.com>
2024-03-16 00:15:20 +08:00
Folyd
b73a4b9937
Release version 1.13.0
2024-02-13 23:38:51 -08:00
Folyd
abc2ec49a9
Load search index for rustc
2024-02-13 23:33:10 -08:00
Folyd
74cb13acc2
Fix getVar()
value null bug
2024-02-13 22:49:09 -08:00
Folyd
361b0ceaa8
Ensure searchIndex is Object before add crate to storage
2024-02-13 22:20:29 -08:00
Folyd
3e957d1bd1
Convert default map searchIndex to Object
2024-02-13 16:42:36 -08:00
Folyd
7d3f5abf74
Update to latest index
2024-02-13 16:31:36 -08:00
Folyd
270ebec867
Remove domain expired book
2024-02-13 16:26:53 -08:00
Folyd
79053351ef
Convert Map
search index into Object
search index
2024-02-13 16:15:19 -08:00
Folyd
a53d146b8c
Fix redeclaration of const storage, close #265
2024-02-13 15:22:45 -08:00
Folyd
773d53f635
Fix compatibility with legacy toc link
2024-02-13 14:56:33 -08:00
Folyd
c214778ee1
Support both legacy object search index and latest map search index
2024-02-13 14:33:25 -08:00
Folyd
4cca580b77
Update to latest itemTypes
2024-02-13 14:31:28 -08:00
Folyd
0454161cf3
Migrate std docs index to Map
...
See also https://github.com/rust-lang/rust/pull/118910
2024-02-13 14:19:53 -08:00
eth3lbert
fb662aa7be
Improve docs.rs TOC highlight ( #268 )
...
* Fix issue with broken outline in TOC
* Improve docs.rs TOC highlight
2024-02-07 04:05:32 +08:00
dependabot[bot]
1b8846e224
Bump self_cell from 0.10.2 to 0.10.3 in /manage ( #264 )
...
Bumps [self_cell](https://github.com/Voultapher/self_cell ) from 0.10.2 to 0.10.3.
- [Release notes](https://github.com/Voultapher/self_cell/releases )
- [Commits](https://github.com/Voultapher/self_cell/compare/v0.10.2...v0.10.3 )
---
updated-dependencies:
- dependency-name: self_cell
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-15 10:57:33 +08:00
Folyd
27bdd5d703
Remove const links feature, fix issue links. close #261
2023-08-25 16:34:59 +08:00
Folyd
81a628cc4b
Release version 1.12.0
2023-07-15 13:35:01 +08:00
Folyd
4e4c587254
Fix call start() twice. Close #260 .
2023-07-15 13:23:54 +08:00
Folyd
26900d6f1d
Fix lints html escape
2023-07-14 00:36:03 +08:00
Folyd
007d2b6af3
Html escape lint descriptions
2023-07-14 00:31:07 +08:00
Folyd
00f5ffed0d
Update search index
2023-07-14 00:01:48 +08:00