chore: Slack integration screen improvements (#2049)
* feat: Add collection iconography and colors to Slack settings page fix: Use standardized list components fix: Slack icon size chore: Convert to translation strings * fix: Missing translation, convert to Scene
This commit is contained in:
@ -10,8 +10,14 @@ import { sendEmail } from "../mailer";
|
||||
import { DataTypes, sequelize, encryptedFields, Op } from "../sequelize";
|
||||
import { DEFAULT_AVATAR_HOST } from "../utils/avatars";
|
||||
import { publicS3Endpoint, uploadToS3FromUrl } from "../utils/s3";
|
||||
import UserAuthentication from "./UserAuthentication";
|
||||
import { Star, Team, Collection, NotificationSetting, ApiKey } from ".";
|
||||
import {
|
||||
UserAuthentication,
|
||||
Star,
|
||||
Team,
|
||||
Collection,
|
||||
NotificationSetting,
|
||||
ApiKey,
|
||||
} from ".";
|
||||
|
||||
const User = sequelize.define(
|
||||
"user",
|
||||
|
Reference in New Issue
Block a user