Merge pull request #6087 from harryadel/speakingurl-to-limax

Replace ongoworks:speakingurl with limax
This commit is contained in:
Lauri Ojansivu 2026-01-24 01:51:52 +02:00 committed by GitHub
commit d0dc206ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 76 additions and 40 deletions

View file

@ -1,6 +1,7 @@
import { ReactiveCache } from '/imports/reactiveCache';
import { TAPi18n } from '/imports/i18n';
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
import getSlug from 'limax';
const subManager = new SubsManager();

View file

@ -3,6 +3,7 @@ import { trelloGetMembersToMap } from './trelloMembersMapper';
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
import { wekanGetMembersToMap } from './wekanMembersMapper';
import { csvGetMembersToMap } from './csvMembersMapper';
import getSlug from 'limax';
const Papa = require('papaparse');

View file

@ -2,6 +2,7 @@ import { ReactiveCache } from '/imports/reactiveCache';
import { TAPi18n } from '/imports/i18n';
import { FlowRouter } from 'meteor/ostrio:flow-router-extra';
import { Spinner } from '/client/lib/spinner';
import getSlug from 'limax';
const subManager = new SubsManager();
const InfiniteScrollIter = 10;