- Created a .cursorignore file to manage local environment files. - Updated .env.example to reflect changes in the public app URL. - Modified the gmail workspace configuration to include the drive-suite path. - Enhanced email view components to support attachment handling and fallback for plain text bodies. - Improved user experience by updating attachment display logic and integrating inline attachment support.
24 lines
753 B
HTML
24 lines
753 B
HTML
<!-- bunny.net-like: section claire illisible + bloc bleu foncé lisible -->
|
|
<table width="100%" cellpadding="0" cellspacing="0">
|
|
<tr>
|
|
<td
|
|
style="background: linear-gradient(180deg, #f5f7fa 0%, #eceff5 100%); padding: 32px;"
|
|
>
|
|
<h2 style="color: #e8eaed; margin: 0 0 12px;">
|
|
Introducing Bunny Shield API Guardian
|
|
</h2>
|
|
<p style="color: #e8eaed; margin: 0 0 16px;">
|
|
Most API abuse doesn't look suspicious. It looks valid.
|
|
</p>
|
|
<a href="#" style="color: #e8eaed;">Explore More</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#0b1e3d" style="padding: 24px;">
|
|
<p style="color: #ffffff; margin: 0;">
|
|
Readable white text on dark blue footer block.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|