Commit graph

1106 commits

Author SHA1 Message Date
Folyd
8e66c86714 Fix error code autoincreament bug 2023-02-14 23:13:34 +08:00
Folyd
f72e2c3c7b
Support new error-index page (#192) 2023-02-14 23:02:46 +08:00
Campbell He
a05b2fe8d0
Fix cargo book command (#231) 2023-02-09 20:17:32 +08:00
Folyd
60a9bdee05 Change to window.onload event 2023-01-08 21:41:24 +08:00
Folyd
14294a5a52 Upgrade minijinja 2023-01-07 11:17:03 +08:00
Folyd
dabfbc831d Replace tera with minijinja 2023-01-05 19:05:06 +08:00
Folyd
eee6b8756c Fix cargo clippy 2022-12-16 21:03:51 +08:00
Folyd
a446d0bd42 Feat copy 2022-12-15 10:45:26 +08:00
zxg
becceb545a
Optimize the display of search totals by year (#228) 2022-12-12 23:00:31 +08:00
Folyd
1a51ae5d23
Feat crate-doc testings (#227) 2022-12-10 20:46:47 +08:00
Folyd
a5e5998501 Fix resourcePath() null bug. Fix #219 2022-12-10 16:20:37 +08:00
zxg
c37183a876
Replace the chrome storage API with local storage for test (#226) 2022-12-10 11:24:53 +08:00
Folyd
51cf662138
Distinguish crateName with libName (#225) 2022-12-08 22:49:32 +08:00
zxg
93b779136c
Fix corner case: crate name different with lib name (#224) 2022-12-07 21:32:33 +08:00
zxg
c5cec9f41c
Change the way to get creates data (#223) 2022-12-02 23:05:25 +08:00
zxg
9d1602d1e0
Merge pull request #222 from huhu/feat-code
Feat statistics code
2022-12-02 22:37:04 +08:00
Folyd
df5caa9afc Feat statistics code 2022-12-02 13:00:17 +08:00
zxg
dd5d687ac4
Replace the statistics storage format with a timeline (#221)
* Replace the statistics storage format with a timeline

* Delete old statistics
2022-12-02 12:36:25 +08:00
Jianan Sun
f312a50db3
Make "add to extension" button vertically centered (#220) 2022-11-29 20:22:39 +08:00
Folyd
5b878300aa Add debounce animation for explore more button 2022-11-27 16:04:12 +08:00
Folyd
060626d39d Release version 1.9.1 2022-11-27 14:54:48 +08:00
Folyd
76077a9bc1 Feat rustc search appendix 2022-11-25 20:58:56 +08:00
Folyd
7809eaa52c Add more testimonial 2022-11-23 17:18:51 +08:00
Folyd
34f6aa9a6c Revert invalid levenshtein algorithm fix 2022-11-21 20:51:51 +08:00
Folyd
fae0b04c66 Add target command screenshot to changelog 2022-11-20 22:41:35 +08:00
Folyd
fd8bdcee5c Release version 1.9.0 2022-11-20 22:10:55 +08:00
Folyd
f2a25e4ad0 Update search index 2022-11-20 19:40:21 +08:00
Folyd
1e6e85a3eb Optimize crates index generation (reduce 0.4% file size) 2022-11-20 15:27:24 +08:00
Folyd
6f940d32a4 Make feature flags name sticky left 2022-11-19 17:26:21 +08:00
Folyd
7801a56ef3 Update all builtin index when extension updated 2022-11-19 17:11:37 +08:00
Folyd
4209be20b4 Feat search statistics 2022-11-19 16:51:35 +08:00
Folyd
ef7ac618ad
Fix github release page TOC compatibility (#214) 2022-11-18 12:17:05 +08:00
Folyd
93e54515a0 Use optional chaining syntax 2022-11-16 18:18:09 +08:00
Folyd
9dcdd5938a One more are we yet website 2022-11-16 12:09:47 +08:00
Folyd
a4f1808aca Fix source code navigate bug. Fix #212 2022-11-15 21:55:27 +08:00
shwin0901
75da853caa
Change feature flags menu data to session storage (#213)
* Change feature flags menu data to session storage

* Improve feature flags menu data to session storage
2022-11-15 17:46:00 +08:00
Folyd
f9d83e0a7b Feat feature flags menu 2022-11-15 14:15:58 +08:00
Light Ning
59edcbb2ce
update host_permissions (#211) 2022-11-15 10:42:55 +08:00
Light Ning
b578fd882a
fix docs.rs show features (#209)
* use crates.io to get deps info

* fix empty features

* update permissions, show features, remove tests/script-lib.spec.js
2022-11-14 23:30:39 +08:00
shwin0901
a73754bba8
Add stats type mapping to a fixed number (#208)
* Add stats type mapping to a fixed number

* Improve parse search type
2022-11-14 14:41:48 +08:00
shwin0901
65bcbbe5f6
Add statistics v2 render (#207)
* Add v2 render

* Improve renderV2
2022-11-11 23:27:49 +08:00
Folyd
3a672d0843 Fix manage page bug 2022-11-10 23:38:27 +08:00
shwin0901
d2b14291e4
New display of search records by year (#205)
* Setup eslint

* Add year select list

* Add new save data

* Optimize code structure

* Add heat map display by year

* Fix incorrect export of stats

* Filter and format date, week, month and hour data

* Optimize and improve the year record function

* Improve the code
2022-11-10 22:53:04 +08:00
Folyd
a319fea12f Condense attributes index size 2022-11-10 22:46:03 +08:00
Folyd
64850e4d1b Rename target methods 2022-11-09 22:48:39 +08:00
Folyd
3cb8eb5775
Migrate to chrome.storage.onChange event (#206)
* Migrate chrome.runtime.onMessage event to chrome.storage.onChange event

* Replace legacy onMessage switch cases

* Migrate std docs

* Support index update page

* Migrate docs.rs crates to storage event

* Fix comma
2022-11-09 22:24:34 +08:00
Folyd
2d5eb98963 Fix nightly search index path 2022-11-09 22:20:55 +08:00
Folyd
787cf5f682 Fix feature flags link padding 2022-11-08 23:26:00 +08:00
Folyd
a08d1eb94d Fix IndexManager set item 2022-11-08 21:43:52 +08:00
Folyd
5254bcfb33 Move semver.js to script directory 2022-11-08 19:58:45 +08:00