Back to list

Multiforum - October Update

October 30, 2024

I decided to migrate Multiforum from Vue to Nuxt so that I could learn more about server-side rendering while also making it easier to take advantage of the SEO features of Nuxt down the road. The migration took most of October but it's nearly done.

I took a break from the migration at some points to improve the UI. There are enhancements to the layout for event search and for filtering by forums.

Here's the new event search layout with the filters on top instead of on the left:

Event search with centered filters

I like this arrangement more as it looks more symmetrical, so it's more aesthetically pleasing and has better glanceability; I think this makes it easier to understand the search and filtering functionality at first glance. Putting the forum picker on the left of the search bar helps it become more prominent, which is important because on this platform, everything is organized into forums.

I also improved the forum picker. Before, you couldn't search it and if there were many forums in the platforms, it looked too disorganized and huge.

Before

Filtering map by multiple forums

After

The new version lets you search the forum picker to filter down the options and select one or multiple forums with check boxes:

Forum picker after

As soon as I finish the Nuxt migration these changes will be live.