Skip to content

Commit 31d99f5

Browse files
committed
feat: Tweak various Baleada Features docs, document a few new Baleada Logic pipes
1 parent f2a184e commit 31d99f5

44 files changed

Lines changed: 411 additions & 127 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="manifest" href="/site.webmanifest">
1111
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#58b8e4">
1212
<meta name="msapplication-TileColor" content="#2b5797">
13-
<meta name="theme-color" content="#ffffff">
13+
<meta name="theme-color" content="#daf2fb">
1414

1515
<meta hid="description" name="description" content= "Documentation for Baleada, a toolkit for building web apps." />
1616
<meta hid="keywords" name="keywords" content= "baleada, documentation, user interface logic, vue composition functions, react hooks, vue components, react components, icons, vite configuration, rollup configuration, webpack configuration" />

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"dependencies": {
4848
"@alexvipond/mulago": "^0.0.0",
4949
"@babel/runtime": "^7.25.0",
50-
"@baleada/logic": "^0.24.12",
50+
"@baleada/logic": "^0.24.16",
5151
"@baleada/vue-composition": "^0.11.1",
52-
"@baleada/vue-features": "^0.14.4",
52+
"@baleada/vue-features": "^0.14.7",
5353
"@baleada/vue-heroicons": "^0.1.2",
5454
"@baleada/vue-octicons": "^0.1.0",
5555
"@baleada/vue-prose": "^0.15.3",

public/android-chrome-192x192.png

3.32 KB
Loading

public/android-chrome-512x512.png

8.93 KB
Loading

public/apple-touch-icon.png

-1.5 KB
Loading

public/browserconfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<msapplication>
44
<tile>
55
<square150x150logo src="/mstile-150x150.png"/>
6-
<TileColor>#603cba</TileColor>
6+
<TileColor>#2b5797</TileColor>
77
</tile>
88
</msapplication>
99
</browserconfig>

public/favicon-16x16.png

38 Bytes
Loading

public/favicon-32x32.png

153 Bytes
Loading

public/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)