Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Dev #244

Merged
merged 37 commits into from
Oct 27, 2023
Merged

Dev #244

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
6e9756b
Add Ripple
Rec1dite Oct 5, 2023
264f18f
Fix errors not caught when running node UI initializer
Rec1dite Oct 5, 2023
76678b7
Add `align` property to media output TextBox; Add string input node
Rec1dite Oct 5, 2023
56c8362
Move Blink to submodule
Rec1dite Oct 5, 2023
c0c286d
Add TextBox alignment parameter; Bump Ripple
Rec1dite Oct 6, 2023
4add4f1
Update submodules
ArmandKrynauw Oct 6, 2023
bf7e0c3
Remove __mocks__
ArmandKrynauw Oct 6, 2023
925f9a0
Refactor assets to be linked to a project
SharkmanZA Oct 19, 2023
4ed867e
Fix app closing on macOS
SharkmanZA Oct 19, 2023
93ae265
Ensure manual quit when closing window on macOS
SharkmanZA Oct 20, 2023
b2b9100
Add toast messages for asset manipulation
SharkmanZA Oct 20, 2023
bec0881
Fix bugs causing pane deletion to kill Splitpanes
ArmandKrynauw Oct 21, 2023
3cb9902
Add some call to actions on empty projects page
ArmandKrynauw Oct 21, 2023
fcb8004
Merge pull request #237 from COS301-SE-2023/fix/panes
Rec1dite Oct 21, 2023
c62c138
Merge pull request #235 from COS301-SE-2023/fix/app-quit-listener
ArmandKrynauw Oct 22, 2023
c38c7d9
Only show toasts for assets on error
ArmandKrynauw Oct 22, 2023
776c6e7
Merge pull request #234 from COS301-SE-2023/refactor/assets
ArmandKrynauw Oct 22, 2023
116d7f6
Implement new layer-based gravity system
Rec1dite Oct 25, 2023
47cfda3
Fix "WebView must be attached to the DOM ..." on media tile destroyed
Rec1dite Oct 25, 2023
bfd6e22
Refactor Projects (#233)
SharkmanZA Oct 26, 2023
76b9103
Fix Webview swalling Blip click/drag event
ArmandKrynauw Oct 26, 2023
ebf546d
Fix Import
Klairgo Oct 26, 2023
935ddbf
Merge branch 'dev' into fix/assest
ArmandKrynauw Oct 26, 2023
0c9f0c2
Inital changes to try fix asset remaining importing
ArmandKrynauw Oct 26, 2023
945bb4e
New Gravity System #240
ArmandKrynauw Oct 26, 2023
3d472a5
Fix removeCache when project close
Klairgo Oct 26, 2023
3b9e7c4
I hate autosave
SharkmanZA Oct 26, 2023
cc8709d
Add dynamic accent color througout app
ArmandKrynauw Oct 3, 2023
fb32d68
Persist accent color
ArmandKrynauw Oct 26, 2023
7fbd3a6
Dynamic Accent Colors #242
ArmandKrynauw Oct 26, 2023
ba1b799
Hot fix for accent colors
ArmandKrynauw Oct 26, 2023
d1cf161
Fix asser saving
SharkmanZA Oct 26, 2023
e846523
Merge pull request #243 from COS301-SE-2023/fix/assest
ArmandKrynauw Oct 26, 2023
ff9a840
Small AI fix
ArmandKrynauw Oct 27, 2023
e3992d7
Merge pull request #241 from COS301-SE-2023/feature/add-multiple-assets
ArmandKrynauw Oct 27, 2023
5d97076
Fix remove assets
SharkmanZA Oct 27, 2023
1302d02
Fix bug
CenturionLC Oct 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ coverage:
# basic
target: 0%
threshold: 10%
# advanced settings
branches:
# advanced settings
branches:
- master
- dev
- feature/projects
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
informational: true
only_pulls: false
patch:
default:
informational: true
comment: false
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name: Build/release
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev

jobs:
Build:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,3 @@ tsconfig.electron.prod.json
tsconfig.svelte.prod.json

__pycache__

6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "blix-plugins/ripple"]
path = blix-plugins/ripple
url = https://github.com/BlixEditor/ripple
[submodule "blix-plugins/blink"]
path = blix-plugins/blink
url = https://github.com/BlixEditor/blink
3 changes: 0 additions & 3 deletions __mocks__/hello-plugin/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions __mocks__/hello-plugin/package.json

This file was deleted.

75 changes: 0 additions & 75 deletions __mocks__/hello-plugin/src/main.js

This file was deleted.

26 changes: 0 additions & 26 deletions __mocks__/svelvet.js

This file was deleted.

1 change: 1 addition & 0 deletions blix-plugins/blink
Submodule blink added at 3b1b3d
1 change: 0 additions & 1 deletion blix-plugins/blink/.gitignore

This file was deleted.

34 changes: 0 additions & 34 deletions blix-plugins/blink/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions blix-plugins/blink/global.d.ts

This file was deleted.

Loading
Loading