Skip to content

Commit d9d6f36

Browse files
author
Florian Kromer
authored
add showcase taunorris (tauri-apps#236)
* add showcase taunorris * add missing description * fix typo
1 parent 11b1da3 commit d9d6f36

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

src/pages/showcase.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ const projects = [
4141
link: 'https://github.com/mmpneo/simple-obs-stt',
4242
screenshots: ['0.png'].map((image) => imgPath + 'simple-stt/' + image),
4343
},
44+
{
45+
title: 'TAUnorRIs',
46+
image: imgPath + 'taunorris/logo.png',
47+
link: 'https://github.com/fkromer/taunorris',
48+
screenshots: ['0.png'].map((image) => imgPath + 'taunorris/' + image),
49+
},
4450
]
4551

4652
const customStyles = {
118 KB
Loading
25.8 KB
Loading

translations/en.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"config": {
33
"announcementBar": {
4-
"betaSentence": "<div id='announcement-beta'>🚀 Tauri Beta has landed! <a target='_blank' rel='noopener noreferrer' href='https://dev.to/tauri/announcing-tauri-beta-more-efficient-crossplatform-apps-with-better-features-1nbd'>Click here for more details.</a></div>"
4+
"betaSentence": "<div id='announcement-beta'>🚀 Tauri Beta has landed! <a target='_blank' rel='noopener noreferrer' href='https://dev.to/tauri/announcing-tauri-beta-more-efficient-crossplatform-apps-with-better-features-1nbd'>Click here for more details.</a></div>"
55
},
66
"tagline": "Build smaller, faster, and more secure desktop applications with a web frontend"
77
},
@@ -85,7 +85,6 @@
8585
"label": "Native Notifications",
8686
"description": "Cross-platform notifications using polyfilled WEB API."
8787
},
88-
8988
{
9089
"label": "GH Action for Building Apps",
9190
"description": "Build your Web application as a Tauri binary for MacOS, Linux and Windows"
@@ -268,6 +267,9 @@
268267
},
269268
{
270269
"description": "Real-time speech-to-text/keyboard input captions for OBS."
270+
},
271+
{
272+
"description": "Local client for chucknorris.io built with Tauri and Vue.js 3."
271273
}
272274
],
273275
"yourProject": "Your project",
@@ -299,4 +301,4 @@
299301
"global": {
300302
"discover": "Discover"
301303
}
302-
}
304+
}

0 commit comments

Comments
 (0)