-
Review current design for downloading project data and update based on new learnings. View parent issue for details.
## References
## References
- [Spec - Download Project Data](https://docs.goog…
-
Необходимо создать макеты страниц, предусмотрев наличие контуров в нынешней реализации БД
- [x] Страница "Карта"
- [x] Страница "Севооборот"
**Имеющиеся прошлые макеты:**
Регистрация и главная стра…
-
**Abstract**
While the smaller part of the `BottomBar` is live in main (#192), we could start the next step by scaffolding the BottomBar based on the design spec. Further technical discussion is re…
-
**Abstract**
Now that the `MobileNavItem` component is live in the primary branch, we can focus on developing the `MobileNavMenu` component. This ticket outlines the approach we'll take
![{C3C51…
-
-
In this issue I’d like to design our initial type representation (typerep) design.
## What’s this?
The (run-time) type representation is a value at run-time that indicates a type.
## What for…
-
## Overview
**Component/Feature:** Reusable UI components
**Reason:** Current UI components are not reusable or aligned with the Figma design. A refactor is needed for consistency and maintainabil…
-
I have the following notes on the type system:
- Type system: Simplest approach to start - everything is a value type.
- Generalize the type system somewhat. Add more builtin types.
- Permit type…
-
### 🔍 Search Terms
"delcaration readable" "declaration pretty"
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't change t…
-
### Describe the rule
In some cases, string literal types in TypeScript are better represented in a specific logical order rather than an alphabetical one. For example:
```tsx
type Breakpoint =…