Commit Graph

71 Commits

Author SHA1 Message Date
AmintaCCCP
d78bcd75d6 fix workflow 2025-09-23 16:47:44 +08:00
AmintaCCCP
e0af19dd2e Revert "fix workflow"
This reverts commit 0678fe9b04.
2025-09-23 16:37:52 +08:00
AmintaCCCP
0678fe9b04 fix workflow 2025-09-23 16:10:43 +08:00
AmintaCCCP
69f4a0788c fix bug v0.1.5 2025-09-23 15:51:15 +08:00
tamina
b2c49460ab Merge pull request #25 from rootwhois/main
feat(repositories): switch to infinite scroll with consistent card widths
2025-09-23 15:36:52 +08:00
rootwhois
b7ad4558ef feat(repositories): switch to infinite scroll with consistent card widths
- Replace pagination with on-demand infinite scrolling (load 50 per batch)
- Use IntersectionObserver and a bottom sentinel to trigger loading
- Update stats to show current range “X–Y / N repositories”
- Switch from CSS columns to fixed grid to ensure consistent card widths
- Remove pagination state and controls
- Clean up unused variables and resolve lint warnings

UX: smoother scrolling, stable card widths, more natural loading behavior.
2025-09-16 21:40:42 +08:00
tamina
e095d955e1 Merge pull request #23 from VancySavoki/fix/build-and-drag-window
feat(Header):  Add drag and no-drag regions for desktop app
2025-09-03 14:11:52 +08:00
VancySavoki
babe33e616 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 20:01:28 +08:00
VancySavoki
1b914584e3 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 19:28:31 +08:00
VancySavoki
deb015ca8c feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 17:51:15 +08:00
VancySavoki
36636c5d31 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 17:40:57 +08:00
GitButler
07684356b4 GitButler Workspace Commit
This is a merge commit the virtual branches in your workspace.

Due to GitButler managing multiple virtual branches, you cannot switch back and
forth between git branches and virtual branches easily. 

If you switch to another branch, GitButler will need to be reinitialized.
If you commit on this branch, GitButler will throw it away.

Here are the branches that are currently applied:
 - fix/build-and-drag-window (refs/gitbutler/fix/build-and-drag-window)
   - electron-builder.yml
   - dist/index.html
For more information about what we're doing here, check out our docs:
https://docs.gitbutler.com/features/virtual-branches/integration-branch
2025-09-01 17:37:52 +08:00
VancySavoki
d4475a644d feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 17:34:47 +08:00
VancySavoki
f5d7819fc7 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 17:31:39 +08:00
VancySavoki
724bce3ff4 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 17:25:42 +08:00
VancySavoki
e49d20dcdb feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 15:58:07 +08:00
Savoki
da13c7b759 feat(Header): Add drag and no-drag regions for desktop app
* Implemented `.hd-drag` and `.hd-btns` classes for better window management in the Electron app.
* Updated `Header.tsx` to utilize these new classes for improved user experience.
2025-09-01 15:26:45 +08:00
tamina
7cddb5e480 Merge pull request #14 from CrisChr/bugfix/#10
bugfix[#10]:修复ai分析过程中,切换Header导致分析进度变为0的问题
2025-08-23 00:47:27 +08:00
CrisChr
83bf2d9334 bugfix[#10] 2025-08-21 14:17:18 +08:00
AmintaCCCP
3272ff2d66 Add Docker support. 2025-08-14 16:37:05 +08:00
AmintaCCCP
ca65dc53ec 0.1.4 2025-08-12 21:10:49 +08:00
AmintaCCCP
3783e120ad 0.1.4 2025-08-12 21:09:41 +08:00
AmintaCCCP
3372552391 0.1.4 v0.1.4 2025-08-12 20:48:52 +08:00
AmintaCCCP
4ef03f9dec 0.1.4 2025-08-12 20:15:01 +08:00
AmintaCCCP
0b5d01fbb2 0.1.4 2025-08-12 20:12:51 +08:00
AmintaCCCP
83bbc588db 0.1.4 2025-08-12 20:01:43 +08:00
AmintaCCCP
73c9f9ec9e update readme 2025-08-05 14:14:40 +08:00
AmintaCCCP
28cd6defae update readme 2025-08-04 14:00:16 +08:00
AmintaCCCP
682695f1d1 0.1.3 v0.1.3 2025-08-03 16:49:39 +08:00
AmintaCCCP
edb68290c9 update check 2025-08-03 16:20:59 +08:00
AmintaCCCP
a9e8d8ce15 Merge branch 'main' of https://github.com/AmintaCCCP/GithubStarsManager 2025-08-03 16:15:59 +08:00
AmintaCCCP
a6c39b133c update check 2025-08-03 16:15:09 +08:00
tamina
f811326705 Delete .github/workflows/build-web.yml 2025-08-02 23:13:43 +08:00
AmintaCCCP
be6aecde26 0.1.2 v0.1.2-fix 2025-08-02 22:56:22 +08:00
AmintaCCCP
fede78ad60 0.1.2 v0.1.2 2025-08-02 22:16:21 +08:00
AmintaCCCP
27c296363e 0.1.2 2025-08-02 21:40:57 +08:00
AmintaCCCP
0ddf669b95 0.1.2 2025-08-02 21:09:53 +08:00
AmintaCCCP
63afd794e0 0.1.2 2025-08-02 20:20:28 +08:00
AmintaCCCP
46d34141f4 0.1.2 2025-08-02 20:00:59 +08:00
AmintaCCCP
99feea5894 update readme 2025-07-31 15:40:25 +08:00
AmintaCCCP
fca1f66c58 0.1.1 v0.1.1 2025-07-29 17:42:59 +08:00
AmintaCCCP
277c340fbf 0.1.1 2025-07-29 17:40:55 +08:00
AmintaCCCP
055bff5b30 0.1.1 2025-07-29 16:22:12 +08:00
AmintaCCCP
bafb30efe0 0.1.1 2025-07-29 15:50:13 +08:00
AmintaCCCP
2507df29b1 0.1.0 2025-07-29 15:07:12 +08:00
AmintaCCCP
a46cff964d 0.1.0 2025-07-29 14:38:31 +08:00
AmintaCCCP
9acbdc93f1 0.1.0 2025-07-28 23:10:11 +08:00
AmintaCCCP
e8c4b2ee66 0.1.0 2025-07-28 22:58:19 +08:00
AmintaCCCP
2ffa355fa5 0.1.0 2025-07-28 22:55:25 +08:00
AmintaCCCP
e69538abb7 0.1.0 2025-07-28 22:52:14 +08:00