[PR #11] [MERGED] add dark theme and show field type #37

Closed
opened 2026-03-02 04:05:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/findyourmagic/dber/pull/11
Author: @zsenliao
Created: 7/21/2022
Status: Merged
Merged: 7/22/2022
Merged by: @findyourmagic

Base: masterHead: master


📝 Commits (6)

  • 7ea6fe7 [update] package version
  • f376b19 [fix] eslint
  • 639489a [feature] add dark theme
  • 0dd1068 Merge branch 'dark_theme'
  • a94f9fb [feature] show field type
  • ef118f4 Merge branch 'findyourmagic:master' into master

📊 Changes

13 files changed (+160 additions, -94 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 components/import_modal.js (+2 -2)
📝 components/link_modal.js (+2 -2)
📝 components/link_path.js (+6 -5)
📝 components/list_nav.js (+13 -4)
📝 components/nav.js (+15 -14)
📝 components/table.js (+15 -6)
📝 components/table_form.js (+15 -15)
📝 hooks/use-graph-state.js (+12 -0)
📝 package.json (+6 -5)
📝 pages/graphs/detail.js (+26 -22)
📝 pages/graphs/index.js (+3 -1)
📝 styles/globals.sass (+42 -18)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/findyourmagic/dber/pull/11 **Author:** [@zsenliao](https://github.com/zsenliao) **Created:** 7/21/2022 **Status:** ✅ Merged **Merged:** 7/22/2022 **Merged by:** [@findyourmagic](https://github.com/findyourmagic) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`7ea6fe7`](https://github.com/findyourmagic/dber/commit/7ea6fe7b32075a8102f3bd1befce0aec01179dab) [update] package version - [`f376b19`](https://github.com/findyourmagic/dber/commit/f376b19b1c14752ea196a4cd46b7c20ebd3e0eb5) [fix] eslint - [`639489a`](https://github.com/findyourmagic/dber/commit/639489a8cb786c97e9a534a0f62725487f6d8826) [feature] add dark theme - [`0dd1068`](https://github.com/findyourmagic/dber/commit/0dd10689e510cc1c4ccdd64317be95c340e06fd9) Merge branch 'dark_theme' - [`a94f9fb`](https://github.com/findyourmagic/dber/commit/a94f9fbaf1b563eaa833ab4f9a5dce5fa6f809e6) [feature] show field type - [`ef118f4`](https://github.com/findyourmagic/dber/commit/ef118f4327221af284af17b1de7b6521c86aa629) Merge branch 'findyourmagic:master' into master ### 📊 Changes **13 files changed** (+160 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `components/import_modal.js` (+2 -2) 📝 `components/link_modal.js` (+2 -2) 📝 `components/link_path.js` (+6 -5) 📝 `components/list_nav.js` (+13 -4) 📝 `components/nav.js` (+15 -14) 📝 `components/table.js` (+15 -6) 📝 `components/table_form.js` (+15 -15) 📝 `hooks/use-graph-state.js` (+12 -0) 📝 `package.json` (+6 -5) 📝 `pages/graphs/detail.js` (+26 -22) 📝 `pages/graphs/index.js` (+3 -1) 📝 `styles/globals.sass` (+42 -18) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:05:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dber#37
No description provided.