[PR #27] [MERGED] Frontend #26

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

📋 Pull Request Information

Original PR: https://github.com/nishchayp/DAMN/pull/27
Author: @pranavtharoor
Created: 12/20/2017
Status: Merged
Merged: 12/20/2017
Merged by: @nishchayp

Base: masterHead: frontend


📝 Commits (2)

  • cb0118d Added login page styles and direct to admin page
  • 553a3a7 Merge branch 'master' into frontend

📊 Changes

19 files changed (+107 additions, -15 deletions)

View changed files

📝 angular-src/src/admin.html (+1 -0)
📝 angular-src/src/app/admin/components/navbar/navbar.component.css (+18 -3)
📝 angular-src/src/app/admin/components/navbar/navbar.component.html (+2 -1)
📝 angular-src/src/app/user/components/damn/damn.component.css (+35 -1)
📝 angular-src/src/app/user/components/damn/damn.component.html (+2 -0)
📝 angular-src/src/app/user/components/login/login.component.css (+28 -0)
📝 angular-src/src/app/user/components/login/login.component.html (+4 -1)
📝 app/handlers.go (+9 -1)
📝 dist/admin-static/index.html (+1 -1)
📝 dist/admin-static/inline.f341fec6d70f8c86f310.bundle.js (+1 -1)
dist/admin-static/main.0064869738418ef813c3.bundle.js (+0 -1)
dist/admin-static/main.7b26011708783a137ab1.bundle.js (+1 -0)
📝 dist/user-static/index.html (+1 -1)
dist/user-static/inline.b1a2138b604fed82bc6d.bundle.js (+1 -0)
dist/user-static/inline.bad70f2ad8a11b5b3bce.bundle.js (+0 -1)
dist/user-static/main.2aad8fab533417106449.bundle.js (+0 -1)
dist/user-static/main.d8fed3c7be8f8c2b1524.bundle.js (+1 -0)
📝 templates/admin.html (+1 -1)
📝 templates/index.html (+1 -1)

📄 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/27 **Author:** [@pranavtharoor](https://github.com/pranavtharoor) **Created:** 12/20/2017 **Status:** ✅ Merged **Merged:** 12/20/2017 **Merged by:** [@nishchayp](https://github.com/nishchayp) **Base:** `master` ← **Head:** `frontend` --- ### 📝 Commits (2) - [`cb0118d`](https://github.com/nishchayp/DAMN/commit/cb0118d5ce1ba010e3002212f23e5a0cb42a1ebb) Added login page styles and direct to admin page - [`553a3a7`](https://github.com/nishchayp/DAMN/commit/553a3a793e3130f90fed4f136fdb11215fec04fb) Merge branch 'master' into frontend ### 📊 Changes **19 files changed** (+107 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `angular-src/src/admin.html` (+1 -0) 📝 `angular-src/src/app/admin/components/navbar/navbar.component.css` (+18 -3) 📝 `angular-src/src/app/admin/components/navbar/navbar.component.html` (+2 -1) 📝 `angular-src/src/app/user/components/damn/damn.component.css` (+35 -1) 📝 `angular-src/src/app/user/components/damn/damn.component.html` (+2 -0) 📝 `angular-src/src/app/user/components/login/login.component.css` (+28 -0) 📝 `angular-src/src/app/user/components/login/login.component.html` (+4 -1) 📝 `app/handlers.go` (+9 -1) 📝 `dist/admin-static/index.html` (+1 -1) 📝 `dist/admin-static/inline.f341fec6d70f8c86f310.bundle.js` (+1 -1) ➖ `dist/admin-static/main.0064869738418ef813c3.bundle.js` (+0 -1) ➕ `dist/admin-static/main.7b26011708783a137ab1.bundle.js` (+1 -0) 📝 `dist/user-static/index.html` (+1 -1) ➕ `dist/user-static/inline.b1a2138b604fed82bc6d.bundle.js` (+1 -0) ➖ `dist/user-static/inline.bad70f2ad8a11b5b3bce.bundle.js` (+0 -1) ➖ `dist/user-static/main.2aad8fab533417106449.bundle.js` (+0 -1) ➕ `dist/user-static/main.d8fed3c7be8f8c2b1524.bundle.js` (+1 -0) 📝 `templates/admin.html` (+1 -1) 📝 `templates/index.html` (+1 -1) </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:39:02 +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#26
No description provided.