Capivara admin svelte preject
  • HTML 49.6%
  • TypeScript 23.7%
  • Svelte 15.6%
  • Python 8.4%
  • JavaScript 2.2%
  • Other 0.3%
Find a file
2026-06-11 14:14:41 +02:00
.husky fix: resolve test failures and add pre-commit hooks 2026-05-17 16:34:59 +02:00
.pnpm-store/v11 fix(admin): bind value in Input to enable two-way binding 2026-06-11 09:41:37 +02:00
.woodpecker ci(woodpecker): remove deploy step 2026-06-01 11:00:53 +02:00
.yarn feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
coverage fix(tests): resolve bits-ui document error and ManagementModal bind:value undefined 2026-06-01 09:32:40 +02:00
cypress feat: add sales leaderboard 2026-03-30 09:49:22 +02:00
patches fix: corrige warnings svelte 5 e atualiza patch sveltekit 2026-06-02 20:19:05 +02:00
src fix(admin): make productEdit schema accept API types — coerce category_id and allow nullable image_path 2026-06-11 14:05:00 +02:00
static Implementada página de comissões (#45) 2024-12-14 08:11:31 +01:00
test-results debug(admin): temporarily comment out Editors to isolate props_invalid_value 2026-06-11 12:43:25 +02:00
tests fix(admin): pass data.form directly to superForm - untrack wrapper was passing function reference, not value 2026-06-10 20:18:45 +02:00
.buildpack build: config node adapter to deploy in heroku (#4) 2024-04-08 17:03:44 +02:00
.env.example fix: error in login 2026-04-01 14:10:08 +02:00
.env.production fix(admin): set PUBLIC_SERVER_BASE_URL for production Docker builds 2026-06-11 06:26:53 +02:00
.gitignore fix(admin): set PUBLIC_SERVER_BASE_URL for production Docker builds 2026-06-11 06:26:53 +02:00
.mocharc.json build: update libraries 2025-12-27 12:57:44 +01:00
.npmrc chore: add README.md 2024-01-24 13:00:54 +01:00
.nvmrc fix: fix errors with navigate in sales and logistiks 2026-01-08 15:32:43 +01:00
.pre-commit-config.yaml chore: add more data in pre-commit 2026-03-30 13:01:23 +02:00
.prettierignore fix(tests): resolve bits-ui document error and ManagementModal bind:value undefined 2026-06-01 09:32:40 +02:00
.prettierrc chore: add README.md 2024-01-24 13:00:54 +01:00
.yarnrc.yml build: add node version 2025-11-08 13:24:56 +01:00
AGENTS.md docs: add productEdit schema gotcha to AGENTS.md 2026-06-11 14:14:41 +02:00
BACKLOG.md fix(admin): capture oninputvalue in InputCurrency + fix bind:value Svelte 5 conflicts 2026-06-03 19:45:06 +02:00
components.json fix: resolve TypeScript errors and format code 2026-05-19 09:44:43 +02:00
cypress.config.js fix(tests): resolve bits-ui document error and ManagementModal bind:value undefined 2026-06-01 09:32:40 +02:00
docker-compose.yml feat: add payment details and crud for comissions and manual sales input 2026-03-02 08:27:34 +01:00
Dockerfile fix(admin): set PUBLIC_SERVER_BASE_URL for production Docker builds 2026-06-11 06:26:53 +02:00
eslint.config.js fix: synchronize pnpm-lock.yaml with package.json 2026-05-29 09:27:45 +02:00
LICENSE Initial commit 2024-01-24 12:57:40 +01:00
lint-staged.config.js build: update libraries 2025-12-27 12:57:44 +01:00
openapi.json fix: fix errors with navigate in sales and logistiks 2026-01-15 12:43:31 +01:00
opencode.json chore: update AGENTS.md and opencode config 2026-05-16 21:20:56 +02:00
package.json fix: corrige hydration Svelte 5, erro 500 em edição de produto e atualiza Svelte 2026-06-03 14:19:59 +02:00
playwright.config.ts test(admin): fix E2E login and config - API-based auth, port 3000, correct selectors 2026-06-07 18:25:28 +02:00
pnpm-lock.yaml fix: corrige hydration Svelte 5, erro 500 em edição de produto e atualiza Svelte 2026-06-03 14:19:59 +02:00
postcss.config.js chore(deps): update all dependencies to latest versions 2026-05-17 14:51:19 +02:00
Procfile Rename Profile to Procfile (#52) 2025-03-21 08:28:35 +01:00
README.md build: update libraries 2025-12-27 12:57:44 +01:00
response.json build: update libraries 2025-12-27 12:57:44 +01:00
sonar-project.properties build: add sonar configs 2025-12-27 13:06:23 +01:00
svelte.config.js feat(admin): migrate to Svelte 5 (Epic 1 — core dependency upgrade) 2026-04-01 08:11:05 +02:00
tailwind.config.js fix: corrige i18n do botão Ver mais e aplica tema Skeleton Cerberus 2026-06-03 16:27:50 +02:00
tailwindcss-225809.log fix: migrate from flowbite-svelte to shadcn-svelte/bits-ui 2026-05-19 09:05:53 +02:00
tsconfig.json feat: add inventory route 2024-06-17 09:18:26 +02:00
vite.config.ts fix: corrige hydration Svelte 5, erro 500 em edição de produto e atualiza Svelte 2026-06-03 14:19:59 +02:00

Fast-Ecommerce-Admin

Admin for fast-ecommerce

Admin Panel - README

This repository contains the admin panel for managing GattoRosa operations. Built using Svelte, this panel provides administrators with a streamlined interface for handling backend operations such as order management, user administration, and content updates.

Configuration

To configure the project, add the following environment variable to your .env file:

SERVER_BASE_URL='https://api.exemplo.com'

This points to the staging API server, where all API calls made from the admin panel will be directed.

Features

  • Svelte Framework: Fast and reactive front-end framework.
  • Admin Operations: Manage orders, users, products, and content.
  • API Integration: Communicates with the GattoRosa backend using the provided SERVER_BASE_URL.

create-svelte

Everything you need to build a Svelte project, powered by create-svelte.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.