Sean Colsen

Results 126 issues of Sean Colsen

## Current behavior - Using a primitive templating system, the front end generates record summaries and stores them as strings. - To display stylized `NULL` values within a record summary,...

type: maintenance
work: frontend
ready

## Problem In this code, `myNumber` has type `number`, when its runtime value is actually `undefined`: ```ts const numbers = [3, 5, 7, 11, 13]; const myNumber = numbers[100]; ```...

type: maintenance
work: frontend
restricted: maintainers
needs: frontend approval

type: enhancement
work: frontend
ready

## Current behavior - New records can be inserted via rows at the bottom of the **Table Page**. - The **Record Page** allows users to edit existing records. - Data...

type: enhancement
work: frontend
restricted: maintainers
needs: ux design

## Steps to reproduce 1. Go to a table page. 1. Click on a cell to select it. 1. Press `Up`, `Down`, `Left`, `Right`, `Tab` and `Shift+Tab`. 1. Observe the...

type: bug
work: frontend
ready
restricted: maintainers

Before reviewing this PR, make sure you're familiar with the [Propose changes to record summaries for beta](https://github.com/mathesar-foundation/mathesar-wiki/pull/114). ## Examples These examples use the Library Management data, with the following id...

pr-status: review

On the Database Page, the schemas appear in random order. ![image](https://user-images.githubusercontent.com/42411/199863005-2cc007c5-3224-489b-86de-80d924010833.png) I think they should be listed alphabetically, perhaps with `public` first. I'm not sure whether it would be better...

type: enhancement
work: backend
ready
restricted: maintainers

## Description In the Data Explorer, the cell value in the table inspector only updates when the cell selection changes. It doesn't update when the data changes. ![image](https://github.com/centerofci/mathesar/assets/42411/205d811a-97cc-4411-b4d1-9158bc4fdde2) ## Steps...

type: bug
work: frontend
ready

## Steps to reproduce 1. Begin with a table that has some rows in it. 1. In the table inspector, enable the "Column" tab 1. Add a filter condition like...

type: bug
work: frontend
ready
restricted: maintainers

## Steps to reproduce 1. Open the Table Page for a table with no rows. 1. Hover the column headers (without clicking). 1. Expect no changes to the cell/column selection....

type: bug
work: frontend
ready
restricted: maintainers