#30: Another removed panel.
This commit is contained in:
parent
e782560d40
commit
9d83c585dd
|
@ -1,39 +0,0 @@
|
||||||
(ns youyesyet.views.role-menu
|
|
||||||
(:require [re-frame.core :refer [reg-sub]]))
|
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
;;;;
|
|
||||||
;;;; youyesyet.views.role-menu: role-menu view for youyesyet.
|
|
||||||
;;;;
|
|
||||||
;;;; This program is free software; you can redistribute it and/or
|
|
||||||
;;;; modify it under the terms of the GNU General Public License
|
|
||||||
;;;; as published by the Free Software Foundation; either version 2
|
|
||||||
;;;; of the License, or (at your option) any later version.
|
|
||||||
;;;;
|
|
||||||
;;;; This program is distributed in the hope that it will be useful,
|
|
||||||
;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
;;;; GNU General Public License for more details.
|
|
||||||
;;;;
|
|
||||||
;;;; You should have received a copy of the GNU General Public License
|
|
||||||
;;;; along with this program; if not, write to the Free Software
|
|
||||||
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
|
|
||||||
;;;; USA.
|
|
||||||
;;;;
|
|
||||||
;;;; Copyright (C) 2016 Simon Brooke for Radical Independence Campaign
|
|
||||||
;;;;
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
||||||
|
|
||||||
|
|
||||||
;;; The pattern from the re-com demo (https://github.com/Day8/re-com) is to have
|
|
||||||
;;; one source file/namespace per view. Each namespace contains a function 'panel'
|
|
||||||
;;; whose output is an enlive-style specification of the view to be redered.
|
|
||||||
;;; I propose to follow this pattern. This file will (eventually) provide the role-menu view.
|
|
||||||
|
|
||||||
;;; See https://github.com/simon-brooke/youyesyet/blob/master/doc/specification/userspec.md#after-login
|
|
||||||
|
|
||||||
|
|
||||||
(defn panel
|
|
||||||
"Generate the role-menu panel."
|
|
||||||
[]
|
|
||||||
[])
|
|
Loading…
Reference in a new issue