fix(rgi+portal): default sort desc by termen, fix overlaps, tooltip

RGI (both pages):
- Default sort: Termen descrescator (cel mai in viitor sus)

Portal map:
- Basemap switcher moved left (right-12) to avoid zoom controls overlap
- Selection toolbar moved up (bottom-8) to avoid attribution overlap
- Download button has title tooltip on mobile cards

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-25 06:52:22 +02:00
parent 2cd35c790d
commit 6f46a85ff3
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ export default function RgiTestPage() {
"solved",
);
const [searchQuery, setSearchQuery] = useState("");
const [sortState, setSortState] = useState<SortState>(null);
const [sortState, setSortState] = useState<SortState>({ key: "dueDate", dir: "desc" });
// Column visibility
const [visibleCols, setVisibleCols] = useState<Set<string>>(