Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plabayo/rama
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0-alpha.6
Choose a base ref
...
head repository: plabayo/rama
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Loading
Showing 554 changed files with 16,551 additions and 4,216 deletions.
7 changes: 5 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# These are supported funding model platforms

github: plabayo
polar: plabayo
buy_me_a_coffee: plabayo
custom: ["https://www.paypal.com/donate/?hosted_button_id=P3KCGT2ACBVFE", "https://plabayo.threadless.com/"]
custom:
[
"https://www.paypal.com/donate/?hosted_button_id=P3KCGT2ACBVFE",
"https://plabayo.threadless.com/",
]
1 change: 1 addition & 0 deletions .github/workflows/BrowserStack.yml
Original file line number Diff line number Diff line change
@@ -27,3 +27,4 @@ jobs:
env:
BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
RAMA_FP_STORAGE_COOKIE: ${{ secrets.RAMA_FP_STORAGE_COOKIE }}
Loading