Fleio frontend¶
The minified frontend code is in path /var/webapps/fleio/frontend/
.
The frontend uses the following technologies:
- JavaScript
- AngularJS
- AngularJS Material
- Angular
- Angular Material
- other JavaScript modules
You can make a few basic settings, like changing the top logo, default language, default items list display style
(material design card or table), from the constants.js
file. Read more in Frontend settings.
Important
If you are adding or changing Fleio files, other than Fleio setting files that are stored in docker volumes, see Adding or changing files in Fleio docker images.
If you want to add your own code to the Fleio frontend in a safe way, without changing core files (and avoiding future merge work on every update) see Frontend customization.
If you want to customize the frontend, we can also provide you the full JavaScript source code of the frontend project.
You can modify the backend or the frontend code, but be aware that future Fleio updates will need to be merged with your modified code when you want to update your installation to a newer version.