Commit graph

1214 commits

Author SHA1 Message Date
EnixCoda
5efbf8354d feat: support PJAX on repo name link
fix #214
2022-03-20 22:17:39 +08:00
EnixCoda
3bcc65f430 chore: update Xcode config 2022-03-20 22:12:05 +08:00
Enix
9e2a2d9643
Merge pull request #210 from kidonng/https-clone
Use HTTPS remote in Makefile
2022-02-16 14:36:01 +08:00
Enix
395d7ad0fb
Merge pull request #211 from kidonng/folded-line-style
Make folded lines more recognizable
2022-02-16 14:33:37 +08:00
Kid
c853c6c09e Make folded lines more recognizable 2022-02-13 17:10:30 +08:00
Kid
b501a928fe Use HTTPS remote in Makefile 2022-02-13 16:37:51 +08:00
dependabot[bot]
5d3aebd08e
build(deps): bump node-fetch from 2.6.0 to 2.6.7 in /server
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.0...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 13:58:58 +00:00
EnixCoda
162fda29dd Merge branch 'feature/safari' into develop
# Conflicts:
#	src/components/searchModes/fuzzyMode.tsx
2022-02-12 21:54:05 +08:00
EnixCoda
209d4dd741 build: update safari build command 2022-02-12 21:36:04 +08:00
EnixCoda
9732903a21 build: fix build version 2022-02-12 21:22:14 +08:00
EnixCoda
2492f4b13f build: update xcode info 2022-02-12 21:22:14 +08:00
EnixCoda
bf360efe1f feat: use consistent selector chevron 2022-02-12 21:22:14 +08:00
EnixCoda
3d4bf82f02 fix: style patch for select in Safari 2022-02-12 21:22:14 +08:00
EnixCoda
29c9314c6d fix: prevent selection when resizing in Safari 2022-02-12 21:22:14 +08:00
EnixCoda
c493509579 feat: support safari tab bar toggle 2022-02-12 21:22:14 +08:00
EnixCoda
c9c968aa2c build: add webpack build support for Safari 2022-02-12 21:22:14 +08:00
EnixCoda
2d38788ac9 fix: resolve react key errors of fuzzy mode search results 2022-01-14 16:54:19 +08:00
EnixCoda
7ab1c95b99 Merge branch 'develop' into feature/safari 2022-01-14 16:34:05 +08:00
EnixCoda
4a705958c4 build: exclude XCode fodler 2021-12-27 15:03:02 +08:00
EnixCoda
5f43295788 fix: prevent covered by GitHub notifications center header 2021-12-25 20:27:15 +08:00
EnixCoda
54c002822d chore: update search mode button description 2021-12-25 12:39:24 +08:00
EnixCoda
62d0187ac3 3.6.1 2021-12-25 12:21:04 +08:00
EnixCoda
73adbf0310 fix: add PJAX container fallback logic 2021-12-25 12:20:56 +08:00
dependabot[bot]
f3141b7ae7
build(deps): bump axios from 0.21.1 to 0.21.4
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-25 03:58:36 +00:00
EnixCoda
ed35566931 3.6.0 2021-12-25 11:55:56 +08:00
EnixCoda
140c1c3f48 feat: enhance PR file comments stat 2021-12-24 18:10:56 +08:00
EnixCoda
cdabd7a51f feat: show PR file diff 2021-12-24 17:28:06 +08:00
EnixCoda
916a120d22 test: migrate jest puppeteer config 2021-12-24 17:28:06 +08:00
EnixCoda
193a8f48a1 feat: optimize resize and enable drag on Firefox 2021-12-23 14:02:27 +08:00
EnixCoda
86a030f308 fix: double click to reset sidebar size 2021-12-23 12:45:45 +08:00
EnixCoda
73f9a8fcbe Merge branch 'feature/optimize-resize' into develop 2021-12-23 11:46:43 +08:00
EnixCoda
088198fa6e feat: optimize multi-line header layout 2021-12-23 11:46:39 +08:00
EnixCoda
a2d2314c09 feat: optimize file tree performance 2021-12-23 11:43:09 +08:00
EnixCoda
da930bc35f feat: optimize resizing performance 2021-12-22 21:42:39 +08:00
EnixCoda
f88d7c0575 fix: extend native PJAX compatibility 2021-12-22 14:32:40 +08:00
EnixCoda
e5d4b6875f feat: update themes and add light high contrast mode 2021-12-22 11:38:16 +08:00
EnixCoda
d90e79f722 fix: color of active pin button 2021-11-02 21:32:13 +08:00
EnixCoda
4cee59133b 3.5.1 2021-11-02 21:15:26 +08:00
EnixCoda
5c92b9971f fix: resolve configVersion of value null 2021-11-01 22:11:36 +08:00
EnixCoda
74955989b0 3.5.0 2021-11-01 21:54:39 +08:00
EnixCoda
dd2a7d583a test: adjust test code for passing CI 2021-11-01 21:48:05 +08:00
EnixCoda
a483a4f7d3 chore: deprecate safeSetSize 2021-11-01 18:39:08 +08:00
EnixCoda
29b647d6c5 fix: sidebar content shifts after reducing window height 2021-11-01 18:39:08 +08:00
EnixCoda
8a662b1314 chore: migrate theme variables 2021-11-01 17:19:13 +08:00
EnixCoda
3904da736a refactor: simplify themes generator 2021-11-01 17:19:13 +08:00
EnixCoda
1ab96a12de feat: support colorblind themes 2021-11-01 17:19:13 +08:00
EnixCoda
98abbd3433 chore: check colors visually 2021-11-01 17:19:13 +08:00
EnixCoda
bd69007f4f chore: update GitHub color references 2021-11-01 16:06:51 +08:00
EnixCoda
869540b45c REPLACE 2021-11-01 16:06:51 +08:00
EnixCoda
740b9cbd60 chore: update CSS variables 2021-11-01 16:06:51 +08:00