Skip to content

Blog#519

Merged
NikitaCG merged 18 commits intomainfrom
feat/blog
Feb 10, 2026
Merged

Blog#519
NikitaCG merged 18 commits intomainfrom
feat/blog

Conversation

@NikitaCG
Copy link
Copy Markdown
Contributor

No description provided.

@dgaponov
Copy link
Copy Markdown
Contributor

dgaponov commented Feb 9, 2026

It seems like the search isn’t working correctly here.
image

Comment thread src/pages/blog/index.tsx Outdated
}, [locale, handleGetPosts, postsData.count]);

// Blog constructor settings
const BLOG_CONSTRUCTOR_SETTINGS = {};
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this object? It's empty

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Comment thread src/utils/blog-constants.ts Outdated
};

export const localeEn: LocaleConfig = {
code: 'en-En',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All locale codes have incorrect format. The ISO 639-1 + ISO 3166-1 standard should be used.
en-En should be en-US or en-GB

Copy link
Copy Markdown
Contributor Author

@NikitaCG NikitaCG Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dgaponov
Copy link
Copy Markdown
Contributor

dgaponov commented Feb 9, 2026

What is the purpose of duplicating the breadcrumbs at the bottom of the article?

image

NikitaCG and others added 16 commits February 10, 2026 11:30
* feat: add pc alpha

* feat: replace HTML on YFMWrapper

* feat: add mock blog

* feat: upd deps versions

* feat: stable package version after rebase and fix styles

* feat: upd alpahs

* feat: after rebase

* feat: add new image for blog header

* feat: add styles for variables

* feat: add real mock data in blog

* feat: add locale difference

* fix: add 3 new articles

* fix: pic for default article

* fix: image compress setting

* feat: apply prism-tomorrow colors to blog code blocks and fix lint-staged pattern

- Add prism-tomorrow color scheme to blog-constructor code blocks
- Apply syntax highlighting colors matching prism-tomorrow theme
- Fix lint-staged pattern from *.{scss} to *.scss

* fix: enable compress

* fix: change share order

* fix: update SVG icon colors in tags.json for localization

* fix: rewrite comments to english

* feat: implement local search for blog posts

* feat: content and small fixes

* feat: other locales files

* feat: fix transform for CJK characters

---------

Co-authored-by: ngorin <ngorin@yandex-team.ru>
@NikitaCG
Copy link
Copy Markdown
Contributor Author

It seems like the search isn’t working correctly here. image

its by design, this post is pin

we can create issue for BC to resolve this UX

@NikitaCG
Copy link
Copy Markdown
Contributor Author

What is the purpose of duplicating the breadcrumbs at the bottom of the article?

image

by design again

@NikitaCG NikitaCG merged commit 31b492b into main Feb 10, 2026
2 checks passed
@NikitaCG NikitaCG deleted the feat/blog branch February 10, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants