From f9490b7de9850267ee15b21f7b12f9bcc5540ef5 Mon Sep 17 00:00:00 2001 From: Ryan Koch <6863534+ryguyk@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:53:16 -0600 Subject: [PATCH 1/2] VAGOV-TEAM-98818-home: Adds Home page to Form Builder (#20299) * VAGOV-TEAM-98818: - Replaces Intro with Home. - Changes Home page to be a simple content page rather than a form. - Updates tests to reflect change. - Adds library for home-page-specific css. - Adds initial css for page. * Adds a service for fetching Digital Forms. * - Retrieves DigitalFormsService from the service container for use in the controller. - Passes all Digital Form nodes to Home page template. * Renders and styles the list of "recent" digital forms (all of them for now). * Sets styling for elements within the Form Builder to match VADS. * Adds unit test for DigitalFormsService * Updates Home page functional test to ensure proper rendering of recent forms. * Changes recent-form list to