aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/home.html
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Absolute imports & some other improvements (#243)Alexis Metaireau1-56/+0
* Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI.
2017-06-11More responsive layout (#213)Lucas Verney1-4/+4
Fix navbar responsiveness on mobile.
2017-05-18Public project creation and admin permissions (#210)0livd1-0/+4
* Add a @requires_admin decorator It can be used to protect specific endpoints with ADMIN_PASSWORD (a password that is stored unencrypted in the settings) The decorator has no effect if ADMIN_PASSWORD is an empty string (default value) * Require admin permissions to access create project endpoint When ADMIN_PASSWORD is not empty, project creation form on the home page will be replaced by a link to the create project endpoint so one is able to enter the admin password before filling the form
2017-05-17Add ACTIVATE_DEMO_PROJECT setting (#209)0livd1-0/+2
When set to False (True by default), it deactivates the demo project
2017-02-04Adapt tryout button to bootstrap 4Jocelyn Delalande1-1/+1
Trying to keep same look'n'feel.
2017-02-04Refactor layout based on bootstrap 4 gridJocelyn Delalande1-15/+9
2017-02-04Adapt to bootstrap 4 formsJocelyn Delalande1-2/+2
- Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers
2012-04-05Update to Boostrap v2.Frédéric Sureau1-47/+40
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC1-0/+21
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau1-1/+1
2011-10-18Paint sidebar in green. Close #34Arnaud Bos1-1/+1
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-8/+8
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-10-08Add a password recovery feature. Fix #32Alexis Metaireau1-0/+1
2011-09-09Refactor the application to use blueprints.Alexis Metaireau1-3/+3
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-21Fix a weird behavior with tests and databases.Alexis Metaireau1-8/+12
Now all the database during the tests is in memory, created for each test and cleared at the end of the test.
2011-08-21include bootstrap.css in the files to avoid weird changes in the future, Add ↵Alexis Metaireau1-1/+1
a mention about the freedom of the project. Fixes #16
2011-08-21add a demo feature (see #16)Alexis Metaireau1-1/+1
2011-08-21wordingAlexis Metaireau1-1/+1
2011-08-21graph some stuff from the spiral websiteAlexis Metaireau1-17/+28
2011-08-21styling & usabilityAlexis Metaireau1-1/+1
2011-08-21minor styling changes (homepage)Alexis Metaireau1-1/+2
2011-08-21minor changes to the homepageAlexis Metaireau1-13/+17
2011-07-31Some more theming and fixes.Alexis Metaireau1-27/+11
2011-07-31List the projects in session into the home page.Alexis Metaireau1-6/+8
This allows easier access when people don't remembre the name / url of their projects.
2011-07-30List existing sessions on the home.Alexis Metaireau1-10/+17
Also factorize the code to display errors in forms.
2011-07-30Uses blueprint classes rather than floats.Alexis Metaireau1-3/+3
2011-07-29Adding bill worksFrédéric Sureau1-2/+2
2011-07-29Homepage created and project authentication refactoredFrédéric Sureau1-0/+28