Skip to content

Commit

Permalink
fix(templates): add six more templates (ticketit, snipe-it, refineryc…
Browse files Browse the repository at this point in the history
…ms, comfortable-mexican-sofa, buddypress, lobsters) (#402)
  • Loading branch information
johnnyfish authored Nov 14, 2024
1 parent 44cf5ca commit 07d3745
Show file tree
Hide file tree
Showing 19 changed files with 10,339 additions and 0 deletions.
Binary file added src/assets/templates/buddypress-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/buddypress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/lobsters-db-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/lobsters-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/refinerycms-db-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/refinerycms-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/snipe-it-db-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/snipe-it-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/ticketit-db-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/templates/ticketit-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/templates-data/templates-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ import { voyagerDb } from './templates/voyager-db';
import { koelDb } from './templates/koel-db';
import { laravelPermissionDb } from './templates/laravel-permission-db';
import { gravityDb } from './templates/gravity-db';
import { ticketitDb } from './templates/ticketit-db';
import { lobstersDb } from './templates/lobsters-db';
import { refinerycmsDb } from './templates/refinerycms-db';
import { buddypressDb } from './templates/buddypress-db';
import { snipeItDb } from './templates/snipe-it-db';
import { ComfortableMexicanSofaDb } from './templates/comfortable-mexican-sofa-db';

export interface Template {
slug: string;
Expand Down Expand Up @@ -44,4 +50,10 @@ export const templates: Template[] = [
koelDb,
laravelPermissionDb,
gravityDb,
ticketitDb,
lobstersDb,
refinerycmsDb,
buddypressDb,
snipeItDb,
ComfortableMexicanSofaDb,
];
Loading

0 comments on commit 07d3745

Please sign in to comment.