Commit Graph
13 Commits
Author SHA1 Message Date
Régis FreydandGitHub b46fa4631c Better edit contact screen (#890) 2018-02-11 11:23:20 -05:00
Régis FreydandGitHub e78e140b9e Add support for custom genders (#879) 2018-02-04 15:44:26 -05:00
Régis FreydandGitHub 000aa04b76 Revert Laravel mix to 1.7.2 (#866) 2018-01-29 21:40:55 -05:00
greenkeeper[bot]andRégis Freyd 17804320c9 Update laravel-mix to version 2.0.0 (#847) 2018-01-28 15:17:29 -05:00
Régis FreydandGitHub 7f246922ed Add ability to mark a gift idea as being offered (#831) 2018-01-18 23:53:20 -05:00
Alexis SaettlerandGitHub 7f2d80ec3b Activate Greenkeeper (#791)
* chore(package): update dependencies
* docs(readme): add Greenkeeper badge
* Move greenkeeper badge on top of the page
2018-01-13 23:24:25 +01:00
Régis FreydandGitHub 1c618fbdf6 Update dependencies (#765) 2018-01-06 11:17:45 -05:00
Régis FreydandGitHub 76c75ce6e7 Add inline notes editing and favorites for notes (#672)
Notes are now edited inline (with Vue.js) and can be marked as favorites.
Favorite notes will appear on the dashboard in a new tab.
2017-12-04 09:55:47 -05:00
Régis FreydandGitHub 696d53587e Add notifications in Vue.js (#670)
This PR adds a first draft of notifications in app, using Vue.
It's not ideal yet. I don't know how to make a kind of centralized system to call it from all the Vue files without having to add `<notifications group="main" position="bottom right" />` in all the Vue files. If someone can help there 😀
2017-12-01 11:36:12 -05:00
Régis FreydandGitHub 7e367d67da Manage tasks in Vue.js (#666)
* Tasks are now edited inline
* Tasks can be marked as completed
* Tasks can be edited
2017-11-29 16:07:37 -05:00
Maurice WahbaandRégis Freyd 59d3531eac Upgrade frontend build system to mix (#597)
This replaces the old build system used by Laravel 5.3. If you had
a previous dev installation, you probably need to run those instructions
before doing any front end stuff:
```
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
```
2017-11-02 11:31:38 -04:00
Régis FreydandGitHub 7e1cd96bf5 Add API (#606)
This is the first part of the API. It supports most of contacts, as well as the
journal. This PR also brings Monica to Laravel 5.5, as the API required it with
the new concept of resources. It needs to run `php artisan migrate` as well as
`php artisan passport:keys` to generate the access tokens needed for the API.
2017-10-30 08:38:15 -04:00
Regis Freyd 2e6760e7db Migrate to organization 2017-02-16 19:21:44 -05:00