lesli_admin 0.6.1 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/lesli_admin/admin-logo.svg +1 -1
  3. data/app/assets/javascripts/lesli_admin/application.js +14 -1
  4. data/app/assets/stylesheets/lesli_admin/application.css +594 -0
  5. data/app/controllers/lesli_admin/abouts_controller.rb +9 -6
  6. data/app/controllers/lesli_admin/accounts_controller.rb +14 -42
  7. data/app/controllers/lesli_admin/settings_controller.rb +58 -0
  8. data/app/helpers/lesli_admin/settings_helper.rb +4 -0
  9. data/app/models/lesli_admin/account.rb +2 -2
  10. data/app/models/lesli_admin/dashboard.rb +1 -19
  11. data/app/models/lesli_admin/setting.rb +4 -0
  12. data/app/services/lesli_admin/account_service.rb +1 -0
  13. data/app/views/lesli_admin/abouts/show.html.erb +73 -1
  14. data/app/views/lesli_admin/accounts/show.html.erb +16 -33
  15. data/app/views/lesli_admin/accounts/update.turbo_stream.erb +3 -0
  16. data/app/views/lesli_admin/dashboards/_component-installed-engines.html.erb +5 -0
  17. data/app/views/lesli_admin/dashboards/show.html.erb +4 -3
  18. data/app/views/lesli_admin/partials/{_engine-navigation.html.erb → _navigation.html.erb} +1 -0
  19. data/app/views/lesli_admin/settings/_form.html.erb +17 -0
  20. data/app/views/lesli_admin/settings/_setting.html.erb +2 -0
  21. data/app/views/lesli_admin/settings/edit.html.erb +12 -0
  22. data/app/views/lesli_admin/settings/index.html.erb +16 -0
  23. data/app/views/lesli_admin/settings/new.html.erb +11 -0
  24. data/app/views/lesli_admin/settings/show.html.erb +11 -0
  25. data/config/locales/translations.en.yml +1 -40
  26. data/config/locales/translations.es.yml +1 -40
  27. data/config/locales/translations.fr.yml +1 -40
  28. data/config/locales/translations.it.yml +1 -40
  29. data/config/locales/translations.pt.yml +1 -40
  30. data/config/routes.rb +3 -1
  31. data/db/migrate/{0101050210_create_lesli_admin_dashboard_components.rb → v1/0101000110_create_lesli_admin_accounts.rb} +4 -20
  32. data/db/migrate/{0101000110_create_lesli_admin_accounts.rb → v1/0101003010_create_lesli_admin_dashboards.rb} +2 -7
  33. data/db/seeds.rb +4 -10
  34. data/lib/lesli_admin/version.rb +2 -2
  35. data/lib/scss/application.scss +4 -0
  36. data/lib/vue/apps/about/show.vue +6 -6
  37. data/lib/vue/apps/dashboards/components/lesli-version.vue +2 -0
  38. data/lib/vue/stores/translations.json +0 -100
  39. data/readme.md +26 -20
  40. metadata +24 -27
  41. data/app/views/layouts/lesli_admin/application.html.erb +0 -15
  42. data/db/migrate/0101050110_create_lesli_admin_dashboards.rb +0 -51
@@ -1 +1,595 @@
1
+ /*!************************************************************************************************************************************************************!*\
2
+ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!../LesliAdmin/lib/scss/application.scss ***!
3
+ \************************************************************************************************************************************************************/
4
+ @charset "UTF-8";
5
+ .lesli.dashboards {
6
+ /*
1
7
 
8
+ Lesli
9
+
10
+ Copyright (c) 2023, Lesli Technologies, S. A.
11
+
12
+ This program is free software: you can redistribute it and/or modify
13
+ it under the terms of the GNU General Public License as published by
14
+ the Free Software Foundation, either version 3 of the License, or
15
+ (at your option) any later version.
16
+
17
+ This program is distributed in the hope that it will be useful,
18
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ GNU General Public License for more details.
21
+
22
+ You should have received a copy of the GNU General Public License
23
+ along with this program. If not, see http://www.gnu.org/licenses/.
24
+
25
+ Lesli · Ruby on Rails SaaS Development Framework.
26
+
27
+ Made with ♥ by https://www.lesli.tech
28
+ Building a better future, one line of code at a time.
29
+
30
+ @contact hello@lesli.tech
31
+ @website https://www.lesli.tech
32
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
33
+
34
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
35
+ // ·
36
+ */
37
+ /*
38
+ Lesli
39
+
40
+ Copyright (c) 2024, Lesli Technologies, S. A.
41
+
42
+ This program is free software: you can redistribute it and/or modify
43
+ it under the terms of the GNU General Public License as published by
44
+ the Free Software Foundation, either version 3 of the License, or
45
+ (at your option) any later version.
46
+
47
+ This program is distributed in the hope that it will be useful,
48
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
49
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50
+ GNU General Public License for more details.
51
+
52
+ You should have received a copy of the GNU General Public License
53
+ along with this program. If not, see http://www.gnu.org/licenses/.
54
+
55
+ Lesli - SCSS Utilities for websites, apps and web applications
56
+
57
+ Made with ♥ by LesliTech
58
+ Building a better future, one line of code at a time.
59
+
60
+ @contact hello@lesli.tech
61
+ @website https://www.lesli.tech
62
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
63
+
64
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
65
+ // ·
66
+ */
67
+ /*
68
+ Lesli
69
+
70
+ Copyright (c) 2022, Lesli Technologies, S. A.
71
+
72
+ This program is free software: you can redistribute it and/or modify
73
+ it under the terms of the GNU General Public License as published by
74
+ the Free Software Foundation, either version 3 of the License, or
75
+ (at your option) any later version.
76
+
77
+ This program is distributed in the hope that it will be useful,
78
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
79
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
80
+ GNU General Public License for more details.
81
+
82
+ You should have received a copy of the GNU General Public License
83
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
84
+
85
+ LesliCSS - SCSS Utilities for websites, apps and web applications
86
+
87
+ Powered by https://www.lesli.tech
88
+ Building a better future, one line of code at a time.
89
+
90
+ @contact <hello@lesli.tech>
91
+ @website <https://lesli.tech>
92
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
93
+
94
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
95
+ // ·
96
+ */
97
+ /**
98
+ Lesli
99
+
100
+ Copyright (c) 2022, Lesli Technologies, S. A.
101
+
102
+ This program is free software: you can redistribute it and/or modify
103
+ it under the terms of the GNU General Public License as published by
104
+ the Free Software Foundation, either version 3 of the License, or
105
+ (at your option) any later version.
106
+
107
+ This program is distributed in the hope that it will be useful,
108
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
109
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
110
+ GNU General Public License for more details.
111
+
112
+ You should have received a copy of the GNU General Public License
113
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
114
+
115
+ LesliCSS - SCSS Utilities for websites, apps and web applications
116
+
117
+ Powered by https://www.lesli.tech
118
+ Building a better future, one line of code at a time.
119
+
120
+ @contact <hello@lesli.tech>
121
+ @website <https://lesli.tech>
122
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
123
+
124
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
125
+ // ·
126
+ */
127
+ /*
128
+ Lesli
129
+
130
+ Copyright (c) 2020, Lesli Technologies, S. A.
131
+
132
+ This program is free software: you can redistribute it and/or modify
133
+ it under the terms of the GNU General Public License as published by
134
+ the Free Software Foundation, either version 3 of the License, or
135
+ (at your option) any later version.
136
+
137
+ This program is distributed in the hope that it will be useful,
138
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
139
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
140
+ GNU General Public License for more details.
141
+
142
+ You should have received a copy of the GNU General Public License
143
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
144
+
145
+ LesliCSS - SCSS Utilities for websites, apps and web applications
146
+
147
+ Powered by https://www.lesli.tech
148
+ Building a better future, one line of code at a time.
149
+
150
+ @contact <hello@lesli.tech>
151
+ @website <https://lesli.tech>
152
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
153
+
154
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
155
+ // ·
156
+ */
157
+ /**
158
+ Lesli
159
+
160
+ Copyright (c) 2022, Lesli Technologies, S. A.
161
+
162
+ This program is free software: you can redistribute it and/or modify
163
+ it under the terms of the GNU General Public License as published by
164
+ the Free Software Foundation, either version 3 of the License, or
165
+ (at your option) any later version.
166
+
167
+ This program is distributed in the hope that it will be useful,
168
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
169
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
170
+ GNU General Public License for more details.
171
+
172
+ You should have received a copy of the GNU General Public License
173
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
174
+
175
+ LesliCSS - SCSS Utilities for websites, apps and web applications
176
+
177
+ Powered by https://www.lesli.tech
178
+ Building a better future, one line of code at a time.
179
+
180
+ @contact <hello@lesli.tech>
181
+ @website <https://lesli.tech>
182
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
183
+
184
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
185
+ // ·
186
+ */
187
+ /*
188
+ Lesli
189
+
190
+ Copyright (c) 2024, Lesli Technologies, S. A.
191
+
192
+ This program is free software: you can redistribute it and/or modify
193
+ it under the terms of the GNU General Public License as published by
194
+ the Free Software Foundation, either version 3 of the License, or
195
+ (at your option) any later version.
196
+
197
+ This program is distributed in the hope that it will be useful,
198
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
199
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
200
+ GNU General Public License for more details.
201
+
202
+ You should have received a copy of the GNU General Public License
203
+ along with this program. If not, see http://www.gnu.org/licenses/.
204
+
205
+ Lesli - SCSS Utilities for websites, apps and web applications
206
+
207
+ Made with ♥ by LesliTech
208
+ Building a better future, one line of code at a time.
209
+
210
+ @contact hello@lesli.tech
211
+ @website https://www.lesli.tech
212
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
213
+
214
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
215
+ // ·
216
+ */
217
+ /**
218
+ Lesli
219
+
220
+ Copyright (c) 2020, Lesli Technologies, S. A.
221
+
222
+ This program is free software: you can redistribute it and/or modify
223
+ it under the terms of the GNU General Public License as published by
224
+ the Free Software Foundation, either version 3 of the License, or
225
+ (at your option) any later version.
226
+
227
+ This program is distributed in the hope that it will be useful,
228
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
229
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
230
+ GNU General Public License for more details.
231
+
232
+ You should have received a copy of the GNU General Public License
233
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
234
+
235
+ LesliCSS - SCSS Utilities for websites, apps and web applications
236
+
237
+ Powered by https://www.lesli.tech
238
+ Building a better future, one line of code at a time.
239
+
240
+ @contact <hello@lesli.tech>
241
+ @website <https://lesli.tech>
242
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
243
+
244
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
245
+ // ·
246
+ */
247
+ /*
248
+ Lesli
249
+
250
+ Copyright (c) 2020, Lesli Technologies, S. A.
251
+
252
+ This program is free software: you can redistribute it and/or modify
253
+ it under the terms of the GNU General Public License as published by
254
+ the Free Software Foundation, either version 3 of the License, or
255
+ (at your option) any later version.
256
+
257
+ This program is distributed in the hope that it will be useful,
258
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
259
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
260
+ GNU General Public License for more details.
261
+
262
+ You should have received a copy of the GNU General Public License
263
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
264
+
265
+ LesliCSS - SCSS Utilities for websites, apps and web applications
266
+
267
+ Powered by https://www.lesli.tech
268
+ Building a better future, one line of code at a time.
269
+
270
+ @contact <hello@lesli.tech>
271
+ @website <https://lesli.tech>
272
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
273
+
274
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
275
+ // ·
276
+ */
277
+ /*
278
+ Lesli
279
+
280
+ Copyright (c) 2024, Lesli Technologies, S. A.
281
+
282
+ This program is free software: you can redistribute it and/or modify
283
+ it under the terms of the GNU General Public License as published by
284
+ the Free Software Foundation, either version 3 of the License, or
285
+ (at your option) any later version.
286
+
287
+ This program is distributed in the hope that it will be useful,
288
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
289
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
290
+ GNU General Public License for more details.
291
+
292
+ You should have received a copy of the GNU General Public License
293
+ along with this program. If not, see http://www.gnu.org/licenses/.
294
+
295
+ LesliCSS - SCSS Utilities for websites, apps and web applications
296
+
297
+ Made with ♥ by LesliTech
298
+ Building a better future, one line of code at a time.
299
+
300
+ @contact hello@lesli.tech
301
+ @website https://www.lesli.tech
302
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
303
+
304
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
305
+ // ·
306
+ */
307
+ /**
308
+ Lesli
309
+
310
+ Copyright (c) 2020, Lesli Technologies, S. A.
311
+
312
+ This program is free software: you can redistribute it and/or modify
313
+ it under the terms of the GNU General Public License as published by
314
+ the Free Software Foundation, either version 3 of the License, or
315
+ (at your option) any later version.
316
+
317
+ This program is distributed in the hope that it will be useful,
318
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
319
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
320
+ GNU General Public License for more details.
321
+
322
+ You should have received a copy of the GNU General Public License
323
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
324
+
325
+ LesliCSS - SCSS Utilities for websites, apps and web applications
326
+
327
+ Powered by https://www.lesli.tech
328
+ Building a better future, one line of code at a time.
329
+
330
+ @contact <hello@lesli.tech>
331
+ @website <https://lesli.tech>
332
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
333
+
334
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
335
+ // ·
336
+ */
337
+ /*
338
+ Lesli
339
+
340
+ Copyright (c) 2024, Lesli Technologies, S. A.
341
+
342
+ This program is free software: you can redistribute it and/or modify
343
+ it under the terms of the GNU General Public License as published by
344
+ the Free Software Foundation, either version 3 of the License, or
345
+ (at your option) any later version.
346
+
347
+ This program is distributed in the hope that it will be useful,
348
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
349
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
350
+ GNU General Public License for more details.
351
+
352
+ You should have received a copy of the GNU General Public License
353
+ along with this program. If not, see http://www.gnu.org/licenses/.
354
+
355
+ Lesli - SCSS Utilities for websites, apps and web applications
356
+
357
+ Made with ♥ by LesliTech
358
+ Building a better future, one line of code at a time.
359
+
360
+ @contact hello@lesli.tech
361
+ @website https://www.lesli.tech
362
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
363
+
364
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
365
+ // ·
366
+ */
367
+ /*
368
+ Lesli
369
+
370
+ Copyright (c) 2024, Lesli Technologies, S. A.
371
+
372
+ This program is free software: you can redistribute it and/or modify
373
+ it under the terms of the GNU General Public License as published by
374
+ the Free Software Foundation, either version 3 of the License, or
375
+ (at your option) any later version.
376
+
377
+ This program is distributed in the hope that it will be useful,
378
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
379
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
380
+ GNU General Public License for more details.
381
+
382
+ You should have received a copy of the GNU General Public License
383
+ along with this program. If not, see http://www.gnu.org/licenses/.
384
+
385
+ Lesli - SCSS Utilities for websites, apps and web applications
386
+
387
+ Made with ♥ by LesliTech
388
+ Building a better future, one line of code at a time.
389
+
390
+ @contact hello@lesli.tech
391
+ @website https://www.lesli.tech
392
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
393
+
394
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
395
+ // ·
396
+ */
397
+ /*
398
+ Lesli
399
+
400
+ Copyright (c) 2024, Lesli Technologies, S. A.
401
+
402
+ This program is free software: you can redistribute it and/or modify
403
+ it under the terms of the GNU General Public License as published by
404
+ the Free Software Foundation, either version 3 of the License, or
405
+ (at your option) any later version.
406
+
407
+ This program is distributed in the hope that it will be useful,
408
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
409
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
410
+ GNU General Public License for more details.
411
+
412
+ You should have received a copy of the GNU General Public License
413
+ along with this program. If not, see http://www.gnu.org/licenses/.
414
+
415
+ Lesli - SCSS Utilities for websites, apps and web applications
416
+
417
+ Made with ♥ by LesliTech
418
+ Building a better future, one line of code at a time.
419
+
420
+ @contact hello@lesli.tech
421
+ @website https://www.lesli.tech
422
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
423
+
424
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
425
+ // ·
426
+ */
427
+ /*
428
+ Lesli
429
+
430
+ Copyright (c) 2024, Lesli Technologies, S. A.
431
+
432
+ This program is free software: you can redistribute it and/or modify
433
+ it under the terms of the GNU General Public License as published by
434
+ the Free Software Foundation, either version 3 of the License, or
435
+ (at your option) any later version.
436
+
437
+ This program is distributed in the hope that it will be useful,
438
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
439
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
440
+ GNU General Public License for more details.
441
+
442
+ You should have received a copy of the GNU General Public License
443
+ along with this program. If not, see http://www.gnu.org/licenses/.
444
+
445
+ LesliCSS - SCSS Utilities for websites, apps and web applications
446
+
447
+ Made with ♥ by LesliTech
448
+ Building a better future, one line of code at a time.
449
+
450
+ @contact hello@lesli.tech
451
+ @website https://www.lesli.tech
452
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
453
+
454
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
455
+ // ·
456
+ */
457
+ /*
458
+ Lesli
459
+
460
+ Copyright (c) 2024, Lesli Technologies, S. A.
461
+
462
+ This program is free software: you can redistribute it and/or modify
463
+ it under the terms of the GNU General Public License as published by
464
+ the Free Software Foundation, either version 3 of the License, or
465
+ (at your option) any later version.
466
+
467
+ This program is distributed in the hope that it will be useful,
468
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
469
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
470
+ GNU General Public License for more details.
471
+
472
+ You should have received a copy of the GNU General Public License
473
+ along with this program. If not, see http://www.gnu.org/licenses/.
474
+
475
+ Lesli - SCSS Utilities for websites, apps and web applications
476
+
477
+ Made with ♥ by LesliTech
478
+ Building a better future, one line of code at a time.
479
+
480
+ @contact hello@lesli.tech
481
+ @website https://www.lesli.tech
482
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
483
+
484
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
485
+ // ·
486
+ */
487
+ /*
488
+ Lesli
489
+
490
+ Copyright (c) 2024, Lesli Technologies, S. A.
491
+
492
+ This program is free software: you can redistribute it and/or modify
493
+ it under the terms of the GNU General Public License as published by
494
+ the Free Software Foundation, either version 3 of the License, or
495
+ (at your option) any later version.
496
+
497
+ This program is distributed in the hope that it will be useful,
498
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
499
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
500
+ GNU General Public License for more details.
501
+
502
+ You should have received a copy of the GNU General Public License
503
+ along with this program. If not, see http://www.gnu.org/licenses/.
504
+
505
+ Lesli - SCSS Utilities for websites, apps and web applications
506
+
507
+ Made with ♥ by LesliTech
508
+ Building a better future, one line of code at a time.
509
+
510
+ @contact hello@lesli.tech
511
+ @website https://www.lesli.tech
512
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
513
+
514
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
515
+ // ·
516
+ */
517
+ /*
518
+ Lesli
519
+
520
+ Copyright (c) 2023, Lesli Technologies, S. A.
521
+
522
+ This program is free software: you can redistribute it and/or modify
523
+ it under the terms of the GNU General Public License as published by
524
+ the Free Software Foundation, either version 3 of the License, or
525
+ (at your option) any later version.
526
+
527
+ This program is distributed in the hope that it will be useful,
528
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
529
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
530
+ GNU General Public License for more details.
531
+
532
+ You should have received a copy of the GNU General Public License
533
+ along with this program. If not, see http://www.gnu.org/licenses/.
534
+
535
+ Lesli · Ruby on Rails SaaS Development Framework.
536
+
537
+ Made with ♥ by https://www.lesli.tech
538
+ Building a better future, one line of code at a time.
539
+
540
+ @contact hello@lesli.tech
541
+ @website https://www.lesli.tech
542
+ @license GPLv3 http://www.gnu.org/licenses/gpl-3.0.en.html
543
+
544
+ // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
545
+ // ·
546
+ */
547
+ }
548
+ .lesli.dashboards :root {
549
+ --lesli-color-primary: var(--lesli-theme-color-primary, #193d8d);
550
+ --lesli-color-background: var(--lesli-theme-color-background, #f8f4f4);
551
+ --lesli-header-color: var(--lesli-theme-header-color, white);
552
+ --lesli-header-height: var(--lesli-theme-header-height, 70px);
553
+ --lesli-navbar-color: var(--lesli-theme-header-color, white);
554
+ --lesli-footer-color: var(--lesli-theme-footer-color, white);
555
+ --lesli-footer-height: var(--lesli-theme-footer-height, 84px);
556
+ --lesli-sidebar-color: var(--lesli-theme-sidebar-color, white);
557
+ --lesli-sidebar-width: var(--lesli-theme-sidebar-width, 50px);
558
+ --lesli-logo-color: var(--lesli-theme-logo-color, white);
559
+ --lesli-font-size: var(--lesli-theme-font-size, 16px);
560
+ --lesli-font-color: var(--lesli-theme-font-color, #333333);
561
+ }
562
+ @media only screen and (max-width: 768px) {
563
+ .lesli.dashboards :root {
564
+ --lesli-sidebar-width: 50px;
565
+ }
566
+ }
567
+ @media only screen and (min-width: 769px) {
568
+ .lesli.dashboards :root {
569
+ --lesli-sidebar-width: 100px;
570
+ }
571
+ }
572
+ @media only screen and (min-width: 1024px) {
573
+ .lesli.dashboards :root {
574
+ --lesli-sidebar-width: 200px;
575
+ }
576
+ }
577
+ @media only screen and (min-width: 1216px) {
578
+ .lesli.dashboards :root {
579
+ --lesli-sidebar-width: 225px;
580
+ }
581
+ }
582
+ @media only screen and (min-width: 1408px) {
583
+ .lesli.dashboards :root {
584
+ --lesli-sidebar-width: 328px;
585
+ }
586
+ }
587
+ .lesli.dashboards body.layout-expanded :root {
588
+ --lesli-sidebar-width: 100px;
589
+ }
590
+ .lesli.dashboards aside.lesli-application-sidebar {
591
+ display: none !important;
592
+ }
593
+ .lesli.dashboards .lesli-empty {
594
+ padding: 8rem 0;
595
+ }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Lesli
4
4
 
5
- Copyright (c) 2023, Lesli Technologies, S. A.
5
+ Copyright (c) 2025, Lesli Technologies, S. A.
6
6
 
7
7
  This program is free software: you can redistribute it and/or modify
8
8
  it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@ along with this program. If not, see http://www.gnu.org/licenses/.
19
19
 
20
20
  Lesli · Ruby on Rails SaaS Development Framework.
21
21
 
22
- Made with ♥ by https://www.lesli.tech
22
+ Made with ♥ by LesliTech
23
23
  Building a better future, one line of code at a time.
24
24
 
25
25
  @contact hello@lesli.tech
@@ -32,13 +32,16 @@ Building a better future, one line of code at a time.
32
32
 
33
33
  module LesliAdmin
34
34
  class AboutsController < ApplicationController
35
- before_action :set_account, only: %i[update]
35
+ before_action :set_account, only: %i[]
36
36
 
37
- # GET /profile
38
- # GET /profile.json
39
37
  def show
40
38
  respond_to do |format|
41
- format.html {}
39
+ format.html {
40
+ @lesli_engines = LesliSystem.engines.map do |engine, engine_info|
41
+ engine_info[:description] = engine_info[:description]&.sub("for the Lesli Framework","")&.sub("for The Lesli Framework","")
42
+ engine_info
43
+ end
44
+ }
42
45
  end
43
46
  end
44
47
  end