twenty-frontend 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>20</title>
6
+ <link rel="stylesheet" href="/css/main.css"/>
7
+ <link rel="icon" href="/favicon.svg"/>
8
+ </head>
9
+ <body>
10
+ <div class="react-root w-full wrapper"></div>
11
+ <script src="/js/main/projects.js"></script>
12
+ </body>
13
+ </html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>20</title>
6
+ <link rel="stylesheet" href="/css/main.css"/>
7
+ <link rel="icon" href="/favicon.svg"/>
8
+ </head>
9
+ <body>
10
+ <div class="react-root w-full wrapper"></div>
11
+ <script src="/js/main/task/edit.js"></script>
12
+ </body>
13
+ </html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>20</title>
6
+ <link rel="stylesheet" href="/css/main.css"/>
7
+ <link rel="icon" href="/favicon.svg"/>
8
+ </head>
9
+ <body>
10
+ <div class="react-root w-full wrapper"></div>
11
+ <script src="/js/main/tasks.js"></script>
12
+ </body>
13
+ </html>
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE HTML>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>20</title>
6
+ <link rel="stylesheet" href="/css/main.css"/>
7
+ <link rel="icon" href="/favicon.svg"/>
8
+ </head>
9
+ <body>
10
+ <div class="react-root w-full wrapper"></div>
11
+ <script src="/js/main/task/new.js"></script>
12
+ </body>
13
+ </html>
@@ -0,0 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ module Twenty
4
+ def self.build
5
+ File.expand_path File.join(__dir__, "..", "build")
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,72 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: twenty-frontend
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - '0x1eef'
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-02-07 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rake
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '13.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '13.0'
27
+ description: 'twenty: frontend'
28
+ email:
29
+ - 0x1eef@protonmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - build/css/main.css
35
+ - build/favicon.svg
36
+ - build/fonts/noto-sans-mono-regular.ttf
37
+ - build/fonts/noto-sans-regular.ttf
38
+ - build/fonts/noto-serif-regular.ttf
39
+ - build/index.html
40
+ - build/js/main/projects.js
41
+ - build/js/main/task/edit.js
42
+ - build/js/main/task/new.js
43
+ - build/js/main/tasks.js
44
+ - build/projects/index.html
45
+ - build/tasks/edit/index.html
46
+ - build/tasks/index.html
47
+ - build/tasks/new/index.html
48
+ - lib/twenty-frontend.rb
49
+ homepage: https://github.com/0x1eef/twenty#readme
50
+ licenses:
51
+ - 0BSD
52
+ metadata: {}
53
+ post_install_message:
54
+ rdoc_options: []
55
+ require_paths:
56
+ - lib
57
+ required_ruby_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ required_rubygems_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: '0'
67
+ requirements: []
68
+ rubygems_version: 3.4.19
69
+ signing_key:
70
+ specification_version: 4
71
+ summary: 'twenty: frontend'
72
+ test_files: []