Go to file
David Ascanio 87f4f04d2c Add exact phrase search toggle, collapsible detail metadata, entrelineas draft support, and home page responsive layout
- Add word/phrase search toggle to SearchPanel and entrelineas search inputs
- Add collapsible metadata section with chevron toggle in PublicationDetail
- Add internal document search toggle button to detail navbar, open by default
- Add draft field support to entrelineas: hide image for draft documents unless dev mode is enabled, show draft badge in results list
- Replace mobile lightbox teleport hacks with UModal for image popup in EntrelineaDetail
- Fix image display in EntrelineaDetail: fixed height container with object-contain
- Remove file link buttons from PublicationDetail and InboxActivity
- Remove right aside column from PublicationDetail so content fills full width
- Rewrite home page with explicit responsive two-column layout replacing UPageHero
2026-06-03 19:40:35 -03:00
.claude fix bug reference publication detail 2026-05-25 12:53:47 -03:00
app Add exact phrase search toggle, collapsible detail metadata, entrelineas draft support, and home page responsive layout 2026-06-03 19:40:35 -03:00
bruno Fixing env variables. 2026-05-31 17:41:29 -05:00
lang Tour example 2026-06-01 11:35:50 -05:00
public Tour and optimizations 2026-05-31 23:01:45 -05:00
server/api fix to feedback.post.ts 2026-05-31 13:51:06 -05:00
.gitignore tooltip copy 2026-05-26 16:30:33 -03:00
LICENSE Adding initial commit 2026-05-07 00:11:28 -05:00
README.md Adding initial commit 2026-05-07 00:11:28 -05:00
eslint.config.mjs Adding initial commit 2026-05-07 00:11:28 -05:00
nuxt.config.ts Tour and optimizations 2026-05-31 23:01:45 -05:00
package-lock.json Tour and optimizations 2026-05-31 23:01:45 -05:00
package.json Tour and optimizations 2026-05-31 23:01:45 -05:00
pnpm-lock.yaml feat: feedback i18n, entrelineas dev-lock, and developer access system 2026-05-31 12:16:52 -05:00
pnpm-workspace.yaml feat: feedback i18n, entrelineas dev-lock, and developer access system 2026-05-31 12:16:52 -05:00
renovate.json Adding initial commit 2026-05-07 00:11:28 -05:00
tsconfig.json Adding initial commit 2026-05-07 00:11:28 -05:00

README.md

Nuxt Dashboard Template

Nuxt UI

Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.

Nuxt Dashboard Template

The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.

Quick Start

npm create nuxt@latest -- -t ui/dashboard

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.