---
title: "UI Improvements, CLI Error Reporting, and QoL Changes"
date: 2020-11-06
number: 0004
url: https://railway.com/changelog/2020-11-06
---

# UI Improvements, CLI Error Reporting, and QoL Changes

Happy Election Week! Hopefully, we'll have some definitive results by the end of the day. For now, we're here with you and also on the edge of our seat.

This week we've been hard at work in making the UI really pop 💅. Excited to see how people like the changes.

## Redis UI

The Redis UI has been updated to offer an improved view of your current keys

- We've added a visual TTL for keys (TTL editing coming soon)
- Brought the UI more in line with our Mongo collections UI
[Image: Untitled]

## Project UI

The Project UI has been changed to cleanup the sidebar

We've moved members, and deployment tokens inside the Project Settings tab.

[Image: Untitled]

## CLI Error Reporting

The CLI now handles error reporting. In the event of a panic or fatal error on the golang CLI side, you'll be prompted for consent to submit the error response

This response will be sent through our systems, to Sentry, and into our Discord. While not as exciting as some of our other features, we're committed to offering the best development experience, and part of that is being able to reach out instantly to solve these issues.

## QoL Changes

Various QoL changes have been made to the Railway platform in the past week

- Issues resolved with GRPC transport closing for builds
- Added a "Bulk Import" feature for environment variables
- Mobile fixes for changelog
- Prevented form modals from being closed by tapping outside
- Images optimized with next-images, resulting in faster load times
- Always show the edit icon for the project name inside project settings
[Image: Untitled]