Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💥 [DevOps] Harmonize Backend and Webapp Configs #7982

Open
Tirokk opened this issue Oct 22, 2024 · 0 comments
Open

💥 [DevOps] Harmonize Backend and Webapp Configs #7982

Tirokk opened this issue Oct 22, 2024 · 0 comments

Comments

@Tirokk
Copy link
Member

Tirokk commented Oct 22, 2024

💥 DevOps ticket

Add DESCRIPTION_EXCERPT_HTML_LENGTH to webapp/constants/groups.js, see backend/src/constants/groups.ts:

export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250 // with removed HTML tags`

Add the following to backend/src/config/logos.ts, see webapp/constants/logos.js:

  LOGO_HEADER_CLICK: {
    // externalLink: {
    //   url: 'https://ocelot.social',
    //   target: '_blank',
    // },
    externalLink: null,
    internalPath: {
      to: {
        name: 'index',
      },
      scrollTo: '.main-navigation',
    },
  },
@Tirokk Tirokk added the devops label Oct 22, 2024
@Tirokk Tirokk self-assigned this Oct 22, 2024
@Tirokk Tirokk changed the title 💥 [DevOps] Webapp - Add DESCRIPTION_EXCERPT_HTML_LENGTH to webapp/constants/groups.js 💥 [DevOps] Harmonize Backend and Webapp Configs Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Sprint Backlog
Development

No branches or pull requests

1 participant