[PR #16] [MERGED] Admin frontend #18

Closed
opened 2026-02-27 15:38:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nishchayp/DAMN/pull/16
Author: @nishchayp
Created: 12/11/2017
Status: Merged
Merged: 12/11/2017
Merged by: @nishchayp

Base: masterHead: admin-frontend


📝 Commits (3)

  • 8c80e90 Added admin page's frontend and routes to get admin data
  • 87bc881 Added theme color
  • c454808 Removed redirect for admins to admin page

📊 Changes

9 files changed (+1005 additions, -2 deletions)

View changed files

📝 app/adminHandler.go (+132 -1)
📝 app/app.go (+6 -0)
📝 credMysql.json (+1 -1)
public/admin.html (+78 -0)
public/css/admin.css (+466 -0)
public/images/iecse-logo-black.png (+0 -0)
public/images/logo-white.png (+0 -0)
public/index.html (+1 -0)
public/js/admin.js (+321 -0)

📄 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/nishchayp/DAMN/pull/16 **Author:** [@nishchayp](https://github.com/nishchayp) **Created:** 12/11/2017 **Status:** ✅ Merged **Merged:** 12/11/2017 **Merged by:** [@nishchayp](https://github.com/nishchayp) **Base:** `master` ← **Head:** `admin-frontend` --- ### 📝 Commits (3) - [`8c80e90`](https://github.com/nishchayp/DAMN/commit/8c80e90c7a0d4191a38f1cede6bcafeb2a46f90e) Added admin page's frontend and routes to get admin data - [`87bc881`](https://github.com/nishchayp/DAMN/commit/87bc8813fe8c60c10ba5d354b6224bc81a2c2acc) Added theme color - [`c454808`](https://github.com/nishchayp/DAMN/commit/c454808290c0f17df22565ab883a28a36b628929) Removed redirect for admins to admin page ### 📊 Changes **9 files changed** (+1005 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/adminHandler.go` (+132 -1) 📝 `app/app.go` (+6 -0) 📝 `credMysql.json` (+1 -1) ➕ `public/admin.html` (+78 -0) ➕ `public/css/admin.css` (+466 -0) ➕ `public/images/iecse-logo-black.png` (+0 -0) ➕ `public/images/logo-white.png` (+0 -0) ➕ `public/index.html` (+1 -0) ➕ `public/js/admin.js` (+321 -0) </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-02-27 15:38:59 +03:00
Sign in to join this conversation.
No labels
pull-request
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/DAMN#18
No description provided.