How can i modify inbox layout of a card?

Sid_Takali
Kilo Patron
Kilo Patron

Hi all, 

I have a requirement where I have to create a new inbox layout. See the below image.

I want to remove Reject and Accept button instead of that want to create Assign to me button. Is this possible? if yes! How?

Thanks!

2 REPLIES 2

Guilherme Mazie
Tera Contributor

Hello,

Did you get anything on that?

I would like to show how many times the chat was rejected on the acceptance screen

timjohnson2584
Tera Contributor

@Sid_Takali wrote:

Hi all, 

I have a requirement where I have to create a new inbox layout. See the below image.

I want to remove Reject and Accept button instead   of that want to create Assign to me button. Is this possible? if yes! How?

Thanks!


To modify the inbox layout of a card, you need to have access to the code or configuration files that define the card's layout. The specific steps may vary depending on the platform or framework you are using to create the card, but here are some general guidelines:

  1. Identify the card's layout file: Determine the file or code section responsible for defining the inbox layout of the card. This could be an HTML file, a template file, or a specific section of code within a larger file.

  2. Understand the current layout structure: Review the existing layout structure to understand how the card is organized. Identify the different sections, containers, or elements within the layout that you want to modify.

  3. Make desired modifications: Once you have located the relevant code, you can start making modifications to the layout. Here are a few common modifications you might consider:

    • Adjust container sizes: You can modify the dimensions of containers or elements within the layout to change their width, height, or overall size.
    • Rearrange elements: You can move elements within the layout to change their order or position. This might involve modifying the HTML structure or updating the CSS positioning properties.
    • Customize styling: You can modify the visual appearance of elements by changing their colors, fonts, borders, or other CSS properties. This can be done by updating the CSS styles associated with the layout.
    • Add or remove elements: You can add new elements or remove existing ones to modify the content or structure of the card. This could involve adding HTML markup or updating the template code.
  4. Test and iterate: After making modifications, test the card's layout to ensure it appears and functions as expected. Make any necessary adjustments based on your testing and repeat the process until you achieve the desired layout.

Remember to save your changes and test them on the appropriate platform or framework to see the updated inbox layout of the card.