| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-02-04 | Adapt navigation bar to bootstrap 4 | Jocelyn Delalande | 1 | -4/+14 | |
| Also fixed some weird alignment issues. I think this will need more work later (revamp the navbar layout to avoid that sensation of thing which are floating at random places in the navbar). | |||||
| 2017-02-04 | Refactor layout based on bootstrap 4 grid | Jocelyn Delalande | 1 | -11/+6 | |
| 2017-02-04 | Update bootstrap dependency to bootstrap 4 | Jocelyn Delalande | 5 | -698/+18 | |
| 2016-06-16 | Hide the member weights in members list if all weights are "1". | Jocelyn Delande | 1 | -0/+8 | |
| 2016-06-16 | Added member edit form | Jocelyn Delande | 1 | -1/+0 | |
| 2016-06-15 | display an edit button on members list | Jocelyn Delande | 1 | -0/+5 | |
| 2016-06-15 | UI for showing user weights in user list | Jocelyn Delande | 1 | -0/+4 | |
| 2015-08-20 | Remove trailing whitespaces | Jocelyn Delande | 1 | -1/+1 | |
| 2012-11-25 | Increase max-height for modal | A.Avenel | 1 | -0/+4 | |
| so we can display more members without using scrollbars | |||||
| 2012-11-25 | Cosmetic changes for "add a bill" panel | A.Avenel | 1 | -10/+11 | |
| 2012-04-05 | Update to Boostrap v2. | Frédéric Sureau | 34 | -1309/+1724 | |
| Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. | |||||
| 2012-02-11 | Add QTip2 and use it to display a message about access code on the first page. | Adrien CLERC | 3 | -0/+15 | |
| 2012-02-09 | Use embedded fonts instead of Google. | Adrien CLERC | 1 | -1/+1 | |
| 2012-02-09 | Add font generated from FontSquirrel. The CSS have | Adrien CLERC | 8 | -0/+621 | |
| been slightly modified. | |||||
| 2012-01-28 | Changed delete feature to only support POST method. Fix #21. | Frédéric Sureau | 1 | -5/+10 | |
| 2011-11-28 | Fix a little styling mistake. Now the menu displays the right way | Alexis Metaireau | 1 | -1/+2 | |
| 2011-11-28 | add bootstrap-modal.js | Alexis Metaireau | 1 | -0/+260 | |
| 2011-11-28 | reorganize the static folder structure | Alexis Metaireau | 25 | -6/+19 | |
| 2011-11-27 | update bootstrap to the last version. Clean some css | Alexis Metaireau | 3 | -229/+372 | |
| 2011-11-27 | change the icons, simplify some javascript | Alexis Metaireau | 7 | -6/+31 | |
| 2011-11-24 | revert arnaud's commit about delete links | Alexis Metaireau | 3 | -19/+1 | |
| 2011-11-20 | Bill's members highlights in the balance in accordance with #69. | Tinmn | 1 | -1/+22 | |
| I'm not satisfied with the payer display but I have better in mind. | |||||
| 2011-11-20 | Addition of an auto hiding user information message in the add user text ↵ | Tinmn | 1 | -0/+27 | |
| field (with translation). | |||||
| 2011-11-17 | Minor CSS changes | Arnaud Bos | 1 | -1/+4 | |
| 2011-11-02 | First draft of fixing sidebar ugly hovering effect pointed in #51. | Arnaud Bos | 3 | -0/+14 | |
| 2011-11-01 | Replace edit / delete links by icons. Fix #49. | Arnaud Bos | 3 | -0/+13 | |
| 2011-11-01 | Improvement of the sidebar look. Related to #34. Fix #52. | Arnaud Bos | 2 | -5/+8 | |
| 2011-10-20 | Last selected payer and translations. Fix #47. | Arnaud Bos | 1 | -0/+17 | |
| - Last selected payer selected by default when creating a new bill - Fix some translation typos and modify a few labels | |||||
| 2011-10-18 | Minor changes to the slidebar. See #34 | Alexis Metaireau | 1 | -5/+8 | |
| 2011-10-18 | Paint sidebar in green. Close #34 | Arnaud Bos | 1 | -3/+14 | |
| 2011-10-17 | the format for the date is yy-mm-dd | Alexis Metaireau | 1 | -2/+2 | |
| 2011-10-16 | Add a datepicker (with support of i18n). Fix #37 | Alexis Metaireau | 18 | -0/+580 | |
| 2011-10-15 | fix a bit the UI (identifier on bill's list) | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-08 | Do not prompt the user with a 'prompt()' in javascript when deleting ↵ | Alexis Metaireau | 1 | -0/+4 | |
| members. Fix #29 | |||||
| 2011-10-08 | Add a password recovery feature. Fix #32 | Alexis Metaireau | 1 | -0/+6 | |
| 2011-09-18 | Merge branch 'master' into auth-forms-usability | Arnaud Bos | 1 | -2/+7 | |
| 2011-09-14 | Fix #26. Footer is now relative | Alexis Metaireau | 1 | -2/+7 | |
| 2011-09-14 | Make the identifier clearer to the end-user. | Arnaud Bos | 1 | -0/+5 | |
| - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. | |||||
| 2011-08-25 | change the color of the font in the main page | Alexis Metaireau | 1 | -0/+2 | |
| 2011-08-21 | style the send invitations page | Alexis Metaireau | 1 | -0/+5 | |
| 2011-08-21 | Fix a weird behavior with tests and databases. | Alexis Metaireau | 1 | -0/+19 | |
| Now all the database during the tests is in memory, created for each test and cleared at the end of the test. | |||||
| 2011-08-21 | some more design fixes | Alexis Metaireau | 1 | -4/+8 | |
| 2011-08-21 | include bootstrap.css in the files to avoid weird changes in the future, Add ↵ | Alexis Metaireau | 2 | -4/+241 | |
| a mention about the freedom of the project. Fixes #16 | |||||
| 2011-08-21 | graph some stuff from the spiral website | Alexis Metaireau | 2 | -1/+31 | |
| 2011-08-21 | minor styling changes (homepage) | Alexis Metaireau | 1 | -0/+1 | |
| 2011-08-21 | Re-design (Fixes #19) | Alexis Metaireau | 34 | -1985/+11 | |
| 2011-08-10 | Make flash messages go away after 2 seconds. | Alexis Metaireau | 1 | -0/+7 | |
| 2011-08-10 | Margin added between the add bill button and the bill list. | Frédéric Sureau | 1 | -0/+4 | |
| 2011-08-10 | use checkboxes rather than select multiple. Fixes #10 | Alexis Metaireau | 2 | -0/+12 | |
| 2011-08-09 | Styling stuff. Fixes #9 (Adds a menu) | Alexis Metaireau | 1 | -23/+48 | |
