diff --git a/README.md b/README.md index f855769..3cb3742 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ By default firegex will start in a multithread configuration using the number of The default port of firegex is 4444. At the startup you will choose a password, that is essential for your security. All the configuration at the startup is customizable in [firegex.py](./start.py) or directly in the firegex interface. -![Firegex Network scheme](docs/Firegex_Screenshot.jpg) +![Firegex Network scheme](docs/Firegex_Screenshot.png) ## Functionalities diff --git a/docs/FiregexInternals.png b/docs/FiregexInternals.png index d924e3f..065c78d 100644 Binary files a/docs/FiregexInternals.png and b/docs/FiregexInternals.png differ diff --git a/docs/Firegex_Screenshot.jpg b/docs/Firegex_Screenshot.jpg deleted file mode 100644 index 2a6e8a8..0000000 Binary files a/docs/Firegex_Screenshot.jpg and /dev/null differ diff --git a/docs/Firegex_Screenshot.png b/docs/Firegex_Screenshot.png new file mode 100644 index 0000000..398ff42 Binary files /dev/null and b/docs/Firegex_Screenshot.png differ diff --git a/frontend/README.md b/frontend/README.md index 32b0cdd..c13d6b4 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,11 +1,11 @@ # Firegex Frontend -![Firegex Frontend](../docs/Firegex_Screenshot.jpg) +![Firegex Frontend](../docs/Firegex_Screenshot.png) -The frontend of firegex is written using create-react-app. +The frontend of firegex is written using vite. The routing of the pages is managed by react-router 6 and the graphics is mainly managed by the framework [Mantine](https://mantine.dev) and icons provided by [React Icons](https://react-icons.github.io/react-icons/). The style of the page is written with [sass](https://sass-lang.com/). The page is auto-updated by a global timeout and also thanks to socket.io that raise an event triggering all parts of the app that requires fetch updated data from the backend, the update of these data. -## [GO BACK](../README.md) \ No newline at end of file +## [GO BACK](../README.md)