[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Torsten Bergmann
Hi Sanjay, you wrote: >as some of the examples are not working for me like "collapse" "dropdown"  This was already fixed - I forgot to push to GH. Load latest version from master. Have fun T. (aka "astares")

[Pharo-users] [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Torsten Bergmann
Hi, after some of you are using https://github.com/astares/Seaside-Bootstrap4 I wanted to let you know that I just published the new / updated project to support for Bootstrap 5 web development (https://getbootstrap.com) in Seaside using Pharo. Project location is on GitHub:

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Esteban Maringolo
Hi Sanjay, Have you looked at the differences between BS4 and BS5? Among the main differences are: - removes jQuery as a dependency and uses vanilla JS instead. - replaces default looking form elements by styled ones If you're starting from scratch it might be worth trying it, and maybe fix

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Sven Van Caekenberghe
Hi Torsten, Great, thanks for doing the Bootstrap series, it has been very useful for me/us, we use it in several production web apps. We're still on 3 though ;-) Sven > On 30 Jul 2021, at 09:24, Torsten Bergmann wrote: > > Hi, > > after some of you are using

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Esteban Maringolo
Yeap, I like how they're built, and it has a good use case for Traits! I'm using both BS3 and BS4, the latter has more support for CSS Flex layout (which I still don't master). Thanks for this! I'll have to catch up and update my related extensions [1]. Best regards! [1]

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Sanjay Minni
Hi Torsen some of the examples seem to be not working, probably same for BS4, BS3 for instance - Collapse - dropdowns Does Javascript have to be also loaded, I tried to add "aRoot javascript url: ' https://code.jquery.com/jquery-3.6.0.min.js

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Sanjay Minni
Thanks Esteban I was looking at BS5 and am starting from scratch ... nearly I am trying to understand why the examples like "Collapse" "Dropdown" are not working or how can i get them to work. then I can try building further with warm regards Sanjay Minni +91-9900-902902 On Fri, 30 Jul 2021

[Pharo-users] Re: [ANN] Bootstrap 5 for Seaside in Pharo

2021-07-30 Thread Sanjay Minni
Hi Torsten, Sven, Esteban as some of the examples are not working for me like "collapse" "dropdown" I came across this in the https://getbootstrap.com/docs/5.0/getting-started/introduction/ Ques: Is the script indicated below required and there else how to add it in the SBSExample ? "Many of

[Pharo-users] Preserve VCS history while renaming package

2021-07-30 Thread Vitor Medina Cruz
Hello, Is it possible to rename a package while keeping code history? When I do that, for example, rename from A to B, Iceberg shows me that A is no longer loaded, it is not aware of the refactoring. If I remove A and add package B and prompts a commit, it shows me like all inside B is new and