Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
92f16a0
feat: add interactive device simulator component to showcase TimeMana…
suraj-yadav0 Jun 17, 2026
8e1b44c
feat: add theme-aware UI components, timesheet/task data models, and …
suraj-yadav0 Jun 17, 2026
b1474d3
feat: implement project summaries, task lists, activity logs, and set…
suraj-yadav0 Jun 17, 2026
0265d2c
feat: add dark mode styles for navigation components and update UI im…
suraj-yadav0 Jun 17, 2026
f1e61d5
feat: redesign settings screen with Ubuntu Touch style list components
suraj-yadav0 Jun 18, 2026
8ee6cbb
feat: implement Ubuntu Touch-style activities list with navigation ta…
suraj-yadav0 Jun 18, 2026
03e931b
feat: redesign project updates view with categorized cards, status ba…
suraj-yadav0 Jun 18, 2026
9a609f9
feat: overhaul about screen layout with new styles and detailed featu…
suraj-yadav0 Jun 18, 2026
4846e79
feat: add interactive simulator dimension controls and update scroll …
suraj-yadav0 Jun 18, 2026
cb49dd5
refactor: set default theme to light and remove theme toggle controls
suraj-yadav0 Jun 18, 2026
8baba69
refactor: rename projects and update user display names in mock dashb…
suraj-yadav0 Jun 19, 2026
adac491
implement responsive device scaling using ResizeObserver to maintain…
suraj-yadav0 Jun 26, 2026
6f32c22
ci: trigger github pages deployment on website-customDeviceSimulation
suraj-yadav0 Jun 26, 2026
78f87c6
style: fix simulator range labels visibility in light/dark modes
suraj-yadav0 Jun 26, 2026
4e15b29
docs: hide Features sidebar items and remove architecture flow diagram
suraj-yadav0 Jun 26, 2026
26e9bbb
Merge branch 'release/v1.2.9' into website-customDeviceSimulation
suraj-yadav0 Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- website-customDeviceSimulation
workflow_dispatch:

permissions:
Expand Down
4 changes: 0 additions & 4 deletions website/docs/technical/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ graph TD
UI -->|Import / Call| State
State -->|D-Bus / Sync Commands| Service
```

![Architecture Flow Diagram](/img/snapshots/architecture.png)
*Figure 1: Component layout and communication lines between UI, JavaScript models, and Python backend services.*

## Documentation intent

This technical section should answer:
Expand Down
4 changes: 2 additions & 2 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const sidebars = {
"user/overview",
"user/install-and-run",
"user/setup-and-sync",
"user/features",
"user/all-features",
// "user/features",
// "user/all-features",
"user/troubleshooting",
{
type: "category",
Expand Down
Loading
Loading