aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/layout.html
AgeCommit message (Collapse)AuthorFilesLines
2017-02-04Adapt navigation bar to bootstrap 4Jocelyn Delalande1-22/+17
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-04Refactor layout based on bootstrap 4 gridJocelyn Delalande1-7/+8
2017-02-04Update bootstrap dependency to bootstrap 4Jocelyn Delalande1-1/+2
2017-01-30Factor navbar between list_bills and settle_billJocelyn Delalande1-2/+2
2013-04-07bugfix : "Settle" link was not active on navbar.A.Avenel1-0/+2
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel1-0/+1
Conflicts: budget/templates/layout.html budget/templates/list_bills.html
2012-09-03Bugfix : calendar widget not working when you edit a bill.A.Avenel1-1/+9
2012-04-05Update to Boostrap v2.Frédéric Sureau1-62/+44
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-03-12Split bills function and basic template.Xavier Mehrenberger1-0/+3
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC1-0/+1
2011-11-28Fix a little styling mistake. Now the menu displays the right wayAlexis Metaireau1-1/+1
2011-11-28reorganize the static folder structureAlexis Metaireau1-2/+3
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau1-4/+6
2011-11-27Fix #54. The flash message is now in greenAlexis Metaireau1-1/+1
2011-11-02See #54. Move the flashing message to absolute positionning to avoid ↵Arnaud Bos1-3/+5
annoying shifting of the bills list.
2011-11-02Bug fix in order to show the calendar widget when you edit a bill. Also fix ↵A.Avenel1-1/+1
another bug related to cancel button.
2011-10-18Minor changes to the slidebar. See #34Alexis Metaireau1-1/+1
2011-10-18Paint sidebar in green. Close #34Arnaud Bos1-3/+3
2011-10-18change the link in the footer as wellAlexis Metaireau1-1/+1
2011-10-17Add the ability to change the language explicitely. I'm not sure the UI is ↵Alexis Metaireau1-1/+9
better with this. Any thoughts are welcome. Fix #35
2011-10-16Add a datepicker (with support of i18n). Fix #37Alexis Metaireau1-1/+2
2011-10-15clicking on the logo should return on the homepageAlexis Metaireau1-1/+1
2011-10-15add the project's title in the list of billsAlexis Metaireau1-1/+1
2011-10-15remove the archive feature for nowAlexis Metaireau1-1/+0
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-9/+9
The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12
2011-09-18Merge branch 'master' into auth-forms-usabilityArnaud Bos1-2/+2
2011-09-14Provide a way to edit a project. Fix #17Alexis Metaireau1-1/+1
2011-09-14Fix #26. Footer is now relativeAlexis Metaireau1-1/+1
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-1/+1
- 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-09-09Refactor the application to use blueprints.Alexis Metaireau1-5/+5
This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways.
2011-08-21include bootstrap.css in the files to avoid weird changes in the future, Add ↵Alexis Metaireau1-0/+5
a mention about the freedom of the project. Fixes #16
2011-08-21graph some stuff from the spiral websiteAlexis Metaireau1-0/+3
2011-08-21styling & usabilityAlexis Metaireau1-1/+8
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-22/+60
2011-08-10Make flash messages go away after 2 seconds.Alexis Metaireau1-2/+12
2011-08-10Add some simple javascript for usability.Alexis Metaireau1-0/+2
* Ask confirmation before deleting an user * Display the form when clicking on the add bill button * Only show the delete button (for users) on mouse over.
2011-08-09Styling stuff. Fixes #9 (Adds a menu)Alexis Metaireau1-6/+5
2011-07-31Some more theming and fixes.Alexis Metaireau1-0/+1
2011-07-31Adding a bill is now working properlyAlexis Metaireau1-1/+1
2011-07-30List existing sessions on the home.Alexis Metaireau1-3/+1
Also factorize the code to display errors in forms.
2011-07-23Manage users creationAlexis Metaireau1-10/+5
2011-07-23Kick-start multiple projects support.Alexis Metaireau1-3/+1
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)
2011-03-10reshape the folder structure. Add conf filesAlexis Metaireau1-0/+34