Merge remote-tracking branch 'origin/main' into degithub-links
This commit is contained in:
commit
4137f39495
89 changed files with 626 additions and 246 deletions
|
|
@ -28,7 +28,7 @@ export const KNOWN_LANGUAGES = {
|
|||
} as const;
|
||||
export const KNOWN_LANGUAGE_CODES = Object.values(KNOWN_LANGUAGES);
|
||||
|
||||
export const GITHUB_EDIT_URL = `https://github.com/tidalcycles/strudel/tree/main/website`;
|
||||
export const GITHUB_EDIT_URL = `https://codeberg.org/uzu/strudel/src/branch/main/website`;
|
||||
|
||||
export const COMMUNITY_INVITE_URL = `https://discord.com/invite/HGEdXmRkzT`;
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ export async function loadDBPatterns() {
|
|||
}
|
||||
}
|
||||
|
||||
// reason: https://github.com/tidalcycles/strudel/issues/857
|
||||
// reason: https://codeberg.org/uzu/strudel/issues/857
|
||||
const $activePattern = sessionAtom('activePattern', '');
|
||||
|
||||
export function setActivePattern(key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue