[Release] Milestone 10

Dedicated board for theme releases/support threads

Moderators: FranklinDM, Lootyhoof

Forum rules
Please do not create new topics here unless you are a theme author in need of a dedicated releases&support thread!
User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-11-18, 23:56

NovaDelta wrote:
2019-11-16, 16:45
I'm not very proficient in Palemoon themeing. Where would i put the --toolbar-custom-color?
Try including this in your userChrome.css or a new user style with Stylem. However, this will not change the border color.

Code: Select all

:root {
  --toolbar-custom-color: -moz-Dialog;
  --statusbar-custom-color: -moz-Dialog;
  --statusbar-text-color: -moz-DialogText;
}
Moonraker wrote:
2019-11-16, 18:21
I have noticed the pop up window for downloads does not appear.
Does this only happen with this theme? Have you tried using a clean profile?

User avatar
Moonraker
Board Warrior
Board Warrior
Posts: 1878
Joined: 2015-09-30, 23:02
Location: uk.

Re: [Pre-Release] Milestone 10

Unread post by Moonraker » 2019-11-19, 09:53

FranklinDM wrote:
2019-11-18, 23:56
NovaDelta wrote:
2019-11-16, 16:45
I'm not very proficient in Palemoon themeing. Where would i put the --toolbar-custom-color?
Try including this in your userChrome.css or a new user style with Stylem. However, this will not change the border color.

Code: Select all

:root {
  --toolbar-custom-color: -moz-Dialog;
  --statusbar-custom-color: -moz-Dialog;
  --statusbar-text-color: -moz-DialogText;
}
Moonraker wrote:
2019-11-16, 18:21
I have noticed the pop up window for downloads does not appear.
Does this only happen with this theme? Have you tried using a clean profile?
Yes it is only with this theme franklin.it's not a massive issue for me but just wanted to make you aware.
user of multiple puppy linuxes..upup,fossapup.scpup,xenialpup..... :thumbup:

Pale moon 29.4.1

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-11-23, 03:16

The third test release, 1.0.0a3 is now up: https://github.com/FranklinDM/Milestone ... ag/1.0.0a3

This tries to fix the issue with panel pop-ups (incl. the downloads button pop-up) not opening in Linux.

User avatar
fatboy
Astronaut
Astronaut
Posts: 556
Joined: 2017-12-19, 08:03
Location: Canada

Re: [Pre-Release] Milestone 10

Unread post by fatboy » 2019-11-28, 06:36

Hi FranklinDM, loveing the latest release of milestone 10.
However, I do have one suggestion, would it be possible to increase the contrast between the selected tab and background tab? Currently it's not bad at all, but I sometimes find myself wondering what tab is active.
milestone_tabs.JPG
Systemd Free - MX Linux, Antix Linux & Artix Linux

New Tobin Paradigm

Re: [Pre-Release] Milestone 10

Unread post by New Tobin Paradigm » 2019-11-28, 06:44

Why is everyone wanting to change this theme with their "suggestions". I don't get it.. Milestone 10's design and colors are historical.. If you change them, then as I said before, it isn't Milestone 10 the theme.

User avatar
fatboy
Astronaut
Astronaut
Posts: 556
Joined: 2017-12-19, 08:03
Location: Canada

Re: [Pre-Release] Milestone 10

Unread post by fatboy » 2019-11-28, 09:22

New Tobin Paradigm wrote:
2019-11-28, 06:44
Why is everyone wanting to change this theme with their "suggestions". I don't get it.. Milestone 10's design and colors are historical.. If you change them, then as I said before, it isn't Milestone 10 the theme.
I understand your concern and see your point. Maybe this theme should remain as it is and all changes should be added to a new theme? Milestone 11, maybe?
Systemd Free - MX Linux, Antix Linux & Artix Linux

User avatar
Giraffe
Lunatic
Lunatic
Posts: 401
Joined: 2016-11-09, 11:57

Re: [Pre-Release] Milestone 10

Unread post by Giraffe » 2019-11-28, 09:55

I've tried Milestone 10 and rather like it - my favourite is Lollipop Road, but M10 is made for PM and LR isn't.
One little 'feature' is that a search in the top of the sidebar for a bookmark results in the symbol for deleting the search term disappearing - it still works, i.e. clicking where it should be clears the box.
BTW, I like fatboy's suggestion of M11 - works nicely in binary. :)
Windows 7 Pro 32-bit. Comodo Internet security or Comodo Firewall + Avira Anivirus.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-12-02, 10:21

Giraffe wrote:
2019-11-28, 09:55
... symbol for deleting the search term disappearing ...
This will be fixed in the next release, thanks for reporting!
fatboy wrote:
2019-11-28, 06:36
increase the contrast between the selected tab
I'm not willing to change the default but I've added an option to change the background color of the selected tab through a variable. This will be available in the next release. Simply include the following snippet in your userChrome.css or a custom user style:

Code: Select all

:root {
  --tab-selected-color: #DDDDFF; /* change this to the desired color */
}

User avatar
Giraffe
Lunatic
Lunatic
Posts: 401
Joined: 2016-11-09, 11:57

Re: [Pre-Release] Milestone 10

Unread post by Giraffe » 2019-12-03, 08:33

Thank you! Now I've become accustomed to the theme I like the icons - bit of a weakness for slightly quirky and colourful designs.
Windows 7 Pro 32-bit. Comodo Internet security or Comodo Firewall + Avira Anivirus.

User avatar
fatboy
Astronaut
Astronaut
Posts: 556
Joined: 2017-12-19, 08:03
Location: Canada

Re: [Pre-Release] Milestone 10

Unread post by fatboy » 2019-12-04, 06:45

FranklinDM wrote:
2019-12-02, 10:21
fatboy wrote:
2019-11-28, 06:36
increase the contrast between the selected tab
I'm not willing to change the default but I've added an option to change the background color of the selected tab through a variable. This will be available in the next release. Simply include the following snippet in your userChrome.css or a custom user style:

Code: Select all

:root {
  --tab-selected-color: #DDDDFF; /* change this to the desired color */
}
Thanks FranklinDM, keep up the good work
Systemd Free - MX Linux, Antix Linux & Artix Linux

User avatar
fatboy
Astronaut
Astronaut
Posts: 556
Joined: 2017-12-19, 08:03
Location: Canada

Re: [Pre-Release] Milestone 10

Unread post by fatboy » 2019-12-19, 08:40

I am curious about these RSS feed icons. Should they look like this?
Milestone.JPG
Systemd Free - MX Linux, Antix Linux & Artix Linux

New Tobin Paradigm

Re: [Pre-Release] Milestone 10

Unread post by New Tobin Paradigm » 2019-12-19, 09:05

Seems reasonable.. A live bookmark being represented with the actual bookmark glyph part of the icon being RSS Icon Orange.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-12-23, 05:25

fatboy wrote:
2019-12-19, 08:40
... RSS feed icons. Should they look like this?
Yep, these are intentional.

The fourth (and probably the last, provided that there are no more issues) test release, 1.0.0b1 is now up: https://github.com/FranklinDM/Milestone ... ag/1.0.0b1

Changes include: the toolbar images for small icons mode in Interlink were redrawn, fix for the missing close/cancel icon in the search bar, and others.

New Tobin Paradigm

Re: [Pre-Release] Milestone 10

Unread post by New Tobin Paradigm » 2019-12-23, 05:40

Does this theme have or will it get Interlink support perhaps?

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-12-23, 05:45

The theme has support for Interlink since the first release.

New Tobin Paradigm

Re: [Pre-Release] Milestone 10

Unread post by New Tobin Paradigm » 2019-12-23, 05:50

My memory must be playing tricks on me then. Fantastic at any rate. I am digging all these multi-applications theme you are making a habit of doing!

Of course, I'd also ask for Borealis support in the future but then again Borealis needs released and still targeting it at that time won't be worth redoing work later because a lot of the chrome addresses need rewritten but I am not gonna let that block release. But can always consider it at a much later date.. When it is both released and the chrome address rewriting has been completed.. Still, most people will be using Pale Moon and Interlink not my browser so those should always get the priority treatment in any event.

Thank you for your spectacular work FranklinDM. Ryan might have to start stepping up his game at this rate ;)

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Pre-Release] Milestone 10

Unread post by FranklinDM » 2019-12-24, 07:15

Thanks. Support for Borealis will be definitely included in the future but I'll wait until the initial release is available.

New Tobin Paradigm

Re: [Pre-Release] Milestone 10

Unread post by New Tobin Paradigm » 2019-12-24, 07:22

I would recommend you do not target Borealis until it reaches 1.0.XXXX. When I release it it will be without most of the chrome address rewriting which largely entails changing chrome://communicator/ to chrome://navigator/ for applicable and appropriate components. I decided that this is not gonna be a blocker cause I don't have a timetable for it so it will release as 0.9.XXXX. That is why I wouldn't put much work into themes unless you are willing to update chrome addresses as I change them. Which might not be considered reasonable.

User avatar
FranklinDM
Add-ons Team
Add-ons Team
Posts: 570
Joined: 2017-01-14, 02:40
Location: Philippines
Contact:

Re: [Release] Milestone 10

Unread post by FranklinDM » 2020-01-05, 07:59

Milestone 10 has been officially released and is now available at the Pale Moon Add-ons site and Interlink Add-ons site.

The initial release includes a few changes:
  • Better toolbar and URL bar icons for Reader View
  • Use same top border style for the header in the standalone message window
  • Fix cropped attachment tree image

New Tobin Paradigm

Re: [Release] Milestone 10

Unread post by New Tobin Paradigm » 2020-01-05, 19:17

Fantasic job on this classic as hell theme. Congrats!

Post Reply