Commit Graph

178 Commits

Author SHA1 Message Date
a041b0fa48 🐛 (transaction) display pay for 2020-08-29 12:18:45 +02:00
8bb47289c7 🐛 (transaction) init transaction date 2020-08-27 23:04:00 +02:00
8860925b76 (date-fns) 2020-08-27 23:03:45 +02:00
9fadd24b8c 🐛 (transaction list) add timestamp to transaction date 2020-08-27 22:21:04 +02:00
8d498b57e5 🐛 (transaction) pay by is mandatory 2020-08-27 22:12:40 +02:00
64a781e761 💄 (fab) fix padding right 2020-08-27 21:54:33 +02:00
b94f66274a (transaction tag) add drink tag! 2020-08-27 21:44:39 +02:00
57c87fa40b 🐛 (transaction) try to fix focus on validating 2020-08-25 22:35:46 +02:00
d6e07dcc01 ♻️ (account) set account id in store when public 2020-08-25 21:44:01 +02:00
35530ab264 🐛 (transaction) init location to null 2020-08-25 21:36:11 +02:00
f4f54a0b33 🐛 (account) init live for public account created 2020-08-25 21:12:56 +02:00
06eb76cece 🐛 (account card) remove unecessary link 2020-08-25 21:12:32 +02:00
e974facc28 🐛 (sync) init sync if online 2020-08-25 20:58:56 +02:00
5191d2e32c 🐛 (transaction) fix notif in transactions 2020-08-25 20:37:21 +02:00
16d0e9dcb0 💄 (tag) better agencement 2020-08-25 20:07:31 +02:00
95e3b1ec3e 🌐 (login) all lower case 2020-08-23 12:26:26 +02:00
45de1d2ec6 (share) add error notif if the account doesn't exist 2020-08-23 12:21:43 +02:00
9e006a16dc 🐛 (share) go to account after first sync 2020-08-23 12:08:12 +02:00
7819c762fb Merge branch 'master' of github.com:jcalixte/vaquant 2020-08-23 11:58:55 +02:00
e3d0bd1008 🐛 (share) fix share url 2020-08-23 11:56:34 +02:00
Julien Calixte
9c4ff51a66 Merge pull request #4 from jcalixte/dependabot/npm_and_yarn/lodash-4.17.19
⬆️ Bump lodash from 4.17.15 to 4.17.19
2020-08-12 14:01:04 +02:00
Julien Calixte
69f705caee Merge pull request #5 from jcalixte/dependabot/npm_and_yarn/elliptic-6.5.3
⬆️ Bump elliptic from 6.5.2 to 6.5.3
2020-08-12 09:13:44 +02:00
dependabot[bot]
c6f4027ef7 ⬆️ Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 20:22:53 +00:00
dependabot[bot]
7fdcb1851d ⬆️ Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 06:07:00 +00:00
1d88fe66ef 🔧 (pwa) revert display to standalone
it looks weird on android otherwise
2020-06-30 23:01:53 +02:00
6933601977 💄 (account card) fix account card disposition in account grid 2020-06-21 14:59:58 +02:00
Julien Calixte
71e68daf48 🔧 (pwa) test minimal-ui display 2020-05-21 07:16:38 +02:00
da5d518e90 fix style for transaction item 2020-05-20 13:18:37 +02:00
3508a75c6a remove obsolete css rules for notyf 2020-05-20 13:10:00 +02:00
f764af4220 fix css.gg import 2020-05-20 13:03:51 +02:00
Julien Calixte
7414608ed8 🎨 (account card) better color contrast 2020-04-25 01:06:05 +02:00
Julien Calixte
8698d94acb 🐛 (account) fix share container margin 2020-04-25 01:05:47 +02:00
Julien Calixte
6991053b53 ✏️ (fab) correct component name 2020-04-25 01:05:27 +02:00
Julien Calixte
544e471fe6 🎨 (transaction) location input is now at flex 1 2020-04-23 19:57:15 +02:00
Julien Calixte
998c75e490 🎨 (tag) remove padding and margin for tag tables 2020-04-23 19:50:30 +02:00
Julien Calixte
2578aff2ae (chart) add progress chart to simplify with the pie chart 2020-04-18 12:26:53 +02:00
Julien Calixte
a0ce8a8aab ✏️ (queue notif) disponible! 2020-04-11 15:19:07 +02:00
Julien Calixte
4913815156 Merge pull request #2 from jcalixte/feature/new-version
feature/new version
2020-04-11 15:12:25 +02:00
Julien Calixte
5050b71631 (online offline) lazyload online offline component 2020-04-11 15:07:29 +02:00
Julien Calixte
a39419238d Merge pull request #1 from jcalixte/feature/new-version
new version button
2020-04-11 15:04:13 +02:00
Julien Calixte
f74820e928 (app) add update app version button in header! 2020-04-11 14:52:18 +02:00
Julien Calixte
fd2c046c2c (account) disable add user button if empty 2020-04-11 14:26:58 +02:00
Julien Calixte
972f7224d6 🎨 (account) vertical form to add more white spaces 2020-04-11 14:26:31 +02:00
Julien Calixte
6600e68ad3 🎨 (account card) change light value for gradient 2020-04-11 14:25:30 +02:00
Julien Calixte
b79569102d ♻️ (notif) add queue notif service to lazy load notif lib 2020-04-11 01:05:25 +02:00
Julien Calixte
8a76042625 ♻️ (transaction) quick refactoring 2020-04-10 22:13:37 +02:00
Julien Calixte
92a63e9616 (transaction) implementation of currency input lib 2020-04-05 11:55:34 +02:00
Julien Calixte
2aef349699 (transaction) add great currency input lib for amount 2020-04-05 11:55:18 +02:00
Julien Calixte
0bf35486f2 🐛 (account settings) always display settings tab 2020-04-04 22:27:48 +02:00
Julien Calixte
5afac3cfc0 🎨 (account share) remote unecessary hr 2020-04-04 22:10:37 +02:00