Compare commits
2 Commits
7ebf45e984
...
0df7cd04af
| Author | SHA1 | Date |
|---|---|---|
|
|
0df7cd04af | |
|
|
0b2b2d2ad4 |
|
|
@ -0,0 +1,15 @@
|
|||
project_name: "rSpace Online"
|
||||
default_status: "To Do"
|
||||
statuses: ["To Do", "In Progress", "Done"]
|
||||
labels: []
|
||||
milestones: []
|
||||
date_format: yyyy-mm-dd
|
||||
max_column_width: 20
|
||||
default_editor: "nvim"
|
||||
auto_open_browser: true
|
||||
default_port: 6420
|
||||
remote_operations: true
|
||||
auto_commit: false
|
||||
bypass_git_hooks: false
|
||||
check_active_branches: true
|
||||
active_branch_days: 30
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
id: task-1
|
||||
title: 'Add [rS] favicon and fix shape interactions'
|
||||
status: Done
|
||||
assignee: []
|
||||
created_date: '2026-01-02 14:28'
|
||||
updated_date: '2026-01-02 14:29'
|
||||
labels:
|
||||
- ui
|
||||
- branding
|
||||
- bugfix
|
||||
dependencies: []
|
||||
priority: medium
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
<!-- SECTION:DESCRIPTION:BEGIN -->
|
||||
Generated and deployed [rS] branded favicon (orange r, teal S, white square brackets on navy background). Added favicon to both rSpace-website landing page and rspace-online canvas. Fixed shape dragging by allowing drag from header elements.
|
||||
<!-- SECTION:DESCRIPTION:END -->
|
||||
|
||||
## Acceptance Criteria
|
||||
<!-- AC:BEGIN -->
|
||||
- [x] #1 Favicon displays [rS] with correct colors
|
||||
- [x] #2 Favicon deployed to rspace.online and subdomains
|
||||
- [x] #3 Shapes can be dragged by their header bars
|
||||
<!-- AC:END -->
|
||||
Loading…
Reference in New Issue