Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 3. Navigation & User Interface
2
3
![Dashboard](../images/dashboard.png)
4
5
The FilaMan user interface is divided into two main areas:
6
7
## Sidebar (Left Navigation)
8
9
The sidebar contains all main menu items:
10
11
| Icon | Menu Item | Description |
12
|------|-----------|-------------|
13
| 🟩 | **Dashboard** | Overview page with statistics |
14
| 📊 | **Manufacturers** | Manufacturer management |
15
| 🔵 | **Filaments** | Filament management |
16
| ⭕ | **Spools** | Spool inventory management |
17
| 🗂️ | **Locations** | Storage location management |
18
| 🖨️ | **Printers** | Printer management |
19
| 🛡️ | **Admin Panel** | Administration (admins only) |
20
21
At the bottom of the sidebar you will find:
22
- Your **username** and **role**
23
- The **⚙️ settings icon** (opens personal settings)
24
- The **→ logout icon** (signs you out)
25
- **Color theme switcher** (Default / Light / Dark)
26
27
## Main Area (Right)
28
29
The main area displays the content of the currently selected page. All pages follow a consistent layout:
30
- **Page title** top left
31
- **Action buttons** top right (e.g. "Add Spool")
32
- **Filters and search** below the title
33
- **Table or card view** in the main area
34
35
## Switching the Color Theme
36
37
In the bottom left of the sidebar you can choose between three color themes:
38
- **Default** – Dark green theme (standard)
39
- **Light** – Light theme
40
- **Dark** – Dark theme
41
42
---
43
fe70cf Manuel Weiser 2026-03-09 08:10:11
Update documentation links to use consistent casing and absolute paths - Changed links in German documentation to use absolute paths with consistent casing. - Updated links in English documentation to follow the same format. - Ensured all navigation links point to the correct sections across all documents.
44
← [Back: Login](/Docs/En/02-Login) | [Next: Dashboard →](/Docs/En/04-Dashboard)