Skip to content

Commit

Permalink
✨ new time tracking view "Timeline"
Browse files Browse the repository at this point in the history
💄 minor UI improvements
🐛 bug fixes for the detailed time table view
🌐 updated French translation (thanks @julien6499)
🌐 added Russian translation (thanks @Rishats)
⬆️ updated Meteor.js to 2.12 including continued work on the async migration
🐳 fix Docker build
  • Loading branch information
faburem committed Jun 2, 2023
1 parent 988d617 commit 0775e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions imports/ui/styles/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

@import "{}/node_modules/bootstrap/scss/functions";
@import "{}/node_modules/bootstrap/scss/variables";
$enable-dark-mode: false;
@import "{}/node_modules/bootstrap/scss/maps";
@import "{}/node_modules/bootstrap/scss/mixins";
@import "{}/node_modules/bootstrap/scss/utilities";
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "titra",
"version": "0.93.0",
"version": "0.93.1",
"private": true,
"scripts": {
"start": "meteor run"
Expand Down

0 comments on commit 0775e25

Please sign in to comment.