-
Notifications
You must be signed in to change notification settings - Fork 2
New PR #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
lucidNTR
wants to merge
75
commits into
main
Choose a base branch
from
push-nmxxoztpsoqr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
New PR #17
Changes from all commits
Commits
Show all changes
75 commits
Select commit
Hold shift + click to select a range
c29252e
try fixing tab focus
lucidNTR 3c82385
825a161
d3f524f
a901076
3fba81a
a658cc9
sidebpins on dnd
lucidNTR debcff8
debug log active tab
lucidNTR d49332f
dnd actions
lucidNTR 4373eeb
dnd reparenting
lucidNTR a9890aa
d00570e
9e0914b
44d1481
58991d6
try fixing losing active tab
lucidNTR 4d9c941
drag pinned tab support
lucidNTR 02aea12
frame border fixes
lucidNTR 8147469
space rename and color update
lucidNTR 43804ad
0fa5e2f
2dcee66
7b63528
store tab activation history
lucidNTR 531d10b
increase right toolbar size
lucidNTR d17ab83
remove individual entries from closed menu
lucidNTR bd6e045
fix color drop target
lucidNTR 9c7679f
bba4622
start multi pin support
lucidNTR 61c3ee3
9fbd502
try fixing actie frame restore on load
lucidNTR 3256db6
autoscroll support dnd
lucidNTR 908b246
70bfc93
811e4df
1e32e36
617c794
32f2517
4c856d4
45edccb
ea15a21
f17b12c
9a32a5d
327e915
f8248a4
45859da
16e92e6
103dbd8
1122d88
149cb31
bc68c34
8dadcfc
be6608f
28b1f8f
738f3e7
try fixing active frame restore
lucidNTR 062192b
cac5292
6827fe2
7dcb24a
f3928f7
588656a
84d6ad6
b14bf4b
4c31494
e188596
6c8b31d
d2987f4
7bd6e83
00dd837
99ec70a
1aa6f73
7bf59cc
1ded5ac
595fc57
99efc82
todos upt
lucidNTR fe35e4e
4184a9d
add basic ci
lucidNTR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| name: Checks | ||
|
|
||
| on: | ||
| pull_request: | ||
|
|
||
| jobs: | ||
| lint: | ||
| name: Lint | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Setup Docker Buildx | ||
| uses: docker/setup-buildx-action@v3 | ||
|
|
||
| - name: Build lint image | ||
| uses: docker/build-push-action@v6 | ||
| with: | ||
| context: . | ||
| file: ./Dockerfile | ||
| load: true | ||
| tags: darc-lint:ci | ||
| cache-from: type=gha | ||
| cache-to: type=gha,mode=max | ||
|
|
||
| - name: Run lint in container | ||
| run: docker run --rm darc-lint:ci pnpm lint | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.