Skip to content

Commit bd7ff26

Browse files
committed
v0.1.2 - Beta
This is a beta version, needs polishing, testing and is not complete, you SHOULD NOT use this as a production app. This update starts the addition of a local database so the app works even offline, synchronizing to the external database after ethernet connection is restored. This update also adds some new UI features to make it more user friendly, mainly when the user punches his card. Also fixed some other things, such as the Toaster not working properly and etc. Next update I'll add a proper README and MAYBE some translations to EN-US.
1 parent 41f59c1 commit bd7ff26

Some content is hidden

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

59 files changed

+6286
-5128
lines changed

package-lock.json

Lines changed: 25 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pontuall",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -21,6 +21,7 @@
2121
"@radix-ui/react-label": "^2.1.0",
2222
"@radix-ui/react-progress": "^1.1.0",
2323
"@radix-ui/react-select": "^2.1.1",
24+
"@radix-ui/react-separator": "^1.1.0",
2425
"@radix-ui/react-slot": "^1.1.0",
2526
"@radix-ui/react-toast": "^1.2.2",
2627
"@radix-ui/react-tooltip": "^1.1.2",

0 commit comments

Comments
 (0)