Skip to content

feat(#10707): enhance Bikram Sambat support in CHT#11211

Draft
sugat009 wants to merge 4 commits into
masterfrom
10707-dmp-2026-enhance-bikram-sambat-support-in-cht
Draft

feat(#10707): enhance Bikram Sambat support in CHT#11211
sugat009 wants to merge 4 commits into
masterfrom
10707-dmp-2026-enhance-bikram-sambat-support-in-cht

Conversation

@sugat009

@sugat009 sugat009 commented Jun 23, 2026

Copy link
Copy Markdown
Member

Description

Enhance Bikram Sambat support in CHT.
This PR is for tracking progress of #10707. More info will be added later.

Code review checklist

  • UI/UX backwards compatible: Test it works for the new design (enabled by default). And test it works in the old design, enable can_view_old_navigation permission to see the old design. Test it has appropriate design for RTL languages.
  • Readable: Concise, well named, follows the style guide
  • Documented: Configuration and user documentation on cht-docs
  • Tested: Unit and/or e2e where appropriate
  • Internationalised: All user facing text
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.
  • AI disclosure: Please disclose use of AI per the guidelines.

Compose URLs

If Build CI hasn't passed, these may 404:

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@sugat009 sugat009 linked an issue Jun 23, 2026 that may be closed by this pull request
7 tasks
@sugat009 sugat009 marked this pull request as draft June 23, 2026 09:53
@sugat009 sugat009 self-assigned this Jun 23, 2026
$(container).find('a').each(function() {
const $a = $(this);
const href = $a.attr('href') || '';
if (href.startsWith('javascript:')) {
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.

[DMP 2026]: Enhance Bikram Sambat support in CHT

3 participants