You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field=models.BooleanField(default=True, help_text='Automatically subscribe to notifications for packages this user maintains'),
18
+
),
19
+
migrations.AlterField(
20
+
model_name='profile',
21
+
name='package_subscriptions',
22
+
field=django.contrib.postgres.fields.ArrayField(base_field=models.CharField(max_length=255), blank=True, default=list, help_text="Package attribute names this user has subscribed to manually (e.g., 'firefox', 'chromium')", size=None),
<divclass="auto-subscribe-toggler toggler {% if auto_subscribe_enabled %}toggler-on{% else %}toggler-off{% endif %}">
4
+
<divclass="toggler-status">
5
+
<divclass="toggler-icon">{% if auto_subscribe_enabled %}✓{% else %}✕{% endif %}</div>
6
+
<div>{% if auto_subscribe_enabled %}You will automatically receive notifications about packages you maintain.{% else %}By default, you won't receive notifications for the packages you maintain.{% endif %}</div>
<p>You may subscribe to additional packages here. Those could also be packages you maintain in case you decided to opt out of automatic subscription.</p>
0 commit comments