Commit Graph

12 Commits

Author SHA1 Message Date
f0fc8f287d Drop Moment.JS, use custom small lib for relative dates and formatting 2018-08-29 12:08:18 +02:00
6a70deec70 Upgrade to Webpack 4 + improve the build system 2018-08-06 23:29:17 +02:00
5063d6d4da Fix a bug with Moment locale in production build 2018-07-25 11:56:04 +02:00
0bf72e55f4 Use English locale as fallback 2018-07-22 16:15:50 +02:00
41db1c0d12 Localize MomentJS in Occitan as well 2018-07-21 18:27:02 +02:00
5e1c3e47fc Add occitan translation + better names for locales in Settings
Huge thanks to Quentin for this translation! https://framagit.org/phyks/cyclassist/merge_requests/1
2018-07-20 15:37:14 +02:00
3da34cb148 Use Zanata to handle translations 2018-07-20 15:15:26 +02:00
3e2e034fc8 Store settings in store, fix #12 2018-07-10 14:32:48 +02:00
9d4842b44c Clicking on a report now shows more infos and let users dismiss it
You should update your database by running
```
ALTER TABLE report ADD COLUMN (upvotes INTEGER NOT NULL, downvotes INTEGER NOT NULL)
```

Fix issue #8.
2018-07-06 15:39:35 +02:00
a4564ad053 Add the ability to add a report anywhere through long press + preferences section to set the locale 2018-06-28 14:40:56 +02:00
57bf538325 French translation + automatic select best matching locale 2018-06-28 11:15:48 +02:00
2d27e72b33 Initial commit 2018-06-25 18:29:57 +02:00